[man-pages-de] New upstream version

Mario Blättermann mariobl at fedoraproject.org
Fri Nov 15 10:41:00 UTC 2013


commit 00aa68c76e939a8e87c8362a962cc4241fb52dbf
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Fri Nov 15 11:41:06 2013 +0100

    New upstream version

 .gitignore                         |    1 +
 man-pages-de-0.3-nolocalfile.patch |   20 ---------
 man-pages-de-0.4-ps_space.patch    |   13 ------
 man-pages-de.spec                  |   82 ++++++++++++++++--------------------
 sources                            |    3 +-
 5 files changed, 39 insertions(+), 80 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75873f2..2e42f2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 manpages-de-0.4.tar.gz
 manpages-de-0.5.tar.gz
+/manpages-de-1.3.tar.bz2
diff --git a/man-pages-de.spec b/man-pages-de.spec
index bffc029..8845510 100644
--- a/man-pages-de.spec
+++ b/man-pages-de.spec
@@ -1,15 +1,28 @@
-Summary: German man pages from the Linux Documentation Project
-Name: man-pages-de
-Version: 0.5
-Release: 10%{?dist}
-License: GPL+
-Group: Documentation
-URL: http://www.infodrom.org/projects/manpages-de/
-Source: http://www.infodrom.org/projects/manpages-de/download/manpages-de-%{version}.tar.gz
-Patch0: man-pages-de-0.3-nolocalfile.patch
-Patch1: man-pages-de-0.4-ps_space.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
+Summary:        German man pages from the Linux Documentation Project
+Name:           man-pages-de
+Version:        1.3
+Release:        1%{?dist}
+License:        GPLv3+
+Group:          Documentation
+URL:            http://manpages-de.alioth.debian.org/
+Source:         http://alioth.debian.org/projects/manpages-de/download/manpages-de-%{version}.tar.bz2
+
+BuildArch:      noarch
+
+
+BuildRequires:  findutils
+BuildRequires:  hostname
+BuildRequires:  info
+BuildRequires:  isdn4k-utils
+BuildRequires:  less
+BuildRequires:  man-db
+BuildRequires:  man-pages
+BuildRequires:  nfs-utils
+BuildRequires:  po4a
+BuildRequires:  procps-ng
+BuildRequires:  sysvinit-tools
+BuildRequires:  util-linux
+BuildRequires:  wodim
 
 %description
 Manual pages from the Linux Documentation Project, translated into
@@ -18,47 +31,26 @@ German.
 %prep
 
 %setup -q -n manpages-de-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
-rm -f man1/hostname.*
-
-# part of shadow-utils
-rm -f man1/newgrp.*
+%configure
+make %{?_smp_mflags}
 
 %install
-rm -fr $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{_mandir}/de
-for n in 1 2 3 4 5 6 7 8 9 n; do
-	mkdir $RPM_BUILD_ROOT/%{_mandir}/de/man$n
-done
-for i in man*/* COPYRIGHT README; do
-	iconv -f ISO-8859-1 -t UTF-8 < $i > $i.new
-	mv -f $i.new $i
-done
-LC_ALL=de_DE make prefix=$RPM_BUILD_ROOT/usr \
-	MANDIR=$RPM_BUILD_ROOT/%{_mandir}/de install
-
-rm -f $RPM_BUILD_ROOT%{_mandir}/de/man1/{apropos.1,man.1,whatis.1}*
-rm -f $RPM_BUILD_ROOT%{_mandir}/de/man5/man.config.5*
-
-# some files conflict with man-db, so delete them here for now
-# see bug #583731
-rm $RPM_BUILD_ROOT%{_mandir}/de/man1/{manpath.1,zsoelim.1}*
-rm $RPM_BUILD_ROOT%{_mandir}/de/man5/manpath.5*
-rm $RPM_BUILD_ROOT%{_mandir}/de/man8/{catman.8,mandb.8}*
-
-%clean
-rm -fr $RPM_BUILD_ROOT
+make install DESTDIR=${RPM_BUILD_ROOT}
 
 %files
-%defattr(-,root,root,-)
-%doc CHANGES COPYRIGHT README
+%doc AUTHORS CHANGES COPYRIGHT LICENSE README
 %{_mandir}/de/man?/*
 
-
 %changelog
+* Fri Nov 15 2013 Mario Blättermann <mario.blaettermann at gmail.com> - 1.3-1
+- Switch to new project homepage and new sources
+- Remove the patches
+- No file conflicts witch man-db anymore
+- Changed license from GPL+ to GPLv3+
+- Some spec cleanup
+
 * Thu Jul 25 2013 Adel Gadllah <adel.gadllah at gmail.com> - 0.5-10
 - Really fix directory ownership
 
@@ -94,7 +86,7 @@ rm -fr $RPM_BUILD_ROOT
 - merge review, update on new version
 - rhbz#226123
 
-* Mon Jul 26 2006 Ivana Varekova <varekova at redhat.com> 0.4-11
+* Wed Jul 26 2006 Ivana Varekova <varekova at redhat.com> 0.4-11
 - fix bug 196453 - remove newgrp.1 man page
 
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
diff --git a/sources b/sources
index 5d94812..512f432 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-6a2a1cd24b0bd61c4ab384324e707a95  manpages-de-0.4.tar.gz
-6686b1be6da01cdbb5ea7511ddcf61a0  manpages-de-0.5.tar.gz
+64e0a82f4b217979c5c37ec8f0cb1945  manpages-de-1.3.tar.bz2


More information about the scm-commits mailing list