]> git.pld-linux.org Git - packages/blobAndConquer.git/commitdiff
- up to 1.07
authorlisu <lisu@pld-linux.org>
Tue, 8 Sep 2009 07:43:51 +0000 (07:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- missing files -> doesn't work

Changed files:
    blobAndConquer.spec -> 1.3

blobAndConquer.spec

index 084ae2d5b11da3b42fa4442932361b74f579dfdb..3e0aeb8fd6533d318b30ebf93141bce232a99c1f 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       3D action game
 Summary(pl.UTF-8):     Trójwymiarowa gra akcji
 Name:          blobAndConquer
-Version:       1.06
-Release:       1
+Version:       1.07
+Release:       0.1
 License:       GPL v2+
 Group:         X11/Applications/Games
-# download it from http://www.parallelrealities.co.uk/projects/blobAndConquer.php 
+# download it from http://www.parallelrealities.co.uk/projects/blobAndConquer.php
 # and put it into the blobAndConquer dir
 Source0:       %{name}-%{version}-1.tar.gz
-# Source0-md5: 17e3dd5b42142dddbc0af85fb7470d8a
+# Source0-md5: b51cee505c1aacb21c7bb2ff57531aeb
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-desktop.patch
 URL:           http://www.parallelrealities.co.uk/projects/blobAndConquer.php
@@ -17,6 +17,7 @@ BuildRequires:        OpenGL-devel
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
 BuildRequires: SDL_ttf-devel
+BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,14 +49,17 @@ install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 
 install icons/blobAndConquer.png $RPM_BUILD_ROOT%{_pixmapsdir}
 
+%find_lang %{name} --all-name
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc doc
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/blobAndConquer.pak
 %{_desktopdir}/%{name}.desktop
+%{_iconsdir}/32x32/apps/blobAndConquer.png
 %{_pixmapsdir}/%{name}.png
This page took 0.689755 seconds and 4 git commands to generate.