]> git.pld-linux.org Git - packages/GiGi.git/blame - GiGi.spec
- G: Libraries
[packages/GiGi.git] / GiGi.spec
CommitLineData
2655cdff 1# TODO:
2# - Checking for C header file IL/ilut.h... no
3# Note: since SDL support is disabled, the SDL headers are not be in the
4# compiler's search path during tests. If DevIL was built with SDL support,
5# this may cause the seach for ilut.h to fail.
6
7Summary: GUI Library for OpenGL
8Name: GiGi
ffb5ddb6 9Version: 0.6.0
10Release: 0.1
11License: GPL
8ec03d8e 12Group: Libraries
2655cdff 13Source0: http://downloads.sourceforge.net/gigi/GG-%{version}.tgz
b1326fee 14# Source0-md5: e100bad1c0713b3167a4fdc1cb8898c9
ffb5ddb6 15Patch0: gg-boots-include-location-fix.patch
2655cdff 16URL: http://gigi.sourceforge.net/
ffb5ddb6 17BuildRequires: scons
18BuildRequires: boost-devel >= 1.32
19BuildRequires: boost-signals >= 1.32
20BuildRequires: boost-filesystem >= 1.32
21BuildRequires: freetype-devel
22BuildRequires: DevIL-devel >= 1.6.1
23BuildRequires: SDL-devel >= 1.2.7
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
2655cdff 27GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs
28at least on Linux and Windows, and probably more), compiler-independent (it
29compiles under at GCC 3.4 or higher and MSVC++ 8.0 SP1 or higher, and probably
30more), and driver-independent.
ffb5ddb6 31
32%package libs
33Summary: -
34Summary(pl.UTF-8): -
35Group: Libraries
36
37%description libs
38
39%description libs -l pl.UTF-8
40
41%package devel
42Summary: Header files for ... library
43Summary(pl.UTF-8): Pliki nagłówkowe biblioteki ...
44Group: Development/Libraries
45# if base package contains shared library for which these headers are
46#Requires: %{name} = %{version}-%{release}
47# if -libs package contains shared library for which these headers are
48#Requires: %{name}-libs = %{version}-%{release}
49
50%description devel
51Header files for ... library.
52
53%description devel -l pl.UTF-8
54Pliki nagłówkowe biblioteki ....
55
56%package static
57Summary: Static ... library
58Summary(pl.UTF-8): Statyczna biblioteka ...
59Group: Development/Libraries
60Requires: %{name}-devel = %{version}-%{release}
61
62%description static
63Static ... library.
64
65%description static -l pl.UTF-8
66Statyczna biblioteka ....
67
68%prep
2655cdff 69%setup -q -n GG
ffb5ddb6 70%patch0
71
72%build
73scons
74
75%install
76rm -rf $RPM_BUILD_ROOT
77# create directories if necessary
78#install -d $RPM_BUILD_ROOT
79#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
80
81%{__make} install \
82 DESTDIR=$RPM_BUILD_ROOT
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
ffb5ddb6 87%post -p /sbin/ldconfig
88%postun -p /sbin/ldconfig
ffb5ddb6 89
90%files
91%defattr(644,root,root,755)
92%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.072767 seconds and 4 git commands to generate.