diff --git a/.abf.yml b/.abf.yml index ef465a1..685ffdf 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,4 +1,2 @@ -removed_sources: - tuxpaint-config-0.0.12.tar.bz2: 5f4cee06c59462a402ab368a87ba2fae95ff0223 sources: - tuxpaint-config-0.0.13.tar.gz: 8b31ddf91eb130824351c652da87cfd6275304bb + tuxpaint-config-0.0.17.tar.gz: d56ee7688b1fc0bc3af075ca76e966d0e120895f diff --git a/tuxpaint-config.spec b/tuxpaint-config.spec index 297d685..d31beb3 100644 --- a/tuxpaint-config.spec +++ b/tuxpaint-config.spec @@ -1,7 +1,9 @@ +%define debug_package %{nil} + Summary: Pictures for use with the paint program Tuxpaint Name: tuxpaint-config -Version: 0.0.13 -Release: 3 +Version: 0.0.17 +Release: 1 License: GPLv2+ Group: Graphics URL: http://sourceforge.net/projects/tuxpaint @@ -23,7 +25,7 @@ without needing to manipulate a text-based configuration file. %files -f %{name}.lang %{_bindir}/%{name} -%doc docs/AUTHORS.txt docs/CHANGES.txt docs/COPYING.txt docs/README.txt docs/TODO.txt docs/html/README.html +%doc %{_docdir}/tuxpaint-config/* %{_mandir}/man1/%{name}.1.* %{_includedir}/X11/pixmaps/%{name}.* %{_datadir}/applications/%{name}.desktop @@ -65,4 +67,4 @@ desktop-file-install --vendor="" \ # fix perms chmod -R go=u-w %{buildroot}/* -chmod -x %{buildroot}%{_docdir}/%{name}/html/README.html \ No newline at end of file +chmod -x %{buildroot}%{_docdir}/%{name}/html/README.html