commit man-pages-cs for openSUSE:Factory
Hello community, here is the log from the commit of package man-pages-cs for openSUSE:Factory checked in at Tue Feb 3 23:57:00 CET 2009. -------- --- man-pages-cs/man-pages-cs.changes 2008-01-14 12:17:38.000000000 +0100 +++ man-pages-cs/man-pages-cs.changes 2009-01-30 14:38:34.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Jan 30 14:38:13 CET 2009 - hvogel@suse.de + +- Fix missing destdir which resulted in an empty package + [bnc#465818] + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- man-pages-cs-0.17.20080113_destidir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man-pages-cs.spec ++++++ --- /var/tmp/diff_new_pack.P32538/_old 2009-02-03 23:55:24.000000000 +0100 +++ /var/tmp/diff_new_pack.P32538/_new 2009-02-03 23:55:24.000000000 +0100 @@ -1,21 +1,29 @@ # # spec file for package man-pages-cs (Version 0.17.20080113) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: man-pages-cs Url: ftp://ftp.fi.muni.cz/pub/localization/linux/czman/ License: Any permissive Group: Documentation/Man AutoReqProv: off Version: 0.17.20080113 -Release: 1 +Release: 52 Summary: Czech Manual Pages %if 0%{suse_version} > 1000 Provides: locale(man:cs) @@ -25,6 +33,7 @@ %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: man-pages-cs-%{version}.tar.bz2 +Patch0: man-pages-cs-0.17.20080113_destidir.patch BuildArch: noarch %description @@ -46,32 +55,37 @@ Michal Ambro� <Michal.Ambroz@post.cz> %prep -%setup +%setup -q +%patch0 %build %install mkdir -p $RPM_BUILD_ROOT%{_mandir}/cs -make +make DESTDIR=$RPM_BUILD_ROOT %if 0%{suse_version} > 1020 %fdupes -s %buildroot %endif %files %defattr(-,root,root) -%doc %{_mandir}/cs +%dir %{_mandir}/cs +%{_mandir}/cs/* %changelog -* Mon Jan 14 2008 - mskibbe@suse.de +* Fri Jan 30 2009 hvogel@suse.de +- Fix missing destdir which resulted in an empty package + [bnc#465818] +* Mon Jan 14 2008 mskibbe@suse.de - update to version 20080113 -* Wed Aug 22 2007 - mskibbe@suse.de +* Wed Aug 22 2007 mskibbe@suse.de - Marek Stopka provides information to a newer source for this package (#299036) - update to 0.17.20070715 -* Sun Dec 22 2002 - tcrhak@suse.cz +* Sun Dec 22 2002 tcrhak@suse.cz - update to version 0.16 -* Mon Dec 03 2001 - tcrhak@suse.cz +* Mon Dec 03 2001 tcrhak@suse.cz - update to v. 0.15 - bzipped the source -* Mon May 28 2001 - pblaha@suse.cz +* Mon May 28 2001 pblaha@suse.cz - create this package for czech users ++++++ man-pages-cs-0.17.20080113_destidir.patch ++++++ --- Makefile +++ Makefile @@ -12,7 +12,7 @@ remove: # wipe the old pages - for i in latest/man?; do for j in $$i/*; do k=`basename $$i`; l=`basename $$j`; rm -f $(MANDIR)/$$k/$$l; done; done + for i in latest/man?; do for j in $$i/*; do k=`basename $$i`; l=`basename $$j`; rm -f $(DESTDIR)$(MANDIR)/$$k/$$l; done; done latest: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de