update to 0.7.0 [release 0.7.0-1mamba;Sat Feb 27 2021]
This commit is contained in:
parent
6d85c3864e
commit
6e2d57b635
@ -1,19 +1,18 @@
|
|||||||
Name: rifiuti2
|
Name: rifiuti2
|
||||||
Version: 0.5.1
|
Version: 0.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tool for investigating Windows Recycle Bin files
|
Summary: Tool for investigating Windows Recycle Bin files
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://rifiuti2.googlecode.com
|
URL: https://abelcheung.github.io/rifiuti2/
|
||||||
Source: http://rifiuti2.googlecode.com/files/rifiuti2-%{version}.tar.gz
|
Source: https://github.com/abelcheung/rifiuti2.git/%{version}/rifiuti2-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
rifiuti2 is a tool for analyzing Windows Recycle Bin INFO2 file.
|
rifiuti2 is a tool for analyzing Windows Recycle Bin INFO2 file.
|
||||||
@ -25,8 +24,12 @@ However it does more:
|
|||||||
* More rigorous error checking
|
* More rigorous error checking
|
||||||
* Supports output in XML format
|
* Supports output in XML format
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
autoreconf -f -i
|
||||||
|
sed -i "s|0.19|0.20|" po/Makefile.in.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -36,15 +39,20 @@ However it does more:
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/rifiuti*
|
%{_bindir}/rifiuti*
|
||||||
%{_mandir}/man1/rifiuti*.1.gz
|
%{_mandir}/man1/rifiuti*.1*
|
||||||
%doc AUTHORS COPYING THANKS ChangeLog NEWS README TODO
|
%doc docs/AUTHORS docs/LICENSE.md docs/THANKS
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.5.1-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user