rpms/libXpm/devel libXpm.spec,1.12,1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 6 05:13:19 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/libXpm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20474

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



Index: libXpm.spec
===================================================================
RCS file: /cvs/dist/rpms/libXpm/devel/libXpm.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libXpm.spec	27 Apr 2006 20:33:22 -0000	1.12
+++ libXpm.spec	6 Jun 2006 05:13:15 -0000	1.13
@@ -1,13 +1,14 @@
 Summary: X.Org X11 libXpm runtime library
 Name: libXpm
 Version: 3.5.5
-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: xorg-x11-proto-devel
 BuildRequires: libX11-devel
 # FIXME: Although ./configure checks for libXt and libXext, and indicates
@@ -51,7 +52,8 @@
 
 %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
@@ -65,7 +67,6 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README INSTALL ChangeLog
-%dir %{_libdir}
 %{_libdir}/libXpm.so.4
 %{_libdir}/libXpm.so.4.11.0
 
@@ -82,13 +83,16 @@
 %{_libdir}/libXpm.so
 %dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/xpm.pc
-%dir %{_mandir}
-# FIXME: This should be 'man1x'
-%dir %{_mandir}/man1
+#%dir %{_mandir}/man1x
 %{_mandir}/man1/*.1*
 #%{_mandir}/man1/*.1x*
 
 %changelog
+* Mon Jun 05 2006 Mike A. Harris <mharris at redhat.com> 3.5.5-2
+- Added "BuildRequires: pkgconfig" for (#193427)
+- Replace "makeinstall" with "make install DESTDIR=..."
+- Remove package ownership of mandir/libdir/etc.
+
 * Thu Apr 26 2006 Adam Jackson <ajackson at redhat.com> 3.5.5-1
 - Update to 3.5.5
 




More information about the fedora-cvs-commits mailing list