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

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sat Nov 25 20:59:51 UTC 2006


Author: jwrdegoede

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

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


--- NEW FILE arrows.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Arrows
Comment=Follow the arrows to reach the exit
Exec=arrows
Icon=arrows.png
Terminal=false
Type=Application
Categories=Game;LogicGame;


--- NEW FILE arrows.spec ---
Name:           arrows
Version:        0.6
Release:        2%{?dist}
Summary:        Neat little maze game
Group:          Amusements/Games
License:        GPL
URL:            http://noreason.ca/?file=software
Source0:        http://noreason.ca/data/arrows-%{version}.tar.gz
Source1:        arrows.desktop
Source2:        arrows.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  gtk2-devel desktop-file-utils
Requires:       hicolor-icon-theme

%description
It's a maze game of sorts. Guide the spinning blue thing through
the maze of arrows, creating and destroying arrows as necessary
to collect the green things.


%prep
%setup -q
make clean


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}

# below is the desktop file and icon stuff.
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor fedora            \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  %{SOURCE1}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/24x24/apps
install -p -m 644 %{SOURCE2} \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/24x24/apps


%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 LICENSE README
%{_bindir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png


%changelog
* Sat Nov 25 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.6-2
- Add Requires hicolor-icon-theme, drop GNOME from desktop catagories
  (bz 217239)

* Sat Nov 25 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.6-1
- Initial FE package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/arrows/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Nov 2006 20:58:40 -0000	1.1
+++ .cvsignore	25 Nov 2006 20:59:20 -0000	1.2
@@ -0,0 +1 @@
+arrows-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/arrows/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Nov 2006 20:58:40 -0000	1.1
+++ sources	25 Nov 2006 20:59:20 -0000	1.2
@@ -0,0 +1 @@
+d6cf52ff319c295b9fb6982c023ec7f0  arrows-0.6.tar.gz




More information about the scm-commits mailing list