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