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