]> git.pld-linux.org Git - packages/MHonArc.git/commitdiff
- updated to 2.4.5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Mar 2000 16:57:13 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MHonArc.spec -> 1.16

MHonArc.spec

index b751a73337faed4641a8c4e21460c95952c1b2be..c8672538436c1f7cb09d7a3c675ebbbc39c98427 100644 (file)
@@ -1,17 +1,16 @@
 Summary:       An Email-to-HTML converter
 Summary(pl):   Konwerter Poczta->HTML
 Name:          MHonArc
-Version:       2.4.3
+Version:       2.4.5
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Applications/Mail
 Group(pl):     Aplikacje/Poczta
 Vendor:                Earl Hood <ehood@medusa.acs.uci.edu>
-Source:                http://www.oac.uci.edu/indiv/ehood/tar/%{name}%{version}.tar.gz
+Source0:       http://www.oac.uci.edu/indiv/ehood/tar/%{name}%{version}.tar.bz2
 Patch0:                MHonArc-perl.patch.gz
 Patch1:                MHonArc-FHS2.patch
 URL:           http://www.oac.uci.edu/indiv/ehood/mhonarc.html
-Icon:          monicon.gif
 BuildRequires: perl
 BuildArch:     noarch
 BuildRoot:     /tmp/%{name}-%{version}-root
@@ -19,8 +18,8 @@ BuildRoot:    /tmp/%{name}-%{version}-root
 %description
 MHonArc is a Perl mail-to-HTML converter. MHonArc provides HTML mail
 archiving with index, mail thread linking, etc; plus other capabilities
-including support for MIME and powerful user customization features.
-           
+including support for MIME and powerful user customization features.   
+
 %description -l pl
 MHonArc to konwerter poczta->HTML napisany w perlu. MHonArc pozwala na
 archiwizowanie poczty w postaci stron HTML z indeksowaniem wed³ug w±tku.
@@ -33,13 +32,17 @@ MHonArc wspiera MIME oraz 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d             $RPM_BUILD_ROOT/usr/{bin,share/MHonArc}
+install -d             $RPM_BUILD_ROOT%{_bindir}
+install -d             $RPM_BUILD_ROOT%{_mandir}/man1
+install -d             $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 install mhonarc                $RPM_BUILD_ROOT%{_bindir}
 install mha-*          $RPM_BUILD_ROOT%{_bindir}
-install lib/*          $RPM_BUILD_ROOT%{_datadir}/MHonArc
+install man/*.1                $RPM_BUILD_ROOT%{_mandir}/man1
+install lib/*          $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-gzip -9nf ACKNOWLG BUGS CHANGES RELNOTES
+gzip -9nf ACKNOWLG BUGS CHANGES RELNOTES \
+         $RPM_BUILD_ROOT%{_mandir}/man1/*.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -48,6 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc examples extras logo admin
 %doc {ACKNOWLG,BUGS,CHANGES,RELNOTES}.gz
-
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/MHonArc
+%{_mandir}/man*/*
+%{_datadir}/%{name}
This page took 0.04026 seconds and 4 git commands to generate.