From c0a50c5c90765406c14ef7b979d47fe9a4c500db Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:55:45 +0100 Subject: [PATCH] renamed from man-pages-i18n-it [release 5.06-3mamba;Wed Jul 21 2021] --- README.md | 2 + man-pages-it-3.56-Makefile.patch | 23 ++++++++ man-pages-it.spec | 94 ++++++++++++++++++++++++++++++++ 3 files changed, 119 insertions(+) create mode 100644 man-pages-it-3.56-Makefile.patch create mode 100644 man-pages-it.spec diff --git a/README.md b/README.md index 64e1088..d3d62fe 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # man-pages-it +Italian translation of the man pages from the Italian Linux Documentation Project (http://www.pluto.it/ildp). + diff --git a/man-pages-it-3.56-Makefile.patch b/man-pages-it-3.56-Makefile.patch new file mode 100644 index 0000000..e81b8ff --- /dev/null +++ b/man-pages-it-3.56-Makefile.patch @@ -0,0 +1,23 @@ +--- man-pages-it-3.56/Makefile.orig 2014-03-15 13:57:38.777975109 +0100 ++++ man-pages-it-3.56/Makefile 2014-03-15 14:00:05.313467779 +0100 +@@ -32,10 +32,18 @@ + done + + gz: +- for i in man?; do $(GZIP) $$i/*; done ++ for d in $(DIRMAN); do \ ++ cd $$d; \ ++ for i in man?; do $(GZIP) $$i/*; done; \ ++ cd ..; \ ++ done + + bz2: +- for i in man?; do $(BZIP2) $$i/*; done ++ for d in $(DIRMAN); do \ ++ cd $$d; \ ++ for i in man?; do $(BZIP2) $$i/*; done ++ cd ..; \ ++ done + + # Use with + # make HTDIR=/some/dir HTOPTS=whatever html diff --git a/man-pages-it.spec b/man-pages-it.spec new file mode 100644 index 0000000..a4dea74 --- /dev/null +++ b/man-pages-it.spec @@ -0,0 +1,94 @@ +%define man_pages_it_extra_ver 0.5.0 + +Name: man-pages-it +Version: 5.06 +Release: 3mamba +Epoch: 1 +Summary: Italian translation of the man pages from the Italian Linux Documentation Project +Group: System/Internationalization +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.pluto.it/ildp/man/ +Source0: ftp://ftp.pluto.it/pub/pluto/ildp/man/man-pages-it-%{version}.tar.xz +Source1: ftp://ftp.pluto.it/pub/pluto/ildp/man/man-pages-it-extra-%{man_pages_it_extra_ver}.tar.gz +Patch0: man-pages-it-3.56-Makefile.patch +License: GPL, BSD, MIT, Copyright only, IEEE +BuildArch: noarch +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +Requires: man +Requires: man-pages +Provides: man-pages-i18n-it +Obsoletes: man-pages-i18n-it <= 1:5.06-2mamba +Supplements: (man-pages and langpacks-it) + +%description +Italian translation of the man pages from the Italian Linux Documentation Project (http://www.pluto.it/ildp). + +%package extra +Summary: POSIX man (manual) extra pages from the IETF and The Open Group +Group: Documentation +License: GPL, BSD, MIT, Copyright only, IEEE + +%description extra +Italian translation of the man pages from the Italian Linux Documentation Project (http://www.pluto.it/ildp). + +%prep +%setup -q -n man-pages-it-%{version} -a1 + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%make install DESTDIR=%{buildroot} +%make install MANDIR=%{buildroot}%{_mandir}/it -C man-pages-it-extra-%{man_pages_it_extra_ver} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_mandir}/it/man*/* +%exclude %{_mandir}/it/man5/passwd.5* + +%files extra +%defattr(-,root,root) +%{_mandir}/it/man5/passwd.5* + +%changelog +* Wed Jul 21 2021 Silvan Calarco 5.06-3mamba +- renamed from man-pages-i18n-it + +* Sun Apr 11 2021 Silvan Calarco 5.06-2mamba +- add Supplements: (man-pages and langpacks-it) + +* Sun Apr 04 2021 Automatic Build System 5.06-1mamba +- automatic update by autodist + +* Mon Nov 06 2017 Silvan Calarco 4.08-2mamba +- move passwd.5 to extra package because conflicting with shadow package + +* Thu Oct 26 2017 Automatic Build System 4.08-1mamba +- automatic update by autodist + +* Wed Aug 31 2016 Automatic Build System 4.07-1mamba +- automatic update by autodist + +* Sat May 23 2015 Automatic Build System 4.00-1mamba +- automatic update by autodist + +* Thu May 07 2015 Automatic Build System 3.80-1mamba +- automatic update by autodist + +* Tue Jan 06 2015 Automatic Build System 3.73-1mamba +- automatic update by autodist + +* Mon May 26 2014 Automatic Build System 3.64-1mamba +- automatic update by autodist + +* Thu Feb 20 2014 Silvan Calarco 3.56-1mamba +- update to 3.56 + +* Sat Sep 25 2010 Davide Madrisan 2.80-1mamba +- new package splitted out of man-pages