rifiuti2/rifiuti2.spec

59 lines
1.5 KiB
RPMSpec
Raw Normal View History

Name: rifiuti2
Version: 0.7.0
Release: 1mamba
Summary: Tool for investigating Windows Recycle Bin files
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
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
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
%debug_package
%prep
%setup -q
autoreconf -f -i
sed -i "s|0.19|0.20|" po/Makefile.in.in
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/rifiuti*
%{_mandir}/man1/rifiuti*.1*
%doc docs/AUTHORS docs/LICENSE.md docs/THANKS
%changelog
* Sat Feb 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
- update to 0.7.0
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.5.1-1mamba
- package created by autospec