SPECS (DEVEL): magicor.spec - 1.1-rc1 - cosmetics

lisu lisu at pld-linux.org
Thu Jun 21 23:18:05 CEST 2007


Author: lisu                         Date: Thu Jun 21 21:18:05 2007 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- 1.1-rc1
- cosmetics

---- Files affected:
SPECS:
   magicor.spec (1.9 -> 1.9.2.1) 

---- Diffs:

================================================================
Index: SPECS/magicor.spec
diff -u SPECS/magicor.spec:1.9 SPECS/magicor.spec:1.9.2.1
--- SPECS/magicor.spec:1.9	Thu Jun 21 12:36:23 2007
+++ SPECS/magicor.spec	Thu Jun 21 23:18:00 2007
@@ -3,17 +3,18 @@
 # Conditional build
 %bcond_without	editor	# build without editor
 #
+%define	_rc	rc1
 Summary:	Puzzle game with "fancy" graphics
 Summary(pl.UTF-8):	Gra logiczna z "wyszukanÄ
" grafikÄ

 Name:		magicor
-Version:	1.0
-Release:	1
+Version:	1.1
+Release:	0.%{_rc}.1
 License:	Public Domain
 Group:		X11/Applications/Games
-Source0:	http://dl.sourceforge.net/magicor/%{name}-source-%{version}.tar.gz
-# Source0-md5:	8f30cc33e531a08583bb60af9f373503
-Source1:	http://dl.sourceforge.net/magicor/%{name}-data-%{version}.tar.gz
-# Source1-md5:	2e8146d3bc69811e7908073a9be41ecb
+Source0:	http://dl.sourceforge.net/magicor/%{name}-source-%{version}-%{_rc}.tar.gz
+# Source0-md5:	10f005bf8bb70bade2d8280451a75dca
+Source1:	http://dl.sourceforge.net/magicor/%{name}-data-%{version}-%{_rc}.tar.gz
+# Source1-md5:	4a6fbd10ae7b08adcdbcc4d5f8d10207
 Patch0:		%{name}-Makefile.patch
 Patch1:		%{name}-path.patch
 URL:		http://magicor.sourceforge.net/
@@ -44,7 +45,7 @@
 Edytor poziomĂłw dla Magicor.
 
 %prep
-%setup -q -a 1
+%setup -q -n %{name}-%{version}-%{_rc}  -a 1
 %patch0 -p1
 %patch1 -p1
 
@@ -57,7 +58,7 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
-	MAGICOR=%{name}-%{version}
+	MAGICOR=%{name}-%{version}-%{_rc}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,7 +66,7 @@
 %files
 %defattr(644,root,root,755)
 %doc LICENSE README
-%attr(755,root,root) %{_bindir}/Magicor
+%attr(755,root,root) %{_bindir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
 %{_datadir}/%{name}
 %{py_sitescriptdir}/%{name}
@@ -73,7 +74,7 @@
 %if %{with editor}
 %files editor
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/Magicor-LevelEditor
+%attr(755,root,root) %{_bindir}/%{name}-editor
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}-editor.conf
 %endif
 
@@ -83,6 +84,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9.2.1  2007/06/21 21:18:00  lisu
+- 1.1-rc1
+- cosmetics
+
 Revision 1.9  2007/06/21 10:36:23  lisu
 - reverted
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/magicor.spec?r1=1.9&r2=1.9.2.1&f=u



More information about the pld-cvs-commit mailing list