automatic version update by autodist [release 0.8.1-1mamba;Sun Jun 02 2024]
This commit is contained in:
parent
6e2d57b635
commit
f0098d5644
@ -1,5 +1,5 @@
|
|||||||
Name: rifiuti2
|
Name: rifiuti2
|
||||||
Version: 0.7.0
|
Version: 0.8.1
|
||||||
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
|
||||||
@ -28,29 +28,34 @@ However it does more:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
autoreconf -f -i
|
|
||||||
sed -i "s|0.19|0.20|" po/Makefile.in.in
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake \
|
||||||
%make
|
-DCMAKE_STRIP=/bin/true
|
||||||
|
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}
|
#% find_lang %{name} --all-name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/rifiuti*
|
%{_bindir}/rifiuti*
|
||||||
%{_mandir}/man1/rifiuti*.1*
|
%{_mandir}/man1/rifiuti*.1*
|
||||||
%doc docs/AUTHORS docs/LICENSE.md docs/THANKS
|
%dir %{_docdir}/rifiuti2
|
||||||
|
%{_docdir}/rifiuti2/*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 02 2024 Automatic Build System <autodist@openmamba.org> 0.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Feb 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
* Sat Feb 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
||||||
- update to 0.7.0
|
- update to 0.7.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user