rpms/pengupop/devel pengupop.desktop, NONE, 1.1 pengupop.png, NONE, 1.1 pengupop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hugo Cisneiros (eitch) fedora-extras-commits at redhat.com
Mon Jun 19 01:50:19 UTC 2006


Author: eitch

Update of /cvs/extras/rpms/pengupop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2402/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pengupop.desktop pengupop.png pengupop.spec 
Log Message:
auto-import pengupop-2.0.2-2 on branch devel from pengupop-2.0.2-2.src.rpm


--- NEW FILE pengupop.desktop ---
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Pengupop
Comment=Networked Game in the vein of Move/Puzzle Bobble
Exec=pengupop
StartupNotify=false
Terminal=false
Type=Application
Icon=pengupop.png
Categories=Application;Game;ArcadeGame;


--- NEW FILE pengupop.spec ---
Name:           pengupop
Version:        2.0.2
Release:        2%{?dist}
Summary:        Networked Game in the vein of Move/Puzzle Bobble

Group:          Amusements/Games
License:        GPL
URL:            http://www.junoplay.com/pengupop
Source0:        http://www.junoplay.com/files/%{name}-%{version}.tar.gz
Source1:        pengupop.desktop
Source2:        pengupop.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  SDL-devel, zlib-devel, desktop-file-utils

%description
Finally a networked multiplayer game in the vein of the puzzle classic Bust a
Move/Puzzle Bobble. Beat your friends in this addictive game, or play against
a random opponent! The purpose of this game is to shoot colored orbs into your
playfield, so they form groups of three or more. You win if you manage to
remove all orbs. You lose if any orb attaches below the white line.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


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

# Install icon and desktop file
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps

desktop-file-install --vendor fedora                            \
        --dir $RPM_BUILD_ROOT%{_datadir}/applications           \
        --add-category X-Fedora                                 \
        %{SOURCE1}


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/pengupop
%{_datadir}/applications/fedora-pengupop.desktop
%{_datadir}/icons/hicolor/48x48/apps/pengupop.png


%changelog
* Sun Jun 18 2006 Hugo Cisneiros <hugo at devin.com.br> 2.0.2-2
- Added desktop-file-utils BR
- Removed description inconsistency

* Sun Jun 18 2006 Hugo Cisneiros <hugo at devin.com.br> 2.0.2-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pengupop/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jun 2006 01:47:16 -0000	1.1
+++ .cvsignore	19 Jun 2006 01:50:18 -0000	1.2
@@ -0,0 +1 @@
+pengupop-2.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pengupop/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2006 01:47:16 -0000	1.1
+++ sources	19 Jun 2006 01:50:18 -0000	1.2
@@ -0,0 +1 @@
+5c213ecb3cf1bd714dbae771f97ee19a  pengupop-2.0.2.tar.gz




More information about the fedora-extras-commits mailing list