mirror of
https://abf.rosa.ru/djam/tuxpaint-config.git
synced 2025-02-24 15:52:56 +00:00
Update version to 0.0.17
This commit is contained in:
parent
2dc36fe7b7
commit
fe07a33072
2 changed files with 7 additions and 7 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,2 @@
|
||||||
removed_sources:
|
|
||||||
tuxpaint-config-0.0.12.tar.bz2: 5f4cee06c59462a402ab368a87ba2fae95ff0223
|
|
||||||
sources:
|
sources:
|
||||||
tuxpaint-config-0.0.13.tar.gz: 8b31ddf91eb130824351c652da87cfd6275304bb
|
tuxpaint-config-0.0.17.tar.gz: d56ee7688b1fc0bc3af075ca76e966d0e120895f
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Summary: Pictures for use with the paint program Tuxpaint
|
Summary: Pictures for use with the paint program Tuxpaint
|
||||||
Name: tuxpaint-config
|
Name: tuxpaint-config
|
||||||
Version: 0.0.13
|
Version: 0.0.17
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Graphics
|
Group: Graphics
|
||||||
URL: http://sourceforge.net/projects/tuxpaint
|
URL: http://sourceforge.net/projects/tuxpaint
|
||||||
|
@ -23,7 +25,7 @@ without needing to manipulate a text-based configuration file.
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%{_bindir}/%{name}
|
%{_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.*
|
%{_mandir}/man1/%{name}.1.*
|
||||||
%{_includedir}/X11/pixmaps/%{name}.*
|
%{_includedir}/X11/pixmaps/%{name}.*
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
@ -65,4 +67,4 @@ desktop-file-install --vendor="" \
|
||||||
|
|
||||||
# fix perms
|
# fix perms
|
||||||
chmod -R go=u-w %{buildroot}/*
|
chmod -R go=u-w %{buildroot}/*
|
||||||
chmod -x %{buildroot}%{_docdir}/%{name}/html/README.html
|
chmod -x %{buildroot}%{_docdir}/%{name}/html/README.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue