diff --git a/xorg-x11-xbitmaps.spec b/xorg-x11-xbitmaps.spec index f9f9672..9401e5a 100644 --- a/xorg-x11-xbitmaps.spec +++ b/xorg-x11-xbitmaps.spec @@ -9,7 +9,6 @@ Release: 1%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2 @@ -27,7 +26,7 @@ X.Org X11 application bitmaps # hack to move the pc file sed -i 's/^libdir.*//' *.pc.in %configure --libdir=%{_datadir} -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -39,11 +38,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -#%doc +%doc COPYING %{_includedir}/X11/bitmaps %{_datadir}/pkgconfig/xbitmaps.pc %changelog +* Mon Aug 30 2010 Adam Jackson 1.1.0-2 +- Merge review cleanups (#226649) + * Tue Oct 13 2009 Adam Jackson 1.1.0-1 - xbitmaps 1.1.0 - BuildArch: noarch