- Merge-review cleanups #226086

This commit is contained in:
paragn 2009-08-14 06:52:33 +00:00
parent 4ea7ba9644
commit b750a3a8f7

View File

@ -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 <paragn@fedoraproject.org> 1.0.3-9
- Merge-review cleanups #226086
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild