update to 3.16.0 [release 3.16.0-1mamba;Sat Apr 18 2015]
This commit is contained in:
parent
57b01ae5e1
commit
024d445c86
23
atomix.spec
23
atomix.spec
@ -1,15 +1,15 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: atomix
|
Name: atomix
|
||||||
Version: 2.14.0
|
Version: 3.16.0
|
||||||
Release: 4mamba
|
Release: 1mamba
|
||||||
Summary: A little mind game where you have to build molecules out of single atoms
|
Summary: A little mind game where you have to build molecules out of single atoms
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ftp.gnome.org/pub/GNOME/sources/atomix/
|
URL: http://ftp.gnome.org/pub/GNOME/sources/atomix/
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/atomix/%{majversion}/atomix-%{version}.tar.bz2
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/atomix/%{majversion}/atomix-%{version}.tar.xz
|
||||||
Patch0: %{name}-2.14.0-desktop_file.patch
|
Patch0: %{name}-2.14.0-desktop_file.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -66,9 +66,6 @@ sed -i "s|chgrp games $(DESTDIR)$(bindir)||" Makefile
|
|||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%make -C level/
|
|
||||||
%make -C themes/
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
###GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
###GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||||
@ -90,20 +87,28 @@ chmod 666 %{_localstatedir}/games/atomix.scores
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/atomix.desktop
|
%{_datadir}/applications/atomix.desktop
|
||||||
|
%{_datadir}/appdata/atomix.appdata.xml
|
||||||
%dir %{_datadir}/atomix
|
%dir %{_datadir}/atomix
|
||||||
%{_datadir}/atomix/*.png
|
%{_datadir}/atomix/*.png
|
||||||
%dir %{_datadir}/atomix/level
|
%dir %{_datadir}/atomix/level
|
||||||
%{_datadir}/atomix/level/*.atomix.xml
|
%{_datadir}/atomix/level/*.atomix.xml
|
||||||
%{_datadir}/atomix/level/sequence
|
%{_datadir}/atomix/level/sequence
|
||||||
|
%dir %{_datadir}/atomix/themes
|
||||||
%dir %{_datadir}/atomix/themes/default
|
%dir %{_datadir}/atomix/themes/default
|
||||||
%{_datadir}/atomix/themes/default/*.png
|
%{_datadir}/atomix/themes/default/*.png
|
||||||
%{_datadir}/atomix/themes/default/theme
|
%{_datadir}/atomix/themes/default/theme
|
||||||
%{_datadir}/gnome-2.0/ui/atomix-ui.xml
|
%dir %{_datadir}/atomix/ui
|
||||||
|
%{_datadir}/atomix/ui/interface.ui
|
||||||
|
#%{_datadir}/gnome-2.0/ui/atomix-ui.xml
|
||||||
%{_datadir}/pixmaps/atomix-icon.png
|
%{_datadir}/pixmaps/atomix-icon.png
|
||||||
%{_localstatedir}/games/atomix.scores
|
#%{_localstatedir}/games/atomix.scores
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.0-1mamba
|
||||||
|
- update to 3.16.0
|
||||||
|
|
||||||
* Fri Feb 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.14.0-4mamba
|
* Fri Feb 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.14.0-4mamba
|
||||||
- rebuilt to remove executable requirements
|
- rebuilt to remove executable requirements
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user