]> git.pld-linux.org Git - packages/quesoglc.git/blame - quesoglc.spec
- 0.6.5
[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
853c32cd 4Version: 0.6.5
bd7e0da2 5Release: 1
6License: GPL
7Group: Libraries
8Source0: http://dl.sourceforge.net/quesoglc/%{name}-%{version}.tar.bz2
853c32cd 9# Source0-md5: a6fd4e1998f78fcfd9dd29312d003696
bd7e0da2 10URL: http://quesoglc.sourceforge.net/
11BuildRequires: OpenGL-GLU-devel
12BuildRequires: OpenGL-glut-devel
5d939aa4
JB
13BuildRequires: fontconfig-devel >= 1:2.2
14BuildRequires: freetype-devel >= 2.1.0
bd7e0da2 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}
5d939aa4
JB
34Requires: OpenGL-GLU-devel
35Requires: fontconfig-devel >= 1:2.2
36Requires: freetype-devel >= 2.1.0
bd7e0da2 37
38%description devel
39This package includes the header files for QuesoGLC library.
40
41%description devel -l pl.UTF-8
220c3566
JB
42Ten pakiet zawiera pliki nagłówkowe biblioteki QuesoGLC.
43
44%package static
45Summary: Static QuesoGLC library
46Summary(pl.UTF-8): Statyczna biblioteka QuesoGLC
47Group: Development/Libraries
48Requires: %{name}-devel = %{version}-%{release}
49
50%description static
51Static QuesoGLC library.
52
53%description static -l pl.UTF-8
54Statyczna biblioteka QuesoGLC.
bd7e0da2 55
56%prep
57%setup -q
58
59%build
60%configure
61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
65
bd7e0da2 66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
bd7e0da2 68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
220c3566
JB
72%post -p /sbin/ldconfig
73%postun -p /sbin/ldconfig
74
bd7e0da2 75%files
76%defattr(644,root,root,755)
77%doc AUTHORS Changelog README THANKS
78%attr(755,root,root) %{_libdir}/libGLC*.so.*.*
79
80%files devel
81%defattr(644,root,root,755)
220c3566 82%attr(755,root,root) %{_libdir}/libGLC*.so
bd7e0da2 83%{_libdir}/libGLC*.la
220c3566
JB
84%{_includedir}/GL/*.h
85
86%files static
87%defattr(644,root,root,755)
88%{_libdir}/libGLC*.a
This page took 0.05301 seconds and 4 git commands to generate.