rpms/enigma/devel .cvsignore, 1.4, 1.5 enigma.spec, 1.13, 1.14 sources, 1.4, 1.5 enigma-gcc41.patch, 1.1, NONE

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Thu Dec 14 19:21:59 UTC 2006


Author: thl

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

Modified Files:
	.cvsignore enigma.spec sources 
Removed Files:
	enigma-gcc41.patch 
Log Message:
1.0-1 --
- Update to 1.0
- drop enigma-gcc41.patch
- formating changes
- use make install DESTDIR
- new download URL


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/enigma/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	25 Jun 2005 11:37:57 -0000	1.4
+++ .cvsignore	14 Dec 2006 19:21:29 -0000	1.5
@@ -1 +1 @@
-enigma-0.92.tar.gz
+enigma-1.00.tar.gz


Index: enigma.spec
===================================================================
RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- enigma.spec	28 Aug 2006 06:22:58 -0000	1.13
+++ enigma.spec	14 Dec 2006 19:21:29 -0000	1.14
@@ -1,18 +1,24 @@
 Name:           enigma
-Version:        0.92
-Release:        4%{?dist}
+Version:        1.0
+Release:        1%{?dist}
 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-0.92.tar.gz
-Patch0:         enigma-gcc41.patch
+Source0:        http://download.berlios.de/enigma-game/enigma-1.00.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.4
-BuildRequires:  SDL_ttf-devel gettext libpng-devel
-BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
+BuildRequires:  SDL-devel >= 1.2  
+BuildRequires:  SDL_image-devel >= 1.2 
+BuildRequires:  SDL_mixer-devel >= 1.2.4
+BuildRequires:  SDL_ttf-devel >= 2.0.4
+BuildRequires:  gettext
+BuildRequires:  libpng-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  zlib-devel >= 1.2.0
+BuildRequires:  tetex >= 2.0.2
+BuildRequires:  xerces-c-devel
 
 %description
 Enigma is a tribute to and a re-implementation of one of the most
@@ -23,17 +29,17 @@
 innumerable puzzles blocking your direct way to the Oxyd stones...
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n enigma-1.00
 
 %build
 %configure --enable-optimize
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%makeinstall pngdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/images htmldir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/ docdir=${RPM_BUILD_ROOT}/%{_docdir}/enigma-%{version}/html/reference
-mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/html .
+rm -rf $RPM_BUILD_ROOT __doc
+make install DESTDIR=$RPM_BUILD_ROOT
+mkdir __doc
+mv $RPM_BUILD_ROOT%{_datadir}/doc/enigma/ __doc
 
 desktop-file-install \
   --delete-original                                        \
@@ -56,15 +62,25 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/
+%doc README AUTHORS CHANGES COPYING ACKNOWLEDGEMENTS __doc/*
 %{_datadir}/enigma
 %{_bindir}/enigma
 %{_mandir}/man?/enigma.*
 %{_datadir}/icons/hicolor/48x48/apps/enigma.png
 %{_datadir}/pixmaps/enigma.png
 %{_datadir}/applications/*enigma.desktop
+# we don't need the enet stuff
+%exclude %{_includedir}/enet/
+%exclude %{_libdir}/libenet.a
 
 %changelog
+* Thu Dec 14 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0-1
+- Update to 1.0
+- drop enigma-gcc41.patch
+- formating changes
+- use make install DESTDIR
+- new download URL
+
 * Mon Aug 28 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.92-4
 - Rebuild for Fedora Extras 6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/enigma/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	25 Jun 2005 11:37:57 -0000	1.4
+++ sources	14 Dec 2006 19:21:29 -0000	1.5
@@ -1 +1 @@
-b33d8fad75910c9a525f4382f5185f75  enigma-0.92.tar.gz
+428a9cce666cd45812e785f00a483ef9  enigma-1.00.tar.gz


--- enigma-gcc41.patch DELETED ---




More information about the fedora-extras-commits mailing list