From 6e2d57b6350f4c172ff288ce04b9a7a113f1510c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:26:00 +0100 Subject: [PATCH] update to 0.7.0 [release 0.7.0-1mamba;Sat Feb 27 2021] --- rifiuti2.spec | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/rifiuti2.spec b/rifiuti2.spec index 313bfd4..03aaae4 100644 --- a/rifiuti2.spec +++ b/rifiuti2.spec @@ -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 -URL: http://rifiuti2.googlecode.com -Source: http://rifiuti2.googlecode.com/files/rifiuti2-%{version}.tar.gz +Packager: Silvan Calarco +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 0.7.0-1mamba +- update to 0.7.0 + * Mon Jun 25 2012 Stefano Cotta Ramusino 0.5.1-1mamba - package created by autospec