Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > e189c0de61ef912ec2d04de8c8942fd5 > files > 3

man-pages-pl-0.22-9ark.src.rpm

Summary: Polish man pages from the Linux Documentation Project.
Name: man-pages-pl
Version: 0.22
Release: 9ark
License: Distributable
Group: Documentation
Source: ftp://metalab.unc.edu/pub/Linux/docs/LDP/man-pages/man-pages-pl-%{version}.tar.bz2
Patch0: man-pages-pl-0.22-roffix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArchitectures: noarch


%description
Manual pages from the Linux Documentation Project, translated into
Polish.

%prep
%setup -q -n pl_PL
%patch0 -p1 -b .rofffix

%build

%install
rm -fr $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/pl/man{1,2,3,4,5,6,7,8,9,n}
for i in man[1-8] ; do 
    install -m 644 $i/*.? $RPM_BUILD_ROOT%{_mandir}/pl/$i; 
done

# Remove dupes
cd $RPM_BUILD_ROOT/%_mandir/pl
rm -f man8/rpm*
# too buggy to ship... not only errors, but also things which
# obviously don't work as the author intended
rm -f man5/lisp-tut*
# shadow dupes
rm -f man5/{faillog,shadow}.* man8/{groupadd,groupdel,groupmod,useradd,userdel,usermod}.*
 
%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc FAQ
%dir %{_mandir}/pl
%{_mandir}/pl/*

%changelog
* Thu Nov  6 2003 Bernhard Rosenkraenzer <bero@arklinux.org> 0.22-9ark
- Remove conflicts with shadow-4.0.3-1ark

* Mon Aug 26 2002 Ark Linux Team <arklinux@arklinux.org> 0.22-8ark
- automated rebuild

* Thu Aug  2 2001 Trond Eivind Glomsrød <teg@redhat.com>
- s/Copyright/License/
- Own %%{_mandir}/pl

* Wed Apr  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
- fix roff errors in various man pages (#34189)
- remove lisp-tut.5 - it's beyond repair and needs rewriting

* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild

* Tue Jun 20 2000 Jeff Johnson <jbj@redhat.com>
- rebuild to compress man pages.

* Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
- don't include rpm manpage, it's included with rpm

* Sun Jun 11 2000 Trond Eivind Glomsrød <teg@redhat.com>
- fixed typo in description
* Sun Jun 11 2000 Trond Eivind Glomsrød <teg@redhat.com>
- first build