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