Blame SPECS/man-pages-it.spec

a3d5aa
Summary: Italian man (manual) pages from the Linux Documentation Project
a3d5aa
Name: man-pages-it
a3d5aa
Version: 3.15
a3d5aa
Release: 2%{?dist}
a3d5aa
# inherit the license tags from the man-pages package
a3d5aa
License: GPL+ and GPLv2 and GPLv2+ and LGPLV2+ and GPLv3+ and BSD and MIT and Copyright only and IEEE
a3d5aa
Group: Documentation
a3d5aa
URL: http://www.pluto.linux.it/ildp/man/
a3d5aa
%define extra_name %{name}-extra
a3d5aa
%define extra_ver 0.5.0
a3d5aa
# The tarball of the new 3.15 version has a slighly strange file name, not
a3d5aa
# %{name}-%{version}.tar.gz anymore ...
a3d5aa
Source0: ftp://ftp.pluto.it/pub/pluto/ildp/man/manpages%{version}.tar.bz2
a3d5aa
BuildArch: noarch
a3d5aa
Obsoletes: %{extra_name} < 2.80
a3d5aa
Provides: %{extra_name} = %{version}-%{release}
a3d5aa
Summary(it): Pagine del manuale in italiano
a3d5aa
%if 0%{?fedora} >= 13
a3d5aa
Requires: man-pages-reader
a3d5aa
%else
a3d5aa
Requires: man
a3d5aa
%endif
a3d5aa
a3d5aa
%description
a3d5aa
Manual pages from the Linux Documentation Project, translated into Italian.
a3d5aa
a3d5aa
%description -l it
a3d5aa
Questo pacchetto è la traduzione a cura dell'Italian Linux Documentation
a3d5aa
Project (ILDP) del pacchetto man page ufficiale mantenuto e distribuito da
a3d5aa
Michael Kerrisk. La versione di questo pacchetto garantisce che le man page
a3d5aa
contenute sono state aggiornate alla versione corrispondente del pacchetto
a3d5aa
ufficiale. 
a3d5aa
a3d5aa
%prep
a3d5aa
%setup -q
a3d5aa
#%patch0 -p1
a3d5aa
a3d5aa
for i in *; do
a3d5aa
    if [ -f $i ]; then
a3d5aa
        iconv -f ISO8859-15 -t UTF-8 $i -o $i.utf8
a3d5aa
        %__mv $i.utf8 $i
a3d5aa
    fi
a3d5aa
done
a3d5aa
for i in man*/*; do
a3d5aa
    if [ -f $i ]; then
a3d5aa
        iconv -f ISO8859-15 -t UTF-8 $i -o $i.utf8
a3d5aa
        %__mv $i.utf8 $i
a3d5aa
    fi
a3d5aa
done
a3d5aa
a3d5aa
%build
a3d5aa
a3d5aa
a3d5aa
%install
a3d5aa
%__make prefix=$RPM_BUILD_ROOT
a3d5aa
%__mkdir -p $RPM_BUILD_ROOT/%{_mandir}/it
a3d5aa
%__cp -R man* $RPM_BUILD_ROOT/%{_mandir}/it
a3d5aa
%__rm -rf $RPM_BUILD_ROOT/%{_mandir}/it/'man??'
a3d5aa
%__rm -rf $RPM_BUILD_ROOT/share/man
a3d5aa
%__rm -f $RPM_BUILD_ROOT/%{_mandir}/it/man1/man2html.1*
a3d5aa
%__rm -f $RPM_BUILD_ROOT/%{_mandir}/it/man1/hman.1*
a3d5aa
a3d5aa
a3d5aa
%files
a3d5aa
%defattr(-,root,root,-)
a3d5aa
%doc CHANGELOG HOWTOHELP POSIX-COPYRIGHT readme
a3d5aa
%{_mandir}/it/man*/*
a3d5aa
a3d5aa
a3d5aa
%changelog
a3d5aa
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.15-2
a3d5aa
- Mass rebuild 2013-12-27
a3d5aa
a3d5aa
* Wed Jan 30 2013 Mike FABIAN <mfabian@redhat.com> - 3.15-1
a3d5aa
- Resolves: #906215 - man-pages-it package contains many man-pages
a3d5aa
  which are not translated to Italian but are in English
a3d5aa
- update to 3.15. The update contains:
a3d5aa
- all the man pages from the sections man0p, man1p, and man3p are gone.
a3d5aa
  But that is no problem, these were the untranslated English versions anyway!
