[srm] * Sat Sep 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.11-8 - Spec file updated

Fabian Affolter fab at fedoraproject.org
Sat Sep 7 07:43:56 UTC 2013


commit 18a20f23bcaa657253054927cdadc829bdd76b63
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Sep 7 09:43:37 2013 +0200

    * Sat Sep 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.11-8
    - Spec file updated

 srm.spec |   19 ++++---------------
 1 files changed, 4 insertions(+), 15 deletions(-)
---
diff --git a/srm.spec b/srm.spec
index 537ff50..9adc94d 100644
--- a/srm.spec
+++ b/srm.spec
@@ -1,14 +1,11 @@
 Name:           srm
 Version:        1.2.11
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Secure file deletion
 
-Group:          Applications/System
 License:        MIT
 URL:            http://srm.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 
 %description
 srm is a secure replacement for rm(1). Unlike the standard rm, it
@@ -18,33 +15,25 @@ device. It may also help frustrate physical examination of the disk,
 although it's unlikely that completely protects against this type of
 recovery.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure
 make %{?_smp_mflags} CFLAGS="%{optflags}" CC=gcc
 
-
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_mandir}/man*/*.*
 %{_bindir}/%{name}
 
-
 %changelog
+* Sat Sep 07 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.11-8
+- Spec file updated
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.11-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list