diff --git a/README.md b/README.md index b0d3b96..2176da9 100644 --- a/README.md +++ b/README.md @@ -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 + diff --git a/rifiuti2.spec b/rifiuti2.spec new file mode 100644 index 0000000..313bfd4 --- /dev/null +++ b/rifiuti2.spec @@ -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 +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 0.5.1-1mamba +- package created by autospec