]> git.pld-linux.org Git - packages/GiGi.git/commitdiff
- Name must match spec name
authorpawelz <pawelz@pld-linux.org>
Fri, 27 Mar 2009 16:33:14 +0000 (16:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Summary, description
- TODO (does not build)

Changed files:
    GiGi.spec -> 1.3

GiGi.spec

index eef8e8b06a34eb2b3a8e5f0b671c84f8da40ec63..c5345c939ddbb49d365988028c9649f69cc2db1e 100644 (file)
--- a/GiGi.spec
+++ b/GiGi.spec
@@ -1,16 +1,19 @@
-#
-
-Summary:       GiGi
-Summary(pl.UTF-8):     GiGi
-Name:          GG
+# 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:       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
@@ -21,8 +24,10 @@ BuildRequires:       SDL-devel >= 1.2.7
 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:       -
@@ -61,7 +66,7 @@ Static ... library.
 Statyczna biblioteka ....
 
 %prep
-%setup -q -n %{name}
+%setup -q -n GG
 %patch0
 
 %build
@@ -79,60 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.080407 seconds and 4 git commands to generate.