SPECS: BillardGL.spec - icon and desktop file - rel 3
cactus
cactus at pld-linux.org
Sun Jan 27 00:38:14 CET 2008
Author: cactus Date: Sat Jan 26 23:38:13 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- icon and desktop file
- rel 3
---- Files affected:
SPECS:
BillardGL.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/BillardGL.spec
diff -u SPECS/BillardGL.spec:1.15 SPECS/BillardGL.spec:1.16
--- SPECS/BillardGL.spec:1.15 Sun Jan 27 00:11:59 2008
+++ SPECS/BillardGL.spec Sun Jan 27 00:38:08 2008
@@ -3,12 +3,14 @@
Summary: 3D billard simulation using OpenGL
Summary(pl.UTF-8): Symulacja bilarda używająca OpenGL
Version: 1.75
-Release: 2
+Release: 3
Group: X11/Applications/Games
License: GPL
Vendor: University of Freiburg / Germany
Source0: http://billardgl.sourceforge.net/download/%{name}-%{version}.tar.gz
# Source0-md5: 46f2cf99e1a2b2aa4707d3500e43be47
+Source1: %{name}.desktop
+Source2: %{name}.xpm
Patch0: %{name}-starting-resolution.patch
Patch1: %{name}-depracted.patch
Patch2: %{name}-config_buffer_overflows.patch
@@ -39,11 +41,13 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/lang,%{_datadir}/%{name}/Texturen/{1,2,4,8}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir},%{_datadir}/%{name}/lang,%{_datadir}/%{name}/Texturen/{1,2,4,8}}
cd src
install BillardGL $RPM_BUILD_ROOT%{_bindir}
install lang/*.lang $RPM_BUILD_ROOT%{_datadir}/%{name}/lang
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
for j in 1 2 4 8 ; do
for i in Texturen/$j/*; do
@@ -59,6 +63,8 @@
%doc src/README
%attr(755,root,root) %{_bindir}/BillardGL
%{_datadir}/%{name}
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.xpm
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -66,6 +72,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2008-01-26 23:38:08 cactus
+- icon and desktop file
+- rel 3
+
Revision 1.15 2008-01-26 23:11:59 cactus
- patch for start windowed mode
- patch for correct depracted warning
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/BillardGL.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list