[mbox2eml] Clean up specfile stuff no longer needed with Fedora or EL6+.

Ville Skyttä scop at fedoraproject.org
Sun Nov 20 14:08:44 UTC 2011


commit 6a53c6f0379f6a2cfaf49176b4af9b225e687f18
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Nov 20 16:08:34 2011 +0200

    Clean up specfile stuff no longer needed with Fedora or EL6+.

 mbox2eml.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/mbox2eml.spec b/mbox2eml.spec
index 3230e4c..7d59290 100644
--- a/mbox2eml.spec
+++ b/mbox2eml.spec
@@ -1,16 +1,14 @@
 Name:           mbox2eml
 Version:        0.1.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Split mbox mailboxes into single .eml files
 
-Group:          Applications/Internet
 License:        GPL+
 URL:            http://sourceforge.net/projects/mbox2eml/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:        set-eml-mtimes.pl
 # http://sf.net/tracker/?func=detail&aid=2892908&group_id=127642&atid=709064
 Patch0:         %{name}-0.1.1-gcc43.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  boost-devel
 BuildRequires:  popt-devel
@@ -34,21 +32,18 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README set-eml-mtimes.pl
 %{_bindir}/mbox2eml
 
 
 %changelog
+* Sun Nov 20 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.1.1-11
+- Clean up specfile stuff no longer needed with Fedora or EL6+.
+
 * Thu Jul 21 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.1.1-10
 - Rebuild.
 


More information about the scm-commits mailing list