rpms/enigma/devel .cvsignore, 1.2, 1.3 enigma.spec, 1.6, 1.7 sources, 1.2, 1.3 enigma-0.81-gcc34.patch, 1.1, NONE enigma-0.81-gcc4.patch, 1.1, NONE

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Thu May 5 18:17:10 UTC 2005


Author: thl

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

Modified Files:
	.cvsignore enigma.spec sources 
Removed Files:
	enigma-0.81-gcc34.patch enigma-0.81-gcc4.patch 
Log Message:
- Update to 0.91
- Add BR gettext, SDL_ttf-devel
- Use find_lang
- gtk-update-icon-cache in post and postun
- Remove GCC patches



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/enigma/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:16:05 -0000	1.2
+++ .cvsignore	5 May 2005 18:17:08 -0000	1.3
@@ -1 +1 @@
-enigma-0.81.tar.gz
+enigma-0.91.tar.gz


Index: enigma.spec
===================================================================
RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- enigma.spec	13 Apr 2005 23:50:00 -0000	1.6
+++ enigma.spec	5 May 2005 18:17:08 -0000	1.7
@@ -1,17 +1,16 @@
 Name:           enigma
-Version:        0.81
-Release:        5
+Version:        0.91
+Release:        2
 Summary:        Clone of the ATARI game Oxyd
 
 Group:          Amusements/Games
 License:        GPL
 URL:            http://www.nongnu.org/enigma/
-Source0:        http://savannah.nongnu.org/download/enigma/enigma-%{version}.tar.gz
-Patch0:         enigma-0.81-gcc34.patch
-Patch1:         enigma-0.81-gcc4.patch
+Source0:        http://savannah.nongnu.org/download/enigma/enigma-0.91.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2
+BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
+BuildRequires:  SDL_ttf-devel gettext
 BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
 
 %description
@@ -24,9 +23,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc34
-%patch1 -p1 -b .gcc4
-
 
 %build
 %configure --enable-optimize
@@ -44,11 +40,19 @@
   --add-category "X-Fedora"                                 \
   $RPM_BUILD_ROOT%{_datadir}/applications/enigma.desktop
 
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%post
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
+
+%postun
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
+
+
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/
 %{_datadir}/enigma
@@ -59,6 +63,16 @@
 %{_datadir}/applications/*enigma.desktop
 
 %changelog
+* Thu May 05 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.91-2
+- rebuilt
+
+* Thu May 05 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.91-1
+- Update to 0.91
+- Add BR gettext, SDL_ttf-devel
+- Use find_lang
+- gtk-update-icon-cache in post and postun
+- Remove GCC patches
+
 * Thu Apr 14 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.81-5
 - Fix build for GCC4.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/enigma/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:16:05 -0000	1.2
+++ sources	5 May 2005 18:17:08 -0000	1.3
@@ -1 +1 @@
-d200891cde56d9bdbac65aa65fb4aa34  enigma-0.81.tar.gz
+784d12ff1846ab05986a6d0c7489e5ea  enigma-0.91.tar.gz


--- enigma-0.81-gcc34.patch DELETED ---


--- enigma-0.81-gcc4.patch DELETED ---




More information about the fedora-extras-commits mailing list