rpms/libXtst/devel libXtst.spec,1.10,1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 6 08:31:50 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/libXtst/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15974

Modified Files:
	libXtst.spec 
Log Message:
* Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-2
- Added "BuildRequires: pkgconfig" for (#193504)
- Replace "makeinstall" with "make install DESTDIR=..."
- Remove package ownership of mandir/libdir/etc.



Index: libXtst.spec
===================================================================
RCS file: /cvs/dist/rpms/libXtst/devel/libXtst.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libXtst.spec	11 Feb 2006 04:22:59 -0000	1.10
+++ libXtst.spec	6 Jun 2006 08:31:44 -0000	1.11
@@ -1,13 +1,14 @@
 Summary: X.Org X11 libXtst runtime library
 Name: libXtst
 Version: 1.0.1
-Release: 1.2
+Release: 2
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
-Source0: http://xorg.freedesktop.org/X11R7.0/src/everything/%{name}-%{version}.tar.bz2
+Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: pkgconfig
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: libX11-devel
 BuildRequires: libXext-devel
@@ -43,9 +44,9 @@
 make
 
 %install
-
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+
+make install DESTDIR=$RPM_BUILD_ROOT
 
 # We intentionally don't ship *.la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -59,7 +60,6 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README INSTALL ChangeLog
-%dir %{_libdir}
 %{_libdir}/libXtst.so.6
 %{_libdir}/libXtst.so.6.1.0
 
@@ -69,14 +69,18 @@
 %{_libdir}/libXtst.a
 %endif
 %{_libdir}/libXtst.so
-%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/xtst.pc
 
 %changelog
-* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1.0.1-1.2
+* Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-2
+- Added "BuildRequires: pkgconfig" for (#193504)
+- Replace "makeinstall" with "make install DESTDIR=..."
+- Remove package ownership of mandir/libdir/etc.
+
+* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> 1.0.1-1.2
 - bump again for double-long bug on ppc(64)
 
-* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 1.0.1-1.1
+* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> 1.0.1-1.1
 - rebuilt for new gcc4.1 snapshot and glibc changes
 
 * Wed Jan 18 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-1




More information about the fedora-cvs-commits mailing list