fix timestamps of built documentation for multilib (#477807)

This commit is contained in:
Nils Philippsen 2009-06-25 09:49:13 +00:00
parent 71f17a3581
commit fd59352bef

View File

@ -1,7 +1,7 @@
Summary: A dynamic, any to any, pixel format conversion library
Name: babl
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
License: LGPLv3+ and GPLv3+
Group: System Environment/Libraries
@ -43,6 +43,8 @@ make DESTDIR=%{buildroot} install INSTALL='install -p'
mkdir -p babl_docs babl_docs/html
cp -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
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
@ -70,6 +72,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/%{name}.pc
%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
- Update to latest release (0.1.0)