xtrans 1.3.3

- drop unnecessary autoreconf call
This commit is contained in:
Hans de Goede 2014-01-28 12:26:53 +01:00
parent a5b3bdc30c
commit fa0d4a49af
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ xtrans-1.2.6.tar.bz2
/xtrans-1.2.7.tar.bz2 /xtrans-1.2.7.tar.bz2
/xtrans-1.3.0.tar.bz2 /xtrans-1.3.0.tar.bz2
/xtrans-1.3.2.tar.bz2 /xtrans-1.3.2.tar.bz2
/xtrans-1.3.3.tar.bz2

View File

@ -1 +1 @@
050eb8f1d41e254f508bab72f1c10d6e xtrans-1.3.2.tar.bz2 2f14c31ab556fc91039f51a113b38aa2 xtrans-1.3.3.tar.bz2

View File

@ -7,8 +7,8 @@
Summary: X.Org X11 developmental X transport library Summary: X.Org X11 developmental X transport library
Name: xorg-x11-xtrans-devel Name: xorg-x11-xtrans-devel
Version: 1.3.2 Version: 1.3.3
Release: 2%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.x.org URL: http://www.x.org
@ -21,7 +21,6 @@ Patch1: xtrans-1.0.3-avoid-gethostname.patch
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-util-macros
BuildRequires: autoconf automake libtool
%description %description
X.Org X11 developmental X transport library 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 %patch1 -p1 -b .my-name-is-unix
%build %build
autoreconf -vif
# yes, this looks horrible, but it's to get the .pc file in datadir # yes, this looks horrible, but it's to get the .pc file in datadir
%configure --libdir=%{_datadir} --docdir=%{_pkgdocdir} %configure --libdir=%{_datadir} --docdir=%{_pkgdocdir}
# Running 'make' not needed. # 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} install -pm 644 AUTHORS ChangeLog COPYING README $RPM_BUILD_ROOT%{_pkgdocdir}
%files %files
%defattr(-,root,root,-)
%{_pkgdocdir} %{_pkgdocdir}
%dir %{_includedir}/X11 %dir %{_includedir}/X11
%dir %{_includedir}/X11/Xtrans %dir %{_includedir}/X11/Xtrans
@ -56,6 +53,10 @@ install -pm 644 AUTHORS ChangeLog COPYING README $RPM_BUILD_ROOT%{_pkgdocdir}
%{_datadir}/pkgconfig/xtrans.pc %{_datadir}/pkgconfig/xtrans.pc
%changelog %changelog
* Tue Jan 28 2014 Hans de Goede <hdegoede@redhat.com> - 1.3.3-1
- xtrans 1.3.3
- drop unnecessary autoreconf call
* Mon Dec 2 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.3.2-2 * Mon Dec 2 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.3.2-2
- Install docs to %%{_pkgdocdir} where available (#993878). - Install docs to %%{_pkgdocdir} where available (#993878).