rpms/openalchemist/F-8 openalchemist.desktop, NONE, 1.1 openalchemist.spec, NONE, 1.1 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Thu Oct 23 21:06:49 UTC 2008


Author: xavierb

Update of /cvs/pkgs/rpms/openalchemist/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31428/F-8

Modified Files:
	sources 
Added Files:
	openalchemist.desktop openalchemist.spec 
Log Message:
Populate the other branches


--- NEW FILE openalchemist.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=OpenAlchemist
Name[fr]=OpenAlchemist
Name[de]=OpenAlchemist
GenericName=Puzzle game
GenericName[fr]=Jeu de réflexion
GenericName[de]=Gedächtnisspiel
Comment=Transmute the elements !
Comment[fr]=Transmutez les éléments !
Comment[de]=Wandeln Elemente !
Exec=openalchemist
Icon=openalchemist
Terminal=false
Type=Application
Categories=Game;LogicGame;


--- NEW FILE openalchemist.spec ---
Name:           openalchemist
Version:        0.3
Release:        4%{?dist}
Summary:        Reflection game

Group:          Amusements/Games
License:        GPLv2+ and CC-BY-SA
URL:            http://www.openalchemist.com
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
Source1:        openalchemist.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ClanLib-devel
BuildRequires:  zip
BuildRequires:  desktop-file-utils
Requires:       pygtk2


%description
OpenAlchemist is a new reflection game which looks like classic falling block
games but where you can take your time. Be a crazy alchemist and try to make
new objects from those you get from the sky.


%prep
%setup -q -n openalchemist-%{version}-src


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT%{_datadir}/openalchemist/{CODE-LICENSE,GRAPHICS-LICENSE}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
cp data/logo.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/openalchemist.png
desktop-file-install --vendor="fedora" \
                     --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog CODE-LICENSE GRAPHICS-LICENSE INSTALL README TODO
%{_bindir}/openalchemist
%{_bindir}/openalchemist-config
%{_datadir}/openalchemist
%{_datadir}/pixmaps/openalchemist.png
%{_datadir}/applications/fedora-openalchemist.desktop


%changelog
* Thu Oct 23 2008 Xavier Bachelot <xavier at bachelot.org> 0.3-4
- Modify Description: tag.
- Modify Summary: tag again.

* Thu Oct 16 2008 Xavier Bachelot <xavier at bachelot.org> 0.3-3
- Modify Summary: tag.
- Add graphics license to License: tag.
- Add Requires: pygtk2.
- Update desktop file.
- Remove duplicate license files.

* Tue Oct 14 2008 Xavier Bachelot <xavier at bachelot.org> 0.3-2
- Add a desktop file and icon.

* Mon Oct 13 2008 Xavier Bachelot <xavier at bachelot.org> 0.3-1
- Initial build.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openalchemist/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Oct 2008 20:10:17 -0000	1.1
+++ sources	23 Oct 2008 21:06:19 -0000	1.2
@@ -0,0 +1 @@
+3107b699d63d5ae7cbf65ddc9872c49a  openalchemist-0.3-src.tar.gz




More information about the fedora-extras-commits mailing list