]> git.pld-linux.org Git - packages/metamail.git/commitdiff
- cosmetic changes for common l&f,
authorkloczek <kloczek@pld-linux.org>
Mon, 12 Jul 1999 12:51:14 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gzipping %doc.

Changed files:
    metamail.spec -> 1.9

metamail.spec

index 1b054b5d133a7e395e947533cba77106183942e5..0df5ac01d19a9edca647422df43162207912473a 100644 (file)
@@ -1,38 +1,38 @@
-Summary:     Collection of MIME handling utilities
-Summary(de): Sammlung von MIME-Behandlungs-Utilities
-Summary(fr): Ensemble d'utilitaires de gestion MIME
-Summary(tr): MIME iþleme araçlarý
-Name:        metamail
-Version:     2.7
-Release:     19
-Copyright:   Distributable
-Group:       Applications/Mail
-Source:      ftp://thumper.bellcore.com/pub/nsp/metamail/mm%{version}.tar.Z
-Patch0:      mm-2.7-make.patch
-Patch1:      mm-2.7-fonts.patch
-Patch2:      mm-2.7-glibc.patch
-Patch3:      mm-2.7-csh.patch
-Patch4:      mm-2.7-uudecode.patch
-Patch5:      mm-2.7-sunquote.patch
-Patch6:      mm-2.7-tmpfile.patch
-Patch7:      mm-2.7-ohnonotagain.patch
-Patch8:      mm-2.7-arghhh.patch
-Patch9:      mm-ncurses.patch
-Requires:    mktemp sharutils csh
+Summary:       Collection of MIME handling utilities
+Summary(de):   Sammlung von MIME-Behandlungs-Utilities
+Summary(fr):   Ensemble d'utilitaires de gestion MIME
+Summary(tr):   MIME iþleme araçlarý
+Name:          metamail
+Version:       2.7
+Release:       19
+Copyright:     Distributable
+Group:         Applications/Mail
+Source:                ftp://thumper.bellcore.com/pub/nsp/metamail/mm%{version}.tar.Z
+Patch0:                mm-2.7-make.patch
+Patch1:                mm-2.7-fonts.patch
+Patch2:                mm-2.7-glibc.patch
+Patch3:                mm-2.7-csh.patch
+Patch4:                mm-2.7-uudecode.patch
+Patch5:                mm-2.7-sunquote.patch
+Patch6:                mm-2.7-tmpfile.patch
+Patch7:                mm-2.7-ohnonotagain.patch
+Patch8:                mm-2.7-arghhh.patch
+Patch9:                mm-ncurses.patch
+Requires:      mktemp sharutils csh
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 Metamail is an implementation of MIME, the Multipurpose Internet Mail
 Extensions, a proposed standard for multimedia mail on the Internet.
 Metamail implements MIME, and also implements extensibility and
-configuration via the "mailcap" mechanism described in an
-informational RFC that is a companion to the MIME document.
+configuration via the "mailcap" mechanism described in an informational RFC
+that is a companion to the MIME document.
 
 %description -l pl
-Metamail obs³uguje standard MIME (rozszerzenie poczty internetowej
-dla ró¿nych celów) u¿ywany do przesy³ania poczt± plików 
-multimedialnych. MIME jest te¿ wykorzystywany do kodowania znaków
-narodowych w listach i artyku³ach news.
+Metamail obs³uguje standard MIME (rozszerzenie poczty internetowej dla
+ró¿nych celów) u¿ywany do przesy³ania poczt± plików multimedialnych. MIME
+jest te¿ wykorzystywany do kodowania znaków narodowych w listach i
+artyku³ach news.
 
 %prep
 %setup -q -n mm2.7
@@ -52,10 +52,10 @@ make basics
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/{usr/bin,usr/lib/metamail/fonts,usr/man/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/metamail/fonts,%{_mandir}/man1}
 
 cd src
-make INSTROOT=$RPM_BUILD_ROOT/usr install-all
+make INSTROOT=$RPM_BUILD_ROOT%{_prefix} install-all
 
 install fonts/*.pcf $RPM_BUILD_ROOT%{_libdir}/metamail/fonts
 install fonts/fonts.alias $RPM_BUILD_ROOT%{_libdir}/metamail/fonts
@@ -63,12 +63,15 @@ mkfontdir $RPM_BUILD_ROOT%{_libdir}/metamail/fonts
 
 rm -f $RPM_BUILD_ROOT%{_bindir}/*.orig
 
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
+       src/README src/CREDITS src/mailers.txt
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc src/README src/CREDITS src/mailers.txt
+%doc {src/README,src/CREDITS,src/mailers.txt}.gz
 %{_libdir}/metamail
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.246781 seconds and 4 git commands to generate.