2024-01-05 17:25:59 +01:00
|
|
|
Name: rifiuti2
|
2024-01-05 17:26:00 +01:00
|
|
|
Version: 0.7.0
|
2024-01-05 17:25:59 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Tool for investigating Windows Recycle Bin files
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 17:26:00 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://abelcheung.github.io/rifiuti2/
|
|
|
|
Source: https://github.com/abelcheung/rifiuti2.git/%{version}/rifiuti2-%{version}.tar.bz2
|
2024-01-05 17:25:59 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
2024-01-05 17:26:00 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 17:25:59 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 17:26:00 +01:00
|
|
|
autoreconf -f -i
|
|
|
|
sed -i "s|0.19|0.20|" po/Makefile.in.in
|
2024-01-05 17:25:59 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-05 17:26:00 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2024-01-05 17:25:59 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 17:26:00 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-05 17:25:59 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/rifiuti*
|
2024-01-05 17:26:00 +01:00
|
|
|
%{_mandir}/man1/rifiuti*.1*
|
|
|
|
%doc docs/AUTHORS docs/LICENSE.md docs/THANKS
|
2024-01-05 17:25:59 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:26:00 +01:00
|
|
|
* Sat Feb 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
|
|
|
- update to 0.7.0
|
|
|
|
|
2024-01-05 17:25:59 +01:00
|
|
|
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.5.1-1mamba
|
|
|
|
- package created by autospec
|