rpms/libXp/devel libXp.spec,1.26,1.27

Parag Nemade (pnemade) fedora-extras-commits at redhat.com
Mon Jan 14 09:37:04 UTC 2008


Author: pnemade

Update of /cvs/pkgs/rpms/libXp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21169

Modified Files:
	libXp.spec 
Log Message:
* Mon Jan 14 2008 parag <paragn at fedoraproject.org> - 1.0.0-9
- Merge-Review #226082 spec cleanups.




Index: libXp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXp/devel/libXp.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libXp.spec	21 Aug 2007 20:47:18 -0000	1.26
+++ libXp.spec	14 Jan 2008 09:36:09 -0000	1.27
@@ -12,15 +12,14 @@
 Summary: X.Org X11 libXp runtime library
 Name: libXp
 Version: 1.0.0
-Release: 8%{?dist}
-License: MIT/X11
+Release: 9%{?dist}
+License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 
-BuildRequires: pkgconfig
 BuildRequires: xorg-x11-util-macros
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: libX11-devel
@@ -40,7 +39,7 @@
 Summary: X.Org X11 libXp development package
 Group: Development/Libraries
 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
-Requires: libXau-devel
+Requires: libXau-devel pkgconfig
 Requires: %{name} = %{version}-%{release}
 
 # needed by xp.pc
@@ -74,7 +73,7 @@
 %if ! %{with_static}
 	--disable-static
 %endif
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -104,7 +103,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README INSTALL ChangeLog
+%doc AUTHORS COPYING INSTALL ChangeLog
 %{_libdir}/libXp.so.6
 %{_libdir}/libXp.so.6.2.0
 
@@ -127,6 +126,9 @@
 %endif
 
 %changelog
+* Mon Jan 14 2008 parag <paragn at fedoraproject.org> - 1.0.0-9
+- Merge-Review #226082 spec cleanups.
+
 * Tue Aug 21 2007 Adam Jackson <ajax at redhat.com> - 1.0.0-8
 - Rebuild for build id
 




More information about the fedora-extras-commits mailing list