rpms/gweled/FC-2 gweled-Makefile.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 gweled.spec, 1.3, 1.4 sources, 1.3, 1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Dec 5 14:21:08 UTC 2004


Changeset from: scop

Update of /cvs/extras/rpms/gweled/FC-2
In directory cvs.fedora.redhat.com:/tmp/cvs-serv16801/FC-2

Modified Files:
	.cvsignore gweled.spec sources 
Added Files:
	gweled-Makefile.patch 
Log Message:
auto-import gweled-0.6-0.fdr.1.2 on branch FC-2 from gweled-0.6-0.fdr.1.2.src.rpm

gweled-Makefile.patch:

--- NEW FILE gweled-Makefile.patch ---
--- Makefile.in.patch0	2004-11-30 21:26:41.000000000 +0100
+++ Makefile.in	2004-12-01 18:54:34.522949336 +0100
@@ -624,14 +624,14 @@
 	    fi \
 	  done \
 	fi
-	-$(mkinstalldirs) $(scoredir)
-	touch $(scoredir)/gweled.easy.scores
-	-chown $(scores_user):$(scores_group) $(scoredir)/gweled.easy.scores
-	-chmod 664 $(scoredir)/gweled.easy.scores
-	touch $(scoredir)/gweled.timed.scores
-	-chown $(scores_user):$(scores_group) $(scoredir)/gweled.timed.scores
-	-chmod 664 $(scoredir)/gweled.timed.scores
-	-if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/gweled && chmod 2555 $(DESTDIR)$(bindir)/gweled ; fi
+	-$(mkinstalldirs) $(DESTDIR)$(scoredir)
+	touch $(DESTDIR)$(scoredir)/gweled.easy.scores
+#	-chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gweled.easy.scores
+#	-chmod 664 $(DESTDIR)$(scoredir)/gweled.easy.scores
+	touch $(DESTDIR)$(scoredir)/gweled.timed.scores
+#	-chown $(scores_user):$(scores_group) $(DESTDIR)$(scoredir)/gweled.timed.scores
+#	-chmod 664 $(DESTDIR)$(scoredir)/gweled.timed.scores
+#	-if test "x$(setgid)" = "xtrue"; then chgrp $(scores_group) $(DESTDIR)$(bindir)/gweled && chmod 2555 $(DESTDIR)$(bindir)/gweled ; fi
 
 dist-hook:
 	if test -d pixmaps; then \


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gweled/FC-2/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2004 04:32:07 -0000	1.3
+++ .cvsignore	5 Dec 2004 14:21:06 -0000	1.4
@@ -1 +1 @@
-gweled-0.5.tar.gz
+gweled-0.6.tar.gz


Index: gweled.spec
===================================================================
RCS file: /cvs/extras/rpms/gweled/FC-2/gweled.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gweled.spec	8 Nov 2004 04:32:07 -0000	1.3
+++ gweled.spec	5 Dec 2004 14:21:06 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           gweled
-Version:        0.5
+Version:        0.6
 Release:        0.fdr.1.2
 Epoch:          0
 Summary:        Swapping gem game.
@@ -8,6 +8,7 @@
 License:        GPL
 URL:            http://sebdelestaing.free.fr/gweled/
 Source0:        http://sebdelestaing.free.fr/gweled/Release/gweled-%{version}.tar.gz
+Patch0:		%{name}-Makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libgnomeui-devel >= 0:2.0.0
@@ -24,6 +25,7 @@
 
 %prep
 %setup -q
+%patch0  -p0 -b .patch0 
 
 %build
 %configure
@@ -43,7 +45,6 @@
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 mkdir $RPM_BUILD_ROOT%{_localstatedir}/lib/
 mv $RPM_BUILD_ROOT%{_localstatedir}/games/ $RPM_BUILD_ROOT%{_localstatedir}/lib/games/
-cp $RPM_BUILD_ROOT/var/lib/games/gweled.easy.scores $RPM_BUILD_ROOT/var/lib/games/gweled.timed.scores
 
 
 %clean
@@ -55,15 +56,18 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
 %attr(2551,root,games) %{_bindir}/gweled
-%attr(0664,games,games) %{_localstatedir}/lib/games/gweled.easy.scores
-%attr(0664,games,games) %{_localstatedir}/lib/games/gweled.timed.scores
+%config(noreplace) %attr(0664,games,games) %{_localstatedir}/lib/games/*
 %{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/pixmaps
 %{_datadir}/pixmaps/*
-%{_datadir}/gweled
-%{_datadir}/gweled/*
+%{_datadir}/gweled/
 
 %changelog
+* Tue Aug 31 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:0.6-0.fdr.1
+- Update to 0.6
+- Remove highscore workaround
+- Add Makefile patch
+- Don't overwrite highscores during update
+
 * Tue Aug 31 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:0.5-0.fdr.1
 - Update to 0.5
 - Add highscorce workaround


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gweled/FC-2/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2004 04:32:07 -0000	1.3
+++ sources	5 Dec 2004 14:21:06 -0000	1.4
@@ -1 +1 @@
-238f5ef66317bb24c3d4018a7d1e9ec3  gweled-0.5.tar.gz
+40b4eaa8e1aca93cf6bc9d91a3c2c048  gweled-0.6.tar.gz




More information about the scm-commits mailing list