merge review
This commit is contained in:
parent
b305c98ce5
commit
5b29c31877
@ -9,7 +9,6 @@ Release: 1%{?dist}
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.bz2
|
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
|
# hack to move the pc file
|
||||||
sed -i 's/^libdir.*//' *.pc.in
|
sed -i 's/^libdir.*//' *.pc.in
|
||||||
%configure --libdir=%{_datadir}
|
%configure --libdir=%{_datadir}
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -39,11 +38,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
#%doc
|
%doc COPYING
|
||||||
%{_includedir}/X11/bitmaps
|
%{_includedir}/X11/bitmaps
|
||||||
%{_datadir}/pkgconfig/xbitmaps.pc
|
%{_datadir}/pkgconfig/xbitmaps.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 1.1.0-1
|
||||||
- xbitmaps 1.1.0
|
- xbitmaps 1.1.0
|
||||||
- BuildArch: noarch
|
- BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user