diff --git a/.gitignore b/.gitignore index fac2f69..f19a7d8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ xtrans-1.2.6.tar.bz2 /xtrans-1.2.7.tar.bz2 /xtrans-1.3.0.tar.bz2 /xtrans-1.3.2.tar.bz2 +/xtrans-1.3.3.tar.bz2 diff --git a/sources b/sources index 23f3922..9b0b51d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -050eb8f1d41e254f508bab72f1c10d6e xtrans-1.3.2.tar.bz2 +2f14c31ab556fc91039f51a113b38aa2 xtrans-1.3.3.tar.bz2 diff --git a/xorg-x11-xtrans-devel.spec b/xorg-x11-xtrans-devel.spec index bb2e6a2..287434e 100644 --- a/xorg-x11-xtrans-devel.spec +++ b/xorg-x11-xtrans-devel.spec @@ -7,8 +7,8 @@ Summary: X.Org X11 developmental X transport library Name: xorg-x11-xtrans-devel -Version: 1.3.2 -Release: 2%{?dist} +Version: 1.3.3 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -21,7 +21,6 @@ Patch1: xtrans-1.0.3-avoid-gethostname.patch BuildRequires: pkgconfig BuildRequires: xorg-x11-util-macros -BuildRequires: autoconf automake libtool %description X.Org X11 developmental X transport library @@ -31,7 +30,6 @@ X.Org X11 developmental X transport library %patch1 -p1 -b .my-name-is-unix %build -autoreconf -vif # yes, this looks horrible, but it's to get the .pc file in datadir %configure --libdir=%{_datadir} --docdir=%{_pkgdocdir} # Running 'make' not needed. @@ -41,7 +39,6 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install -pm 644 AUTHORS ChangeLog COPYING README $RPM_BUILD_ROOT%{_pkgdocdir} %files -%defattr(-,root,root,-) %{_pkgdocdir} %dir %{_includedir}/X11 %dir %{_includedir}/X11/Xtrans @@ -56,6 +53,10 @@ install -pm 644 AUTHORS ChangeLog COPYING README $RPM_BUILD_ROOT%{_pkgdocdir} %{_datadir}/pkgconfig/xtrans.pc %changelog +* Tue Jan 28 2014 Hans de Goede - 1.3.3-1 +- xtrans 1.3.3 +- drop unnecessary autoreconf call + * Mon Dec 2 2013 Ville Skyttä - 1.3.2-2 - Install docs to %%{_pkgdocdir} where available (#993878).