Author: spider Date: Fri Jun 10 12:59:49 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - init pld - nfy - need: pl summary, check %files section, check conditional build
---- Files affected: SPECS: guichan.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/guichan.spec diff -u /dev/null SPECS/guichan.spec:1.1 --- /dev/null Fri Jun 10 14:59:49 2005 +++ SPECS/guichan.spec Fri Jun 10 14:59:44 2005 @@ -0,0 +1,62 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_with allegro # with allegro +# +Summary: Guichan - small, efficient C++ GUI library designed for games +Summary(pl): Guichan - mała, efektywna biblioteka C++ przeznaczona do gier +Name: guichan +Version: 0.4.0 +Release: 0.1 +License: see COPYING +Group: Libraries +Source0: http://dl.sourceforge.net/guichan/%{name}-%{version}-src.tar.gz +# Source0-md5: f68b6c603c4fb3d70a8737f916214a35 +BuildRequires: SDL_image-devel +BuildRequires: SDL-devel +%{?with_allegro:BuildRequires: allegro} +URL: http://guichan.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Guichan is a small, efficient C++ GUI library designed for games. It +comes with a standard set of widgets and can use several different +objects for displaying graphics and grabbing user input. + +%prep +%setup -q + +%build +%configure +%{__make} \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc COPYING AUTHORS ChangeLog README TODO NEWS +%attr(755,root,root) %{_libdir}/* +%{_includedir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/06/10 12:59:44 spider +- init pld +- nfy +- need: pl summary, check %files section, check conditional build + ================================================================ _______________________________________________ pld-cvs-commit mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
