Include missing INSTALL (bz #1083749)
This commit is contained in:
parent
51b9d4b312
commit
b905d09639
@ -4,7 +4,7 @@
|
|||||||
Summary: X.Org X11 Autotools macros
|
Summary: X.Org X11 Autotools macros
|
||||||
Name: xorg-x11-util-macros
|
Name: xorg-x11-util-macros
|
||||||
Version: 1.19.0
|
Version: 1.19.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -25,15 +25,18 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/util-macros/INSTALL
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING ChangeLog
|
%doc COPYING ChangeLog
|
||||||
%{_datadir}/aclocal/xorg-macros.m4
|
%{_datadir}/aclocal/xorg-macros.m4
|
||||||
%{_datadir}/pkgconfig/xorg-macros.pc
|
%{_datadir}/pkgconfig/xorg-macros.pc
|
||||||
|
%{_datadir}/util-macros
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 05 2014 Dr. Tilmann Bubeck <tilmann@bubecks.de> - 1.19.0-3
|
||||||
|
- Include missing INSTALL (bz #1083749)
|
||||||
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19.0-2
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user