From bc4380a202bf29012667e3b4b39e85373823b01e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 08:19:16 +0000 Subject: auto-import changelog data from man-pages-ja-0.4-3.src.rpm Wed Jul 12 2000 Prospector - automatic rebuild Tue Jun 20 2000 Jeff Johnson - rebuild to compress man pages. Sun Jun 11 2000 Trond Eivind Glomsr�d - first build --- diff --git a/.cvsignore b/.cvsignore index e69de29..ac2653f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +man-pages-ja-0.4.tar.gz diff --git a/man-pages-ja.spec b/man-pages-ja.spec new file mode 100644 index 0000000..d30710a --- /dev/null +++ b/man-pages-ja.spec @@ -0,0 +1,48 @@ +Summary: Japanese man (manual) pages from the Linux Documentation Project +Name: man-pages-ja +Version: 0.4 +Release: 3 +Copyright: Distributable +Group: Documentation +Source: ftp://metalab.unc.edu/pub/Linux/docs/LDP/man-pages/man-pages-ja-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildArchitectures: noarch + + +%description +Manual pages from the Linux Documentation Project, translated into Japanese. + +%prep +%setup -q +rm -fr $RPM_BUILD_ROOT + +%build + +%install +rm -fr $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{_mandir}/ja +for n in 1 2 3 4 5 6 7 8 9 n; do + mkdir $RPM_BUILD_ROOT%{_mandir}/ja/man$n +done +for i in man[1-8]; do + install -m 644 $i/* $RPM_BUILD_ROOT%{_mandir}/ja/$i; +done + +%clean +rm -fr $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc Changes README.jman translation_list translation_note.txt +%{_mandir}/ja/* + + +%changelog +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Tue Jun 20 2000 Jeff Johnson +- rebuild to compress man pages. + +* Sun Jun 11 2000 Trond Eivind Glomsr�d +- first build diff --git a/sources b/sources index e69de29..0fd460f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +33af70b1ebb66ea091fec9d36f921e8a man-pages-ja-0.4.tar.gz