rpms/libXres/devel libXres.spec,1.11,1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 6 04:52:06 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/libXres/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9898

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



Index: libXres.spec
===================================================================
RCS file: /cvs/dist/rpms/libXres/devel/libXres.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libXres.spec	27 Apr 2006 20:42:32 -0000	1.11
+++ libXres.spec	6 Jun 2006 04:51:53 -0000	1.12
@@ -1,13 +1,14 @@
 Summary: X.Org X11 libXres runtime library
 Name: libXres
 Version: 1.0.1
-Release: 1
+Release: 2
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
 Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: pkgconfig
 BuildRequires: libX11-devel
 BuildRequires: libXext-devel
 
@@ -42,9 +43,8 @@
 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
@@ -58,7 +58,6 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README INSTALL ChangeLog
-%dir %{_libdir}
 %{_libdir}/libXRes.so.1
 %{_libdir}/libXRes.so.1.0.0
 
@@ -73,11 +72,15 @@
 %{_libdir}/libXRes.so
 %dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/xres.pc
-%dir %{_mandir}
-%dir %{_mandir}/man3
+#%dir %{_mandir}/man3x
 %{_mandir}/man3/*.3x*
 
 %changelog
+* Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-2
+- Added "BuildRequires: pkgconfig" for (#193502)
+- Replace "makeinstall" with "make install DESTDIR=..." for (#192725)
+- Remove package ownership of mandir/libdir/etc.
+
 * Thu Apr 27 2006 Adam Jackson <ajackson at redhat.com> 1.0.1-1
 - Update to 1.0.1
 




More information about the fedora-cvs-commits mailing list