- Merge review cleanups (#226649)
This commit is contained in:
parent
5b29c31877
commit
ae10b70819
@ -5,7 +5,7 @@
|
|||||||
Summary: X.Org X11 application bitmaps
|
Summary: X.Org X11 application bitmaps
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -13,6 +13,8 @@ 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
|
||||||
|
|
||||||
|
# FIXME:These old provides should be removed and
|
||||||
|
# virtual provide %{name}-devel can be added.
|
||||||
Provides: xbitmaps
|
Provides: xbitmaps
|
||||||
Provides: xbitmaps-devel
|
Provides: xbitmaps-devel
|
||||||
|
|
||||||
@ -29,12 +31,7 @@ sed -i 's/^libdir.*//' *.pc.in
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user