95 lines
3.1 KiB
RPMSpec
95 lines
3.1 KiB
RPMSpec
%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
|