automatic version update by autodist [release 0.9.22-1mamba;Mon Oct 13 2014]
This commit is contained in:
parent
a4ce464862
commit
64f92947e8
@ -1,6 +1,6 @@
|
|||||||
Name: tuxpaint
|
Name: tuxpaint
|
||||||
Version: 0.9.21
|
Version: 0.9.22
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Free drawing program designed for young children
|
Summary: Free drawing program designed for young children
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -27,7 +27,7 @@ BuildRequires: librsvg-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: netpbm-devel
|
BuildRequires: libnetpbm-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,7 +35,7 @@ Tux Paint is a free drawing program designed for young children (kids ages 3 and
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
find -type d -name CVS | xargs rm -fr
|
find -type d -name CVS | xargs rm -fr
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -43,7 +43,6 @@ find -type d -name CVS | xargs rm -fr
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%makeinstall \
|
%makeinstall \
|
||||||
PKG_ROOT=%{buildroot} \
|
PKG_ROOT=%{buildroot} \
|
||||||
PREFIX=%{_prefix} \
|
PREFIX=%{_prefix} \
|
||||||
@ -64,6 +63,7 @@ rm -rf %{buildroot}%{_kdedatadir}/applnk/Graphics/
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/tuxpaint/tuxpaint.conf
|
%config(noreplace) %{_sysconfdir}/tuxpaint/tuxpaint.conf
|
||||||
|
%{_sysconfdir}/bash_completion.d/tuxpaint-completion.bash
|
||||||
%{_bindir}/tuxpaint*
|
%{_bindir}/tuxpaint*
|
||||||
%{_bindir}/tp-magic-config
|
%{_bindir}/tp-magic-config
|
||||||
%dir %{_prefix}/lib/tuxpaint
|
%dir %{_prefix}/lib/tuxpaint
|
||||||
@ -83,6 +83,9 @@ rm -rf %{buildroot}%{_kdedatadir}/applnk/Graphics/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 13 2014 Automatic Build System <autodist@mambasoft.it> 0.9.22-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.21-2mamba
|
* Sun Apr 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.21-2mamba
|
||||||
- added build patch against libpng 1.5
|
- added build patch against libpng 1.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user