update to 0.7.0 [release 0.7.0-1mamba;Sat Feb 27 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 17:26:00 +01:00
parent 6d85c3864e
commit 6e2d57b635

View File

@ -1,19 +1,18 @@
Name: rifiuti2
Version: 0.5.1
Version: 0.7.0
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
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
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
rifiuti2 is a tool for analyzing Windows Recycle Bin INFO2 file.
@ -25,8 +24,12 @@ However it does more:
* 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
@ -36,15 +39,20 @@ However it does more:
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/rifiuti*
%{_mandir}/man1/rifiuti*.1.gz
%doc AUTHORS COPYING THANKS ChangeLog NEWS README TODO
%{_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