diff -r 4f133201e207 -r 4667f24fe848 wipe/wipe.spec --- a/wipe/wipe.spec Fri Mar 11 21:30:26 2011 +0100 +++ b/wipe/wipe.spec Fri Mar 11 21:36:51 2011 +0100 @@ -1,13 +1,15 @@ Name: wipe Version: 0.21 -Release: 5%{?dist} +Release: 20101201 Summary: Secure file erasing tool - +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty Group: Development/Tools License: GPL+ -URL: http://abaababa.ouvaton.org/wipe/ -Source0: http://abaababa.ouvaton.org/wipe/wipe-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://lambda-diode.com/software/wipe +Source0: http://lambda-diode.com/software/wipe/wipe-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Wipe is a little command for securely erasing files from magnetic media. @@ -16,39 +18,29 @@ %setup -q %build -chmod +x trtur +chmod a+x trtur export CFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags} linux -iconv -f ISO8859-9 -t UTF8 README.utf8 -mv README.utf8 README -iconv -f ISO8859-9 -t UTF8 wipe.tr.1.utf8 -mv wipe.tr.1.utf8 wipe.tr.1 -chmod a-x examples/wipefd0 examples/wswap.pl %install rm -rf $RPM_BUILD_ROOT -# There is no make install. -# So, we do the install ourselves due to so few files to install. -mkdir -p $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1,%{_mandir}/tr/man1} -install -p wipe $RPM_BUILD_ROOT/%{_bindir} -install -p -m644 wipe.1 $RPM_BUILD_ROOT/%{_mandir}/man1 -mv wipe.tr.1 wipe.1 && \ - install -p -m644 wipe.1 $RPM_BUILD_ROOT/%{_mandir}/tr/man1/ +mkdir -p -m 755 $RPM_BUILD_ROOT%{_bindir} +mkdir -p -m 755 $RPM_BUILD_ROOT%{_mandir}/man1 +install -c -s -m 755 wipe $RPM_BUILD_ROOT%{_bindir} +install -c -m 644 wipe.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc BUGS CHANGES GPL README examples/wipefd0 examples/wswap.pl %{_bindir}/wipe %{_mandir}/man1/wipe.1.gz -%{_mandir}/tr/man1/wipe.1.gz %changelog -* Mon Feb 07 2011 Fedora Release Engineering - 0.21-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +* Tue Dec 01 2010 Michael Schloh von Bennewitz - 0.21-20101201 +- Repackaged for MeeGo http://www.meego.com/ * Mon Jul 27 2009 Fedora Release Engineering - 0.21-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild