merge review
This commit is contained in:
parent
b305c98ce5
commit
5b29c31877
@ -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 <ajax@redhat.com> 1.1.0-2
|
||||
- Merge review cleanups (#226649)
|
||||
|
||||
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 1.1.0-1
|
||||
- xbitmaps 1.1.0
|
||||
- BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user