a3d5aa
- new manpages: abc2abc.1 abc2ly.1 abcqps.1 dselect.1 utmpx.5
a3d5aa
- removed manpages: dselect.8
a3d5aa
a3d5aa
* Mon Nov 26 2012 Jens Petersen <petersen@redhat.com> - 2.80-13
a3d5aa
- inherit the license tags of the man-pages package (#880076)
a3d5aa
a3d5aa
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.80-12
a3d5aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a3d5aa
a3d5aa
* Thu May 31 2012 Ding-Yi Chen <dchen@redhat.com> - 2.80-11
a3d5aa
- Remove hman.1 as well.
a3d5aa
a3d5aa
* Tue May 29 2012 Ding-Yi Chen <dchen@redhat.com> - 2.80-10
a3d5aa
- Resolves: #825918 - man-pages-it : Conflicts with man2html
a3d5aa
a3d5aa
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.80-9
a3d5aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a3d5aa
a3d5aa
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.80-8
a3d5aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a3d5aa
a3d5aa
* Tue May 04 2010 Ding-Yi Chen <dchen@redhat.com> - 2.80-7
a3d5aa
- Bug 582912 - man-pages-it: Change requires tag from man to man-pages-reader
a3d5aa
a3d5aa
* Wed Mar 03 2010 Ding-Yi Chen <dchen@redhat.com> - 2.80-6
a3d5aa
- Resolves: #560507 [man-pages-it] Package wrangler fix
a3d5aa
a3d5aa
* Wed Mar 03 2010 Ding-Yi Chen <dchen@redhat.com> - 2.80-5
a3d5aa
- Resolves: #560507 [man-pages-it] Package wrangler fix
a3d5aa
- Fixed Fedora 569443 [man-pages-it] Wrong directory ownership
a3d5aa
a3d5aa
* Mon Feb 01 2010 Ding-Yi Chen <dchen@redhat.com> - 2.80-4
a3d5aa
- Resolves: #560507
a3d5aa
  [man-pages-it] Package wrangler fix
a3d5aa
- Remove comments of extra subpackage, as upstream already merge them.
a3d5aa
a3d5aa
* Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 2.80-3.1
a3d5aa
- Rebuilt for RHEL 6
a3d5aa
a3d5aa
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.80-3
a3d5aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a3d5aa
a3d5aa
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.80-2
a3d5aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a3d5aa
a3d5aa
* Thu Jun 26 2008 Ding-Yi Chen <dchen@redhat.com> - 2.80-1
a3d5aa
- [Bug 451982] New: RFE: New version of man-pages-it available
a3d5aa
- Obsoletes man-pages-it-extra
a3d5aa
a3d5aa
* Thu Dec 06 2007 Ding-Yi Chen <dchen@redhat.com> - 2.65-7
a3d5aa
- [Bug 226125] Merge Review: man-page-it (Comment 13)
a3d5aa
a3d5aa
* Thu Dec 06 2007 Ding-Yi Chen <dchen@redhat.com> - 2.65-6
a3d5aa
- [Bug 226125] Merge Review: man-page-it (Comment 8)
a3d5aa
a3d5aa
* Thu Dec 06 2007 Ding-Yi Chen <dchen@redhat.com> - 2.65-5
a3d5aa
- Fix improper format of SPEC
a3d5aa
a3d5aa
* Wed Dec 05 2007 Ding-Yi Chen <dchen@redhat.com> - 2.65-4
a3d5aa
- Change the Licence from "Freely redistributable without restriction" to IEEE
a3d5aa
a3d5aa
* Tue Dec 04 2007 Ding-Yi Chen <dchen@redhat.com> - 2.65-3
a3d5aa
- [Bug 226125] Merge Review: man-page-it
a3d5aa
a3d5aa
* Thu Oct 25 2007 Ding-Yi Chen <dchen@redhat.com> - 2.65-2
a3d5aa
- [Bug 335931] man-pages-it package is 6 years old
a3d5aa
- Add Italian summaries and descriptions
a3d5aa
a3d5aa
* Mon Oct 22 2007 Ding-Yi Chen <dchen@redhat.com> - 2.65-0
a3d5aa
- [Bug 335931] man-pages-it package is 6 years old
a3d5aa
a3d5aa
* Wed Oct 10 2007 Ding-Yi Chen <dchen@redhat.com> - 0.3.0-18
a3d5aa
- [Bug 236116] Unsupported programs in man-pages-it
a3d5aa
- remove celibacy.1 and sex.6
a3d5aa
a3d5aa
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-17.1.gz
a3d5aa
- rebuild
a3d5aa
a3d5aa
* Thu Mar 23 2006 Karsten Hopp <karsten@redhat.de> 0.3.0-17
a3d5aa
- remove vim.1, provided by the vim-common package
a3d5aa
a3d5aa
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a3d5aa
- rebuilt
a3d5aa
a3d5aa
* Thu Apr 07 2005 Peter Vrabec <pvrabec@redhat.com> 0.3.0-16
a3d5aa
- newgrp man page removed, will be provided by shadow-utils
a3d5aa
a3d5aa
* Tue Sep 28 2004 Leon Ho <llch@redhat.com>
a3d5aa
- rebuilt
a3d5aa
a3d5aa
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a3d5aa
- rebuilt
a3d5aa
a3d5aa
* Tue Feb 10 2004 Akira TAGOH <tagoh@redhat.com> 0.3.0-13
a3d5aa
- removed apropos.1, man.1, whatis.1, man.config.5, and makewhatis.8, because the latest man contains those manpages.
a3d5aa
a3d5aa
* Tue Feb 11 2003 Phil Knirsch <pknirsch@redhat.com> 0.3.0-12
a3d5aa
- Convert all manpages to utf-8.
a3d5aa
a3d5aa
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.3.0-11
a3d5aa
- rebuilt
a3d5aa
a3d5aa
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 0.3.0-10
a3d5aa
- remove unpackaged files from the buildroot
a3d5aa
a3d5aa
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
a3d5aa
- automated rebuild
a3d5aa
a3d5aa
* Thu May 23 2002 Tim Powers <timp@redhat.com>
a3d5aa
- automated rebuild
a3d5aa
a3d5aa
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.3.0-7
a3d5aa
- Add URL
a3d5aa
a3d5aa
* Wed Apr  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
a3d5aa
- Add patch to fix roff errors in multiple man pages
a3d5aa
a3d5aa
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
a3d5aa
- automatic rebuild
a3d5aa
a3d5aa
* Tue Jun 20 2000 Jeff Johnson <jbj@redhat.com>
a3d5aa
- rebuild to compress man pages.
a3d5aa
a3d5aa
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
a3d5aa
- defattr root
a3d5aa
a3d5aa
* Sun Jun 11 2000 Trond Eivind Glomsrød <teg@redhat.com>
a3d5aa
- use %%{_mandir}/it and %%{_tmppath} 
a3d5aa
a3d5aa
* Mon May 15 2000 Trond Eivind Glomsrød <teg@redhat.com>
a3d5aa
- first build