Author: glen Date: Tue Aug 30 20:59:44 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 8.9.6
---- Files affected: packages/debhelper: debhelper.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/debhelper/debhelper.spec diff -u packages/debhelper/debhelper.spec:1.2 packages/debhelper/debhelper.spec:1.3 --- packages/debhelper/debhelper.spec:1.2 Wed Jan 9 23:14:49 2008 +++ packages/debhelper/debhelper.spec Tue Aug 30 22:59:39 2011 @@ -1,18 +1,24 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_with tests # build with tests + Summary: Helper programs for debian/rules Summary(pl.UTF-8): Programy pomocnicze dla debian/rules Name: debhelper -Version: 5.0.62 -Release: 0.1 +Version: 8.9.6 +Release: 1 License: GPL v2 Group: Applications Source0: ftp://ftp.debian.org/debian/pool/main/d/debhelper/%{name}_%{version}.tar.gz -# Source0-md5: 7c611f49e95db3638f0bdef2458677ed +# Source0-md5: 8056654d4cd671cbb24ff0d2c1cfbd97 URL: http://kitenet.net/~joey/code/debhelper/ BuildRequires: dpkg BuildRequires: fakeroot BuildRequires: perl-tools-pod BuildRequires: po4a +# uses man-db specific --recode option in dh_installman +BuildRequires: man-db BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -36,16 +42,16 @@ %setup -q -n %{name} %build +%{!?with_tests:DEB_BUILD_OPTIONS=nocheck} \ fakeroot debian/rules binary -mv debian/debhelper/usr/share/doc/debhelper doc +mv debian/debhelper%{_docdir}/debhelper doc %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT cp -a debian/debhelper/* $RPM_BUILD_ROOT -rm -rf $RPM_BUILD_ROOT/DEBIAN -rm -rf $RPM_BUILD_ROOT%{_docdir}/debhelper +%{__rm} -r $RPM_BUILD_ROOT/DEBIAN %clean rm -rf $RPM_BUILD_ROOT @@ -53,17 +59,25 @@ %files %defattr(644,root,root,755) %doc doc/* examples debian/changelog +%attr(755,root,root) %{_bindir}/dh %attr(755,root,root) %{_bindir}/dh_* %{_datadir}/%{name} %dir %{perl_vendorlib}/Debian %dir %{perl_vendorlib}/Debian/Debhelper +%{perl_vendorlib}/Debian/Debhelper/Dh_Buildsystems.pm %{perl_vendorlib}/Debian/Debhelper/Dh_Getopt.pm %{perl_vendorlib}/Debian/Debhelper/Dh_Lib.pm %{perl_vendorlib}/Debian/Debhelper/Dh_Version.pm +%{perl_vendorlib}/Debian/Debhelper/Sequence +%{perl_vendorlib}/Debian/Debhelper/Buildsystem +%{perl_vendorlib}/Debian/Debhelper/Buildsystem.pm +%{_mandir}/man1/dh.1* %{_mandir}/man1/dh_*.1* +%lang(es) %{_mandir}/es/man1/dh.1* %lang(es) %{_mandir}/es/man1/dh_*.1* +%lang(fr) %{_mandir}/fr/man1/dh.1* %lang(fr) %{_mandir}/fr/man1/dh_*.1* %{_mandir}/man7/debhelper.7* %lang(es) %{_mandir}/es/man7/debhelper.7* @@ -75,6 +89,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/08/30 20:59:39 glen +- up to 8.9.6 + Revision 1.2 2008/01/09 22:14:49 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/debhelper/debhelper.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
