package created by autospec [release 0.5.1-1mamba;Mon Jun 25 2012]

This commit is contained in:
Stefano Cotta Ramusino 2024-01-05 17:25:59 +01:00
parent 22d49821cb
commit 6d85c3864e
2 changed files with 59 additions and 0 deletions

View File

@ -1,2 +1,11 @@
# rifiuti2
rifiuti2 is a tool for analyzing Windows Recycle Bin INFO2 file.
However it does more:
* Supports Windows file names in any languages
* Supports Vista and Windows 2008 (no more uses INFO2 file)
* Enables localization (that is, translatable) by using glib
* More rigorous error checking
* Supports output in XML format

50
rifiuti2.spec Normal file
View File

@ -0,0 +1,50 @@
Name: rifiuti2
Version: 0.5.1
Release: 1mamba
Summary: Tool for investigating Windows Recycle Bin files
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://rifiuti2.googlecode.com
Source: http://rifiuti2.googlecode.com/files/rifiuti2-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libglib-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
rifiuti2 is a tool for analyzing Windows Recycle Bin INFO2 file.
However it does more:
* Supports Windows file names in any languages
* Supports Vista and Windows 2008 (no more uses INFO2 file)
* Enables localization (that is, translatable) by using glib
* More rigorous error checking
* Supports output in XML format
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/rifiuti*
%{_mandir}/man1/rifiuti*.1.gz
%doc AUTHORS COPYING THANKS ChangeLog NEWS README TODO
%changelog
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.5.1-1mamba
- package created by autospec