fix timestamps of built documentation for multilib (#477807)
This commit is contained in:
parent
71f17a3581
commit
fd59352bef
@ -1,7 +1,7 @@
|
|||||||
Summary: A dynamic, any to any, pixel format conversion library
|
Summary: A dynamic, any to any, pixel format conversion library
|
||||||
Name: babl
|
Name: babl
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
|
# The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
|
||||||
License: LGPLv3+ and GPLv3+
|
License: LGPLv3+ and GPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -43,6 +43,8 @@ make DESTDIR=%{buildroot} install INSTALL='install -p'
|
|||||||
mkdir -p babl_docs babl_docs/html
|
mkdir -p babl_docs babl_docs/html
|
||||||
cp -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
|
cp -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
|
||||||
rm -rf babl_docs/html/graphics/Makefile*
|
rm -rf babl_docs/html/graphics/Makefile*
|
||||||
|
# fix timestamps for multilib
|
||||||
|
touch -m --reference=docs/Makefile.am babl_docs/html{,/graphics}/*
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_libdir}/*.la
|
rm -rf %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
@ -70,6 +72,9 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 25 2009 Nils Philippsen <nils@redhat.com> - 0.1.0-2
|
||||||
|
- fix timestamps of built documentation for multilib (#477807)
|
||||||
|
|
||||||
* Fri May 22 2009 Deji Akingunola <dakingun@gmail.com> - 0.1.0-1
|
* Fri May 22 2009 Deji Akingunola <dakingun@gmail.com> - 0.1.0-1
|
||||||
- Update to latest release (0.1.0)
|
- Update to latest release (0.1.0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user