rpms/wipe/devel wipe.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Scott Henson (shenson) fedora-extras-commits at redhat.com
Wed Feb 13 02:05:15 UTC 2008


Author: shenson

Update of /cvs/pkgs/rpms/wipe/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30162/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wipe.spec 
Log Message:
Initial Import



--- NEW FILE wipe.spec ---
Name:           wipe
Version:        0.20
Release:        4%{?dist}
Summary:        Secure file erasing tool

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)

%description
Wipe is a little command for securely erasing files from magnetic media. 

%prep
%setup -q

%build
make %{?_smp_mflags} linux
iconv -f ISO8859-9 -t UTF8 <README > README.utf8
mv README.utf8 README
iconv -f ISO8859-9 -t UTF8 <secure_del.html > secure_del.html.utf8
mv secure_del.html.utf8 secure_del.html
iconv -f ISO8859-9 -t UTF8 <wipe.tr.1 > wipe.tr.1.utf8
mv wipe.tr.1.utf8 wipe.tr.1
chmod a-x secure_del.html 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/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc BUGS CHANGES GPL README secure_del.html examples/wipefd0 examples/wswap.pl
%{_bindir}/wipe
%{_mandir}/man1/wipe.1.gz
%{_mandir}/tr/man1/wipe.1.gz

%changelog

* Wed Jan 16 2008 Scott Henson <shenson at redhat.com> - 0.20-4
- Remove executable permissions on example scripts

* Mon Dec 31 2007 Scott Henson <shenson at redhat.com> - 0.20-3
- Change License to GPL+
- Convert wipe.tr.1 UTF8 and install it
- Identify a few more files as docs
- Switch to using -p instead of -c for install
- Fixed typo in previous changelog entry

* Thu Dec 20 2007 Scott Henson <shenson at redhat.com> - 0.20-2
- Fix the encoding of the doc files
- Capitalize the description and summary

* Mon Dec 17 2007 Scott Henson <shenson at redhat.com> - 0.20-1
 - Initial packaged version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wipe/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2008 17:39:46 -0000	1.1
+++ .cvsignore	13 Feb 2008 02:04:41 -0000	1.2
@@ -0,0 +1 @@
+wipe-0.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wipe/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2008 17:39:46 -0000	1.1
+++ sources	13 Feb 2008 02:04:41 -0000	1.2
@@ -0,0 +1 @@
+dbf3027f46d014dc899a1cdf2ed93d00  wipe-0.20.tar.gz




More information about the fedora-extras-commits mailing list