wipe/wipe.spec

Fri, 11 Mar 2011 21:41:16 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:41:16 +0100
changeset 3
d4b4127cd2bb
parent 0
4f133201e207
permissions
-rw-r--r--

Import unmodified vendor specs for introduction into repository.

michael@0 1 Name: wipe
michael@0 2 Version: 0.21
michael@1 3 Release: 20101201
michael@0 4 Summary: Secure file erasing tool
michael@1 5 Vendor: Europalab Software
michael@1 6 Packager: Michael Schloh von Bennewitz
michael@1 7 Distribution: MeeGo Thirdparty
michael@0 8 Group: Development/Tools
michael@0 9 License: GPL+
michael@1 10 URL: http://lambda-diode.com/software/wipe
michael@1 11 Source0: http://lambda-diode.com/software/wipe/wipe-%{version}.tar.gz
michael@1 12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
michael@0 13
michael@0 14 %description
michael@0 15 Wipe is a little command for securely erasing files from magnetic media.
michael@0 16
michael@0 17 %prep
michael@0 18 %setup -q
michael@0 19
michael@0 20 %build
michael@1 21 chmod a+x trtur
michael@0 22 export CFLAGS=$RPM_OPT_FLAGS
michael@0 23 make %{?_smp_mflags} linux
michael@0 24
michael@0 25
michael@0 26 %install
michael@0 27 rm -rf $RPM_BUILD_ROOT
michael@1 28 mkdir -p -m 755 $RPM_BUILD_ROOT%{_bindir}
michael@1 29 mkdir -p -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
michael@1 30 install -c -s -m 755 wipe $RPM_BUILD_ROOT%{_bindir}
michael@1 31 install -c -m 644 wipe.1 $RPM_BUILD_ROOT%{_mandir}/man1
michael@0 32
michael@0 33 %clean
michael@0 34 rm -rf $RPM_BUILD_ROOT
michael@0 35
michael@0 36 %files
michael@0 37 %defattr(-,root,root,-)
michael@0 38 %{_bindir}/wipe
michael@0 39 %{_mandir}/man1/wipe.1.gz
michael@0 40
michael@0 41 %changelog
michael@1 42 * Tue Dec 01 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 0.21-20101201
michael@1 43 - Repackaged for MeeGo http://www.meego.com/
michael@0 44
michael@0 45 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-4
michael@0 46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
michael@0 47
michael@0 48 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-3
michael@0 49 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
michael@0 50
michael@0 51 * Mon Mar 24 2008 Scott Henson <shenson@redhat.com> - 0.21-2
michael@0 52 - Make trtur executable
michael@0 53 - remove secure-deletion.html
michael@0 54
michael@0 55 * Mon Mar 24 2008 Scott Henson <shenson@redhat.com> - 0.21-1
michael@0 56 - New upstream version
michael@0 57 - use RPM_OPT_FLAGS
michael@0 58
michael@0 59
michael@0 60 * Wed Jan 16 2008 Scott Henson <shenson@redhat.com> - 0.20-4
michael@0 61 - Remove executable permissions on example scripts
michael@0 62
michael@0 63 * Mon Dec 31 2007 Scott Henson <shenson@redhat.com> - 0.20-3
michael@0 64 - Change License to GPL+
michael@0 65 - Convert wipe.tr.1 UTF8 and install it
michael@0 66 - Identify a few more files as docs
michael@0 67 - Switch to using -p instead of -c for install
michael@0 68 - Fixed typo in previous changelog entry
michael@0 69
michael@0 70 * Thu Dec 20 2007 Scott Henson <shenson@redhat.com> - 0.20-2
michael@0 71 - Fix the encoding of the doc files
michael@0 72 - Capitalize the description and summary
michael@0 73
michael@0 74 * Mon Dec 17 2007 Scott Henson <shenson@redhat.com> - 0.20-1
michael@0 75 - Initial packaged version

mercurial