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

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


Author: mharris

Update of /cvs/dist/rpms/libXv/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16892

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



Index: libXv.spec
===================================================================
RCS file: /cvs/dist/rpms/libXv/devel/libXv.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libXv.spec	26 May 2006 15:43:09 -0000	1.12
+++ libXv.spec	6 Jun 2006 08:36:02 -0000	1.13
@@ -1,13 +1,14 @@
 Summary: X.Org X11 libXv runtime library
-Name: libXv
+Name:    libXv
 Version: 1.0.1
-Release: 2
+Release: 3
 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
@@ -48,7 +49,7 @@
 %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
@@ -62,7 +63,6 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README INSTALL ChangeLog
-%dir %{_libdir}
 %{_libdir}/libXv.so.1
 %{_libdir}/libXv.so.1.0.0
 
@@ -75,13 +75,16 @@
 %{_libdir}/libXv.a
 %endif
 %{_libdir}/libXv.so
-%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/xv.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-3
+- Added "BuildRequires: pkgconfig" for (#193505)
+- Replace "makeinstall" with "make install DESTDIR=..."
+- Remove package ownership of mandir/libdir/etc.
+
 * Fri May 26 2006 Mike A. Harris <mharris at redhat.com> 1.0.1-2
 - Added "Requires: libXext-devel" to libXv-devel subpackage, to avoid all
   packages that depend on libXv-devel from having to manually specify that




More information about the fedora-cvs-commits mailing list