--- ../debian/dh-make.spec 2007-07-22 21:18:19.000000000 +0200 +++ dh-make.spec 2007-12-10 09:50:25.000000000 +0100 @@ -1,10 +1,10 @@ Name: dh-make Version: 0.43 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool that converts upstream source into Debian package source Group: Development/Tools -License: GPL +License: GPLv2+ URL: http://packages.debian.org/unstable/source/dh-make Source0: http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -34,7 +34,7 @@ rm -rf $RPM_BUILD_ROOT fakeroot ./debian/rules binary-indep mkdir -p $RPM_BUILD_ROOT%{_prefix} -cp -a debian/dh-make/usr/* $RPM_BUILD_ROOT%{_prefix} +cp -a -p debian/dh-make/usr/* $RPM_BUILD_ROOT%{_prefix} rm -rf $RPM_BUILD_ROOT%{_datadir}/doc %clean @@ -51,5 +51,9 @@ %changelog +* Mon Dec 10 2007 Terje Rosten 0.43-2 +- Preserve timestamps +- Fix license + * Thu Jul 19 2007 Patrice Dumas 0.43-1 - initial packaging