]> git.pld-linux.org Git - packages/GiGi.git/blame - GiGi.spec
- some BRs
[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
b6798ee4 23BuildRequires: OpenGL-devel
24BuildRequires: OpenGL-GLU-devel
ffb5ddb6 25BuildRequires: SDL-devel >= 1.2.7
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
2655cdff 29GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs
30at least on Linux and Windows, and probably more), compiler-independent (it
31compiles under at GCC 3.4 or higher and MSVC++ 8.0 SP1 or higher, and probably
32more), and driver-independent.
ffb5ddb6 33
34%package libs
35Summary: -
36Summary(pl.UTF-8): -
37Group: Libraries
38
39%description libs
40
41%description libs -l pl.UTF-8
42
43%package devel
44Summary: Header files for ... library
45Summary(pl.UTF-8): Pliki nagłówkowe biblioteki ...
46Group: Development/Libraries
47# if base package contains shared library for which these headers are
48#Requires: %{name} = %{version}-%{release}
49# if -libs package contains shared library for which these headers are
50#Requires: %{name}-libs = %{version}-%{release}
51
52%description devel
53Header files for ... library.
54
55%description devel -l pl.UTF-8
56Pliki nagłówkowe biblioteki ....
57
58%package static
59Summary: Static ... library
60Summary(pl.UTF-8): Statyczna biblioteka ...
61Group: Development/Libraries
62Requires: %{name}-devel = %{version}-%{release}
63
64%description static
65Static ... library.
66
67%description static -l pl.UTF-8
68Statyczna biblioteka ....
69
70%prep
2655cdff 71%setup -q -n GG
ffb5ddb6 72%patch0
73
74%build
75scons
76
77%install
78rm -rf $RPM_BUILD_ROOT
79# create directories if necessary
80#install -d $RPM_BUILD_ROOT
81#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
82
83%{__make} install \
84 DESTDIR=$RPM_BUILD_ROOT
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
ffb5ddb6 89%post -p /sbin/ldconfig
90%postun -p /sbin/ldconfig
ffb5ddb6 91
92%files
93%defattr(644,root,root,755)
94%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.182389 seconds and 5 git commands to generate.