packages: allegro5/allegro5.spec - up to 5.0.0rc1 - add ex_premulalpha to e...

lisu lisu at pld-linux.org
Mon Nov 15 10:35:49 CET 2010


Author: lisu                         Date: Mon Nov 15 09:35:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 5.0.0rc1
- add ex_premulalpha to examples

---- Files affected:
packages/allegro5:
   allegro5.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: packages/allegro5/allegro5.spec
diff -u packages/allegro5/allegro5.spec:1.8 packages/allegro5/allegro5.spec:1.9
--- packages/allegro5/allegro5.spec:1.8	Mon Sep 27 10:07:48 2010
+++ packages/allegro5/allegro5.spec	Mon Nov 15 10:35:43 2010
@@ -17,6 +17,7 @@
 #%%bcond_without	svga	# without svgalib module
 #%%bcond_without	vga	# without vga module
 #
+%define		_rc	rc1
 Summary:	A game programming library
 Summary(de.UTF-8):	Eine Bibliothek zur Programmierung von Spielen
 Summary(es.UTF-8):	Una biblioteca de programación de juegos
@@ -24,12 +25,12 @@
 Summary(it.UTF-8):	Una libreria per la programmazione di videogiochi
 Summary(pl.UTF-8):	Biblioteka do programowania gier
 Name:		allegro5
-Version:	4.9.22
-Release:	0.1
+Version:	5.0.0
+Release:	0.%{_rc}.1
 License:	Giftware
 Group:		Libraries
-Source0:	http://downloads.sourceforge.net/alleg/allegro-%{version}.tar.gz
-# Source0-md5:	4d427e748aef4fae9ecf34a517bc29bc
+Source0:	http://downloads.sourceforge.net/alleg/allegro-%{version}%{_rc}.tar.gz
+# Source0-md5:	a80d2955154eabdc8673461a04ebe731
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-examples.patch
 Patch2:		%{name}-opt.patch
@@ -439,7 +440,7 @@
 biblioteki allegro.
 
 %prep
-%setup -q -n allegro-%{version}
+%setup -q -n allegro-%{version}%{_rc}
 #%%patch0 -p1
 #%%patch1 -p1
 #%%patch2 -p1
@@ -520,9 +521,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES-4.9.txt README.txt docs/html/refman
+%doc CHANGES-5.0.txt README.txt docs/html/refman
 %attr(755,root,root) %{_libdir}/liballegro.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/liballegro.so.4.9
+%attr(755,root,root) %ghost %{_libdir}/liballegro.so.5.0
 
 %files devel
 %defattr(644,root,root,755)
@@ -713,6 +714,7 @@
 %attr(755,root,root) %{_bindir}/ex_path_test
 %attr(755,root,root) %{_bindir}/ex_physfs
 %attr(755,root,root) %{_bindir}/ex_pixelformat
+%attr(755,root,root) %{_bindir}/ex_premulalpha
 %attr(755,root,root) %{_bindir}/ex_prim
 %attr(755,root,root) %{_bindir}/ex_resize
 %attr(755,root,root) %{_bindir}/ex_resize2
@@ -742,6 +744,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2010/11/15 09:35:43  lisu
+- up to 5.0.0rc1
+- add ex_premulalpha to examples
+
 Revision 1.8  2010/09/27 08:07:48  lisu
 - updated to 4.9.22
 - more examples
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/allegro5/allegro5.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list