xtrans 1.3.3
- drop unnecessary autoreconf call
This commit is contained in:
parent
a5b3bdc30c
commit
fa0d4a49af
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
050eb8f1d41e254f508bab72f1c10d6e xtrans-1.3.2.tar.bz2
|
||||
2f14c31ab556fc91039f51a113b38aa2 xtrans-1.3.3.tar.bz2
|
||||
|
@ -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 <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
|
||||
- Install docs to %%{_pkgdocdir} where available (#993878).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user