SPECS: guichan.spec - 0.6.0 - auto* macros added

lisu lisu at pld-linux.org
Thu Jan 18 16:34:03 CET 2007


Author: lisu                         Date: Thu Jan 18 15:34:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.6.0
- auto* macros added

---- Files affected:
SPECS:
   guichan.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/guichan.spec
diff -u SPECS/guichan.spec:1.11 SPECS/guichan.spec:1.12
--- SPECS/guichan.spec:1.11	Thu Aug  3 11:35:57 2006
+++ SPECS/guichan.spec	Thu Jan 18 16:33:58 2007
@@ -6,17 +6,19 @@
 Summary:	Guichan - small, efficient C++ GUI library designed for games
 Summary(pl):	Guichan - mała, wydajna biblioteka GUI w C++ przeznaczona do gier
 Name:		guichan
-Version:	0.5.0
+Version:	0.6.0
 Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/guichan/%{name}-%{version}-src.tar.gz
-# Source0-md5:	c9fcbcb360105247da06afc5c643e664
+# Source0-md5:	aa122513a1089221cadbc7da20e16c0a
 URL:		http://guichan.sourceforge.net/
 BuildRequires:	OpenGL-devel
 BuildRequires:	SDL-devel
 BuildRequires:	SDL_image-devel
 %{?with_allegro:BuildRequires:      allegro-devel}
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -59,6 +61,10 @@
 %setup -q -n %{name}-%{version}-src
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	%{!?with_allegro:--disable-allegro}
 %{__make} \
@@ -97,6 +103,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/01/18 15:33:58  lisu
+- 0.6.0
+- auto* macros added
+
 Revision 1.11  2006/08/03 09:35:57  spider
 - up to 0.5.0
 - patch aplied in sources
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/guichan.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list