rpms/libXfontcache/devel libXfontcache.spec,1.19,1.20

Parag Ashok Nemade (paragn) fedora-extras-commits at redhat.com
Sun Jan 13 07:39:55 UTC 2008


Author: paragn

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

Modified Files:
	libXfontcache.spec 
Log Message:
* Sun Jan 13 2008 parag <paragn at fedoraproject.org> 1.0.4-4
- Merge-review #226072 spec cleanups.
- Drop files with zero-length (README,AUTHORS)




Index: libXfontcache.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXfontcache/devel/libXfontcache.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libXfontcache.spec	21 Aug 2007 20:30:35 -0000	1.19
+++ libXfontcache.spec	13 Jan 2008 07:38:48 -0000	1.20
@@ -1,15 +1,14 @@
 Summary: X.Org X11 libXfontcache runtime library
 Name: libXfontcache
 Version: 1.0.4
-Release: 3%{?dist}
-License: MIT/X11
+Release: 4%{?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
@@ -27,7 +26,7 @@
 Requires(pre): xorg-x11-filesystem >= 0.99.2-3
 Requires: %{name} = %{version}-%{release}
 
-Requires: xorg-x11-proto-devel
+Requires: xorg-x11-proto-devel pkgconfig
 
 Obsoletes: XFree86-devel, xorg-x11-devel
 
@@ -45,7 +44,7 @@
 %if ! %{with_static}
 	--disable-static
 %endif
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -63,7 +62,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README ChangeLog
+%doc COPYING ChangeLog
 %{_libdir}/libXfontcache.so.1
 %{_libdir}/libXfontcache.so.1.0.0
 
@@ -79,6 +78,10 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jan 13 2008 parag <paragn at fedoraproject.org> 1.0.4-4
+- Merge-review #226072 spec cleanups.
+- Drop files with zero-length (README,AUTHORS)
+
 * Tue Aug 21 2007 Adam Jackson <ajax at redhat.com> - 1.0.4-3
 - Rebuild for build id
 




More information about the fedora-extras-commits mailing list