Author: pawelz Date: Fri Mar 27 16:33:20 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - Name must match spec name - Summary, description - TODO (does not build)
---- Files affected: SPECS: GiGi.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/GiGi.spec diff -u SPECS/GiGi.spec:1.2 SPECS/GiGi.spec:1.3 --- SPECS/GiGi.spec:1.2 Wed Mar 25 10:59:47 2009 +++ SPECS/GiGi.spec Fri Mar 27 17:33:14 2009 @@ -1,17 +1,20 @@ # $Revision$, $Date$ -# +# TODO: +# - Checking for C header file IL/ilut.h... no +# Note: since SDL support is disabled, the SDL headers are not be in the +# compiler's search path during tests. If DevIL was built with SDL support, +# this may cause the seach for ilut.h to fail. -Summary: GiGi -Summary(pl.UTF-8): GiGi -Name: GG +Summary: GUI Library for OpenGL +Name: GiGi Version: 0.6.0 Release: 0.1 License: GPL Group: Applications -Source0: http://downloads.sourceforge.net/gigi/%{name}-%{version}.tgz +Source0: http://downloads.sourceforge.net/gigi/GG-%{version}.tgz # Source0-md5: e100bad1c0713b3167a4fdc1cb8898c9 Patch0: gg-boots-include-location-fix.patch -URL: - +URL: http://gigi.sourceforge.net/ BuildRequires: scons BuildRequires: boost-devel >= 1.32 BuildRequires: boost-signals >= 1.32 @@ -22,8 +25,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description - -%description -l pl.UTF-8 +GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs +at least on Linux and Windows, and probably more), compiler-independent (it +compiles under at GCC 3.4 or higher and MSVC++ 8.0 SP1 or higher, and probably +more), and driver-independent. %package libs Summary: - @@ -62,7 +67,7 @@ Statyczna biblioteka .... %prep -%setup -q -n %{name} +%setup -q -n GG %patch0 %build @@ -80,70 +85,24 @@ %clean rm -rf $RPM_BUILD_ROOT -%pre -%groupadd -g xxx %{name} -%useradd -u xxx -d /var/lib/%{name} -g %{name} -c "XXX User" %{name} - -%post - -%preun - -%postun -if [ "$1" = "0" ]; then - %userremove %{name} - %groupremove %{name} -fi - -%if %{with ldconfig} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%endif - -%if %{with initscript} -%post init -/sbin/chkconfig --add %{name} -%service %{name} restart - -%preun init -if [ "$1" = "0" ]; then - %service -q %{name} stop - /sbin/chkconfig --del %{name} -fi -%endif %files %defattr(644,root,root,755) %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO -%if 0 -# if _sysconfdir != /etc: -#%%dir %{_sysconfdir} -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* -%attr(755,root,root) %{_bindir}/* -%{_datadir}/%{name} -%endif - -# initscript and its config -%if %{with initscript} -%attr(754,root,root) /etc/rc.d/init.d/%{name} -%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} -%endif - -#%{_examplesdir}/%{name}-%{version} - -%if %{with subpackage} -%files subpackage -%defattr(644,root,root,755) -#%doc extras/*.gz -#%{_datadir}/%{name}-ext -%endif - %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.3 2009/03/27 16:33:14 pawelz +- Name must match spec name +- Summary, description +- TODO (does not build) + Revision 1.2 2009/03/25 09:59:47 cieciwa - updated file location, - updated MD5sum @@ -151,19 +110,3 @@ Revision 1.1 2009/03/25 09:54:27 cieciwa - initial - NFY - -Revision 1.2 2009/03/24 11:10:25 cieciwa -- updated to final version 2.74, -- updated MD5sum, -- rel. 0.2 - -Revision 1.1 2009/02/18 11:33:01 cieciwa -- initial, -- not fullfilled. - -Revision 1.71 2008/10/06 06:16:41 glen -- no need for dot in find - -Revision 1.70 2008/10/02 11:04:51 glen -- user/group fragments - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/GiGi.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
