]> git.pld-linux.org Git - packages/CEGUI.git/blame - CEGUI.spec
- kill overdone, fix underdone linking
[packages/CEGUI.git] / CEGUI.spec
CommitLineData
a7c52a89 1# TODO:
a7c52a89
ŁK
2# - gcc33 patch only for AC-branch
3#
71dc0787
JB
4Summary: CEGUI - a free library providing windowing and widgets
5Summary(pl.UTF-8): CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety
a7c52a89
ŁK
6Name: CEGUI
7Version: 0.5.0
8Release: 1
9License: LGPL
10Group: Libraries
11Source0: http://dl.sourceforge.net/crayzedsgui/%{name}-%{version}b.tar.gz
12# Source0-md5: b42322a33c6a06eede76b15f75694a17
13Source1: http://dl.sourceforge.net/crayzedsgui/%{name}-DOCS-%{version}.tar.gz
14# Source1-md5: e268b5812f146ee1ff9ba4c07ff501b7
15Patch0: %{name}-gcc33.patch
16URL: http://www.cegui.org.uk/
7e74cc56 17BuildRequires: FreeImage-devel
18BuildRequires: OpenGL-GLU-devel
a7c52a89
ŁK
19BuildRequires: autoconf
20BuildRequires: automake
7e74cc56 21BuildRequires: freetype-devel >= 0.15.0
22BuildRequires: libstdc++-devel
a7c52a89
ŁK
23BuildRequires: libtool
24BuildRequires: pcre-devel
7e74cc56 25BuildRequires: pkgconfig
a7c52a89
ŁK
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29CEGUI stands for Crazy Eddie's Gui System; a free library providing
30windowing and widgets for graphics APIs / engines where such
31functionality is not natively available, or severely lacking. The
32library is object orientated, written in C++, and targeted at games
33developers who should be spending their time creating great games, not
34building GUI sub-systems!
35
71dc0787
JB
36%description -l pl.UTF-8
37CEGUI oznacza Crazy Eddie's Gui System - wolnodostępną bibliotekę
38zapewniającą okienka i widgety dla graficznych API i silników tam,
39gdzie natywnie taka funkcjonalność nie jest dostępna lub ma znaczące
40braki. Biblioteka jest zorientowana obiektowo, napisana w C++ i
41skierowana dla programistów gier, którzy powinni spędzać czas na
42pisaniu świetnych gier, a nie tworzeniu podsystemów GUI!
43
a7c52a89
ŁK
44%package devel
45Summary: Development files for CEGUI
71dc0787 46Summary(pl.UTF-8): Pliki programistyczne dla CEGUI
a7c52a89
ŁK
47Group: Development/Libraries
48Requires: %{name} = %{version}-%{release}
49
50%description devel
51CEGUI headers and documentation.
52
71dc0787
JB
53%description devel -l pl.UTF-8
54Pliki nagłówkowe i dokumentacja do CEGUI.
55
a7c52a89
ŁK
56%prep
57%setup -q -b 1
58%patch0 -p1
59
60%build
61%{__libtoolize}
62%{__aclocal}
63%{__autoconf}
64%{__autoheader}
65%{__automake}
66%configure
67
68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
79%post -p /sbin/ldconfig
80%postun -p /sbin/ldconfig
81
82%files
83%defattr(644,root,root,755)
84%doc AUTHORS ChangeLog README
85%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
86
87%files devel
88%defattr(644,root,root,755)
89%doc documentation
90%attr(755,root,root) %{_libdir}/lib*.so
91%{_libdir}/lib*.la
71dc0787 92%{_includedir}/%{name}
a7c52a89 93%{_pkgconfigdir}/*
This page took 0.070906 seconds and 4 git commands to generate.