rpms/libXres/devel libXres.spec,1.24,1.25

paragn paragn at fedoraproject.org
Fri Aug 14 06:52:34 UTC 2009


Author: paragn

Update of /cvs/pkgs/rpms/libXres/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15532

Modified Files:
	libXres.spec 
Log Message:
* Thu Aug 13 2009 Parag <paragn at fedoraproject.org> 1.0.3-9
- Merge-review cleanups #226086





Index: libXres.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXres/devel/libXres.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- libXres.spec	25 Jul 2009 05:15:09 -0000	1.24
+++ libXres.spec	14 Aug 2009 06:52:33 -0000	1.25
@@ -1,7 +1,7 @@
-Summary: X.Org X11 libXres runtime library
+Summary: X-Resource extension client library
 Name: libXres
 Version: 1.0.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -9,17 +9,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 
-BuildRequires: pkgconfig
+#BuildRequires: pkgconfig
 BuildRequires: libX11-devel
 BuildRequires: libXext-devel
 
 %description
-X.Org X11 libXres runtime library
+X-Resource is an extension that allows a client to query
+the X server about its usage of various resources. 
 
 %package devel
-Summary: X.Org X11 libXres development package
+Summary: Development files for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
 
 %description devel
 X.Org X11 libXres development package
@@ -35,12 +37,12 @@ X.Org X11 libXres development package
 %if ! %{with_static}
 	--disable-static
 %endif
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 # We intentionally don't ship *.la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -53,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS COPYING ChangeLog
 %{_libdir}/libXRes.so.1
 %{_libdir}/libXRes.so.1.0.0
 
@@ -69,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Aug 13 2009 Parag <paragn at fedoraproject.org> 1.0.3-9
+- Merge-review cleanups #226086
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list