michael@0: Name: wipe michael@0: Version: 0.21 michael@1: Release: 20101201 michael@0: Summary: Secure file erasing tool michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: Development/Tools michael@0: License: GPL+ michael@1: URL: http://lambda-diode.com/software/wipe michael@1: Source0: http://lambda-diode.com/software/wipe/wipe-%{version}.tar.gz michael@1: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root michael@0: michael@0: %description michael@0: Wipe is a little command for securely erasing files from magnetic media. michael@0: michael@0: %prep michael@0: %setup -q michael@0: michael@0: %build michael@1: chmod a+x trtur michael@0: export CFLAGS=$RPM_OPT_FLAGS michael@0: make %{?_smp_mflags} linux michael@0: michael@0: michael@0: %install michael@0: rm -rf $RPM_BUILD_ROOT michael@1: mkdir -p -m 755 $RPM_BUILD_ROOT%{_bindir} michael@1: mkdir -p -m 755 $RPM_BUILD_ROOT%{_mandir}/man1 michael@1: install -c -s -m 755 wipe $RPM_BUILD_ROOT%{_bindir} michael@1: install -c -m 644 wipe.1 $RPM_BUILD_ROOT%{_mandir}/man1 michael@0: michael@0: %clean michael@0: rm -rf $RPM_BUILD_ROOT michael@0: michael@0: %files michael@0: %defattr(-,root,root,-) michael@0: %{_bindir}/wipe michael@0: %{_mandir}/man1/wipe.1.gz michael@0: michael@0: %changelog michael@1: * Tue Dec 01 2010 Michael Schloh von Bennewitz - 0.21-20101201 michael@1: - Repackaged for MeeGo http://www.meego.com/ michael@0: michael@0: * Mon Jul 27 2009 Fedora Release Engineering - 0.21-4 michael@0: - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild michael@0: michael@0: * Wed Feb 25 2009 Fedora Release Engineering - 0.21-3 michael@0: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild michael@0: michael@0: * Mon Mar 24 2008 Scott Henson - 0.21-2 michael@0: - Make trtur executable michael@0: - remove secure-deletion.html michael@0: michael@0: * Mon Mar 24 2008 Scott Henson - 0.21-1 michael@0: - New upstream version michael@0: - use RPM_OPT_FLAGS michael@0: michael@0: michael@0: * Wed Jan 16 2008 Scott Henson - 0.20-4 michael@0: - Remove executable permissions on example scripts michael@0: michael@0: * Mon Dec 31 2007 Scott Henson - 0.20-3 michael@0: - Change License to GPL+ michael@0: - Convert wipe.tr.1 UTF8 and install it michael@0: - Identify a few more files as docs michael@0: - Switch to using -p instead of -c for install michael@0: - Fixed typo in previous changelog entry michael@0: michael@0: * Thu Dec 20 2007 Scott Henson - 0.20-2 michael@0: - Fix the encoding of the doc files michael@0: - Capitalize the description and summary michael@0: michael@0: * Mon Dec 17 2007 Scott Henson - 0.20-1 michael@0: - Initial packaged version