From 6d85c3864e4f95577fdde9bc62e2e9948c2e5519 Mon Sep 17 00:00:00 2001 From: Stefano Cotta Ramusino Date: Fri, 5 Jan 2024 17:25:59 +0100 Subject: [PATCH] package created by autospec [release 0.5.1-1mamba;Mon Jun 25 2012] --- README.md | 9 +++++++++ rifiuti2.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 rifiuti2.spec 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