]> git.pld-linux.org Git - packages/quesoglc.git/blame - quesoglc.spec
- added -static
[packages/quesoglc.git] / quesoglc.spec
CommitLineData
220c3566
JB
1Summary: QuesoGLC - free implementation of the OpenGL Character Renderer (GLC)
2Summary(pl.UTF-8): QuesoGLC - wolnodostępna implementacja "OpenGL Character Renderer" (GLC)
bd7e0da2 3Name: quesoglc
4Version: 0.6.0
5Release: 1
6License: GPL
7Group: Libraries
8Source0: http://dl.sourceforge.net/quesoglc/%{name}-%{version}.tar.bz2
9# Source0-md5: 7fbdc3b57a179a471a8ca2e590a2f56b
10URL: http://quesoglc.sourceforge.net/
11BuildRequires: OpenGL-GLU-devel
12BuildRequires: OpenGL-glut-devel
13BuildRequires: freetype-devel >= 2.0.0
14BuildRequires: fontconfig-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18QuesoGLC is a free (as in free speech) implementation of the OpenGL
19Character Renderer (GLC). QuesoGLC is based on the FreeType library,
20provides Unicode support and is designed to be easily ported to any
21platform that supports both FreeType and the OpenGL API.
22
23%description -l pl.UTF-8
220c3566
JB
24QuesoGLC to wolnodostępna implementacja "OpenGL Character Renderer"
25(GLC). Jest oparta na bibliotece FreeType, zapewnia obsługę Unikodu i
26jest zaprojektowana jako przenośna na dowolną platformę obsługującą
27FreeType i API OpenGL.
bd7e0da2 28
29%package devel
30Summary: Header files QuesoGLC library
220c3566 31Summary(pl.UTF-8): Pliki nagłówkowe biblioteki QuesoGLC
bd7e0da2 32Group: Development/Libraries
220c3566 33Requires: %{name} = %{version}-%{release}
bd7e0da2 34
35%description devel
36This package includes the header files for QuesoGLC library.
37
38%description devel -l pl.UTF-8
220c3566
JB
39Ten pakiet zawiera pliki nagłówkowe biblioteki QuesoGLC.
40
41%package static
42Summary: Static QuesoGLC library
43Summary(pl.UTF-8): Statyczna biblioteka QuesoGLC
44Group: Development/Libraries
45Requires: %{name}-devel = %{version}-%{release}
46
47%description static
48Static QuesoGLC library.
49
50%description static -l pl.UTF-8
51Statyczna biblioteka QuesoGLC.
bd7e0da2 52
53%prep
54%setup -q
55
56%build
57%configure
58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
bd7e0da2 63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
bd7e0da2 65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
220c3566
JB
69%post -p /sbin/ldconfig
70%postun -p /sbin/ldconfig
71
bd7e0da2 72%files
73%defattr(644,root,root,755)
74%doc AUTHORS Changelog README THANKS
75%attr(755,root,root) %{_libdir}/libGLC*.so.*.*
76
77%files devel
78%defattr(644,root,root,755)
220c3566 79%attr(755,root,root) %{_libdir}/libGLC*.so
bd7e0da2 80%{_libdir}/libGLC*.la
220c3566
JB
81%{_includedir}/GL/*.h
82
83%files static
84%defattr(644,root,root,755)
85%{_libdir}/libGLC*.a
This page took 0.03489 seconds and 4 git commands to generate.