update to 0.11.1

This commit is contained in:
Jiri Kastner 2013-07-29 09:02:34 +02:00
parent 66a356e32d
commit b514fa4778
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/tuna-0.11.tar.bz2
/tuna-0.11.1.tar.bz2

View File

@ -1 +1 @@
a4526164898b3e3bedb7e79a03b29189 tuna-0.11.tar.bz2
5c2727ea9b2a265862f63b6391cd69ef tuna-0.11.1.tar.bz2

View File

@ -2,8 +2,8 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: tuna
Version: 0.11
Release: 2%{?dist}
Version: 0.11.1
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
Group: Applications/System
@ -54,6 +54,7 @@ rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}
mkdir -p %{buildroot}/%{_sysconfdir}/tuna/
mkdir -p %{buildroot}/{%{_bindir},%{_datadir}/tuna/help/kthreads,%{_mandir}/man8}
mkdir -p %{buildroot}/%{_datadir}/polkit-1/actions/
install -p -m644 tuna/tuna_gui.glade %{buildroot}/%{_datadir}/tuna/
install -p -m755 tuna-cmd.py %{buildroot}/%{_bindir}/tuna
install -p -m755 oscilloscope-cmd.py %{buildroot}/%{_bindir}/oscilloscope
@ -61,6 +62,7 @@ install -p -m644 help/kthreads/* %{buildroot}/%{_datadir}/tuna/help/kthreads/
install -p -m644 docs/tuna.8 %{buildroot}/%{_mandir}/man8/
install -p -m644 etc/tuna/example.conf %{buildroot}/%{_sysconfdir}/tuna/
install -p -m644 etc/tuna.conf %{buildroot}/%{_sysconfdir}/
install -p -m644 org.tuna.policy %{buildroot}/%{_datadir}/polkit-1/actions/
# l10n-ed message catalogues
for lng in `cat po/LINGUAS`; do
@ -86,6 +88,7 @@ rm -rf %{buildroot}
%{_mandir}/man8/tuna.8*
%{_sysconfdir}/tuna.conf
%{_sysconfdir}/tuna/*
%{_datadir}/polkit-1/actions/org.tuna.policy
%files -n oscilloscope
%defattr(-,root,root,-)
@ -94,6 +97,9 @@ rm -rf %{buildroot}
%doc docs/oscilloscope+tuna.pdf
%changelog
* Mon Jul 29 2013 Jiri Kastner <jkastner@redhat.com> - 0.11.1-1
- New upstream release
* Tue Jun 11 2013 Jiri Kastner <jkastner@redhat.com> - 0.11-2
- changed dependencies from python-numeric to numpy
- merged spec changes from upstream