rpms/fillets-ng/devel fillets-ng.spec, NONE, 1.1 fillets.desktop, NONE, 1.1 fillets.png, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Feb 1 14:05:15 UTC 2005


Author: thias

Update of /cvs/extras/rpms/fillets-ng/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv10719/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fillets-ng.spec fillets.desktop fillets.png 
Log Message:
auto-import fillets-ng-0.6.0-1 on branch devel from fillets-ng-0.6.0-1.src.rpm


--- NEW FILE fillets-ng.spec ---
Summary:        Fish Fillets Next Generation, a puzzle game with 70 levels
Name:           fillets-ng
Version:        0.6.0
Release:        1
License:        GPL
Group:          Amusements/Games
URL:            http://fillets.sourceforge.net/
Source0:        http://dl.sf.net/fillets/fillets-ng-%{version}.tar.gz
Source1:        fillets.desktop
Source2:        fillets.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
Requires:       fillets-ng-data >= 0.6.1
BuildRequires:  SDL-devel, SDL_mixer-devel, SDL_image-devel, SDL_ttf-devel
BuildRequires:  lua-devel, desktop-file-utils

%description
Fish Fillets is strictly a puzzle game. The goal in every of the
seventy levels is always the same: find a safe way out. The fish utter
witty remarks about their surroundings, the various inhabitants of
their underwater realm quarrel among themselves or comment on the
efforts of your fish. The whole game is accompanied by quiet,
comforting music.


%prep
%setup -q


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%makeinstall

# Install desktop file
%{__mkdir_p} %{buildroot}%{_datadir}/applications
desktop-file-install --vendor=fedora         \
  --dir %{buildroot}%{_datadir}/applications \
  %{SOURCE1}

# Install themeable icon
%{__install} -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/fillets.png


%clean
%{__rm} -rf %{buildroot}


%post
update-desktop-database %{_datadir}/applications &>/dev/null || :

%postun
update-desktop-database %{_datadir}/applications &>/dev/null || :


%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/fillets
%{_datadir}/applications/fedora-fillets.desktop
%{_datadir}/pixmaps/fillets.png
%{_mandir}/man6/fillets.6*


%changelog
* Tue Feb  1 2005 Matthias Saou <http://freshrpms.net/> 0.6.0-1
- Split sources into separate source rpms (for data to be noarch).
- Minor spec file tweaks.
- Include icon from 0.6.1 data for the desktop entry.
- Remove unneeded explicit vorbis dependency.
- Added update-desktop-database calls.

* Sun Aug 22 2004 Michal Ambroz (O_O) <rebus at seznam.cz>
- rebuild 0.5.1 for Fedora Core 2

* Thu Jul 15 2004 Michal Ambroz (O_O) <rebus at seznam.cz>
- rebuild 0.4.1 for Fedora Core 2

* Thu Jul 15 2004 Michal Ambroz (O_O) <rebus at seznam.cz>
- rebuild 0.4 for Fedora Core 2

* Mon May 10 2004 Michal Ambroz (O_O) <rebus at seznam.cz>
- initial build for Fedora Core 2



--- NEW FILE fillets.desktop ---
[Desktop Entry]
Name=Fish Fillets
Name[fr]=Fish Fillets
Name[es]=Fish Fillets
Comment=Puzzle game with 70 levels
Comment[fr]=Jeu de réflexion avec 70 niveaux
Comment[es]=Juego de mente con 70 niveles
Exec=fillets
Icon=fillets.png
Terminal=false
Type=Application
Categories=Application;Game;
Encoding=UTF-8


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fillets-ng/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Feb 2005 14:04:31 -0000	1.1
+++ .cvsignore	1 Feb 2005 14:05:13 -0000	1.2
@@ -0,0 +1 @@
+fillets-ng-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fillets-ng/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Feb 2005 14:04:31 -0000	1.1
+++ sources	1 Feb 2005 14:05:13 -0000	1.2
@@ -0,0 +1 @@
+89b894c9f6fcf23078b0d5f54f99cb05  fillets-ng-0.6.0.tar.gz




More information about the fedora-extras-commits mailing list