renamed from man-pages-i18n-it [release 5.06-3mamba;Wed Jul 21 2021]
This commit is contained in:
parent
fbc3e2df38
commit
c0a50c5c90
@ -1,2 +1,4 @@
|
||||
# man-pages-it
|
||||
|
||||
Italian translation of the man pages from the Italian Linux Documentation Project (http://www.pluto.it/ildp).
|
||||
|
||||
|
23
man-pages-it-3.56-Makefile.patch
Normal file
23
man-pages-it-3.56-Makefile.patch
Normal file
@ -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
|
94
man-pages-it.spec
Normal file
94
man-pages-it.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 5.06-3mamba
|
||||
- renamed from man-pages-i18n-it
|
||||
|
||||
* Sun Apr 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.06-2mamba
|
||||
- add Supplements: (man-pages and langpacks-it)
|
||||
|
||||
* Sun Apr 04 2021 Automatic Build System <autodist@mambasoft.it> 5.06-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Nov 06 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.08-2mamba
|
||||
- move passwd.5 to extra package because conflicting with shadow package
|
||||
|
||||
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 4.08-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Aug 31 2016 Automatic Build System <autodist@mambasoft.it> 4.07-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat May 23 2015 Automatic Build System <autodist@mambasoft.it> 4.00-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu May 07 2015 Automatic Build System <autodist@mambasoft.it> 3.80-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jan 06 2015 Automatic Build System <autodist@mambasoft.it> 3.73-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon May 26 2014 Automatic Build System <autodist@mambasoft.it> 3.64-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Feb 20 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.56-1mamba
|
||||
- update to 3.56
|
||||
|
||||
* Sat Sep 25 2010 Davide Madrisan <davide.madrisan@gmail.com> 2.80-1mamba
|
||||
- new package splitted out of man-pages
|
Loading…
Reference in New Issue
Block a user