From b750a3a8f7914e0fa17972581f8768c0cbeb829c Mon Sep 17 00:00:00 2001 From: paragn Date: Aug 14 2009 06:52:33 +0000 Subject: - Merge-review cleanups #226086 --- diff --git a/libXres.spec b/libXres.spec index a572cc7..4ef0d80 100644 --- a/libXres.spec +++ b/libXres.spec @@ -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}-%{release}-root-%(%{__id_u} -n) 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 1.0.3-9 +- Merge-review cleanups #226086 + * Fri Jul 24 2009 Fedora Release Engineering - 1.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild