113 lines
3.7 KiB
RPMSpec
113 lines
3.7 KiB
RPMSpec
%define bonus_version 0.8.2
|
|
|
|
Name: bleachbit
|
|
Version: 1.0
|
|
Release: 1mamba
|
|
Summary: A cleaning tool to free disk space and to maintain privacy
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
|
URL: http://bleachbit.sourceforge.net/
|
|
Source: http://downloads.sourceforge.net/project/bleachbit/bleachbit/%{version}/bleachbit-%{version}.tar.lzma
|
|
Source1: http://sourceforge.net/projects/bleachbit/files/bleachbit/bleachbit-bonus-%{bonus_version}.tar.gz
|
|
Source2: bleachbit-root.desktop
|
|
Source3: bleachbit-root.png
|
|
License: GPL
|
|
Requires: python >= %python_version
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: python
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: desktop-file-utils
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
BleachBit quickly frees disk space, removes hidden junk, and easily guards your privacy.
|
|
Erase cache, delete cookies, clear Internet history, remove unused localizations, shred logs, and delete temporary files.
|
|
It wipes clean 70 applications including Firefox, Internet Explorer, Flash, Google Chrome, Opera, Safari, Adobe Reader, APT, and more.
|
|
|
|
This package includes also the BleachBit Bonus.
|
|
|
|
%prep
|
|
%setup -q -a1
|
|
|
|
%build
|
|
make -C po local
|
|
%{__python} setup.py build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall \
|
|
prefix=%{_prefix}
|
|
|
|
%makeinstall -C bleachbit-bonus-%{bonus_version} \
|
|
prefix=%{_prefix}
|
|
|
|
desktop-file-validate %{S:2}
|
|
install -m 0644 %{S:2} %{buildroot}%{_datadir}/applications/bleachbit-root.desktop
|
|
install -m 0644 %{S:3} %{buildroot}%{_datadir}/pixmaps/bleachbit-root.png
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/bleachbit.desktop
|
|
|
|
# remove useless files
|
|
rm -f %{buildroot}%{_datadir}/bleachbit/Windows.py*
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/bleachbit
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/bleachbit
|
|
%{_datadir}/pixmaps/*.png
|
|
%doc COPYING README
|
|
|
|
%changelog
|
|
* Sun Nov 17 2013 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 05 2013 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 22 2013 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 11 2013 Automatic Build System <autodist@mambasoft.it> 0.9.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 29 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.2-1mamba
|
|
- update to 0.9.2
|
|
|
|
* Wed Nov 30 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.1-1mamba
|
|
- update to 0.9.1
|
|
|
|
* Mon Sep 05 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.0-1mamba
|
|
- update to 0.9.0
|
|
|
|
* Thu Jun 30 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.8.8-1mamba
|
|
- update to 0.8.8
|
|
|
|
* Tue Jan 25 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.8.7-1mamba
|
|
- update to 0.8.7
|
|
|
|
* Sun Jan 09 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.8.6-1mamba
|
|
- update to 0.8.6
|
|
- specfile rpm5-compliant
|
|
|
|
* Thu Dec 30 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.8.4-1mamba
|
|
- update to 0.8.4
|
|
|
|
* Tue Nov 16 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.8.2-1mamba
|
|
- update to 0.8.2
|
|
|
|
* Wed Jun 09 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.8.0-1mamba
|
|
- update to 0.8.0
|
|
|
|
* Fri May 28 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.7.4-1mamba
|
|
- added the BleachBit Bonus
|
|
- package created by autospec
|