]> git.pld-linux.org Git - packages/ftgl.git/blame - ftgl.spec
- no pdf file in docs
[packages/ftgl.git] / ftgl.spec
CommitLineData
ece7f33d 1Summary: OpenGL frontend to freetype2
d43b2aa8 2Summary(pl.UTF-8): Nakładka OpenGL na freetype2 - łatwy dostęp do fontów z poziomu OpenGL
d0b3b65f 3Name: ftgl
38163398
AG
4Version: 2.1.3
5Release: 0.rc5.1
d0b3b65f
GJ
6Epoch: 0
7License: LGPL
8Group: X11/Libraries
92d1d294 9# original URL (dead ATM): http://opengl.geek.nz/ftgl/%{name}-%{version}.tar.gz
38163398
AG
10Source0: http://dl.sourceforge.net/ftgl/%{name}-%{version}-rc5.tar.gz
11# Source0-md5: fcf4d0567b7de9875d4e99a9f7423633
d0b3b65f 12URL: http://homepages.paradise.net.nz/henryj/code/#FTGL
d374c80e 13BuildRequires: OpenGL-GLU-devel
38163398 14BuildRequires: autoconf
4a41cd30 15BuildRequires: automake
d0b3b65f 16BuildRequires: doxygen
215e8a1a
JB
17BuildRequires: freetype-devel >= 2.0.9
18BuildRequires: libstdc++-devel
38163398 19BuildRequires: libtool
d0b3b65f
GJ
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
1d1bafcc 23FTGL is a free, open source library to enable developers to use
92d1d294 24arbitrary fonts in their OpenGL (http://www.opengl.org/) applications.
38163398
AG
25Unlike other OpenGL font libraries FTGL uses standard font file
26formats so doesn't need a preprocessing step to convert the high
27quality font data into a lesser quality, proprietary format. FTGL uses
28the Freetype (http://www.freetype.org/) font library to open and
29'decode' the fonts. It then takes that output and stores it in a
30format most efficient for OpenGL rendering.
1d1bafcc 31
fe04ce87
JR
32%description -l pl.UTF-8
33FTPGL to wolnodostępna biblioteka z otwartymi źródłami umożliwiająca
34programistom używanie dowolnych fontów w aplikacjach OpenGL
35(http://www.opengl.org/). W przeciwieństwie do innych bibliotek OpenGL
36FTGL używa standardowych formatów plików z fontami, dzięki czemu nie
37jest wymagany żaden preprocessing, aby przetworzyć dane fontu wysokiej
38jakości na własnościowy format niższej jakości. FTGL do wczytywania i
39dekodowania fontów używa biblioteki obsługi fontów Freetype
40(http://www.freetype.org/), następnie przejmuje wyjście i przechowuje
92d1d294 41je w formacie najbardziej wydajnym przy renderingu OpenGL.
d0b3b65f
GJ
42
43%package devel
388ee0eb 44Summary: OpenGL frontend to freetype2 - development files
d43b2aa8 45Summary(pl.UTF-8): Nakładka OpenGL na freetype2 - pliki dla programistów
92d1d294 46Group: X11/Development/Libraries
215e8a1a 47Requires: %{name} = %{version}-%{release}
d374c80e 48Requires: OpenGL-GLU-devel
215e8a1a
JB
49Requires: freetype-devel >= 2.0.9
50Requires: libstdc++-devel
d0b3b65f
GJ
51
52%description devel
92d1d294
JB
53OpenGL frontend to freetype2 - development files.
54
fe04ce87
JR
55%description devel -l pl.UTF-8
56Nakładka OpenGL na freetype2 - pliki dla programistów.
d0b3b65f 57
215e8a1a
JB
58%package static
59Summary: Static FTGL library
d43b2aa8 60Summary(pl.UTF-8): Statyczna biblioteka FTGL
215e8a1a
JB
61Group: X11/Development/Libraries
62Requires: %{name}-devel = %{version}-%{release}
63
64%description static
65Static FTGL library.
66
fe04ce87 67%description static -l pl.UTF-8
215e8a1a
JB
68Statyczna biblioteka FTGL.
69
d0b3b65f 70%prep
38163398 71%setup -q -n %{name}-%{version}~rc5
d0b3b65f
GJ
72
73%build
38163398
AG
74%{__libtoolize}
75%{__aclocal} -I m4
76%{__autoconf}
77%{__autoheader}
78%{__automake}
215e8a1a
JB
79%configure \
80 --enable-shared
38163398
AG
81%{__make} \
82 ECHO=/bin/echo
d0b3b65f
GJ
83
84%install
85rm -rf $RPM_BUILD_ROOT
38163398
AG
86%{__make} install \
87 DESTDIR=$RPM_BUILD_ROOT \
88 ECHO=/bin/echo
d0b3b65f 89
215e8a1a
JB
90rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
91
d0b3b65f
GJ
92%clean
93rm -rf $RPM_BUILD_ROOT
94
215e8a1a
JB
95%post -p /sbin/ldconfig
96%postun -p /sbin/ldconfig
97
98%files
99%defattr(644,root,root,755)
38163398 100%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
215e8a1a 101%attr(755,root,root) %{_libdir}/libftgl.so.*.*.*
fb4bc3b5 102%attr(755,root,root) %ghost %{_libdir}/libftgl.so.2
215e8a1a 103
d0b3b65f
GJ
104%files devel
105%defattr(644,root,root,755)
fb4bc3b5 106%doc docs/html
215e8a1a
JB
107%attr(755,root,root) %{_libdir}/libftgl.so
108%{_libdir}/libftgl.la
1d1bafcc 109%{_includedir}/FTGL
1d1bafcc 110%{_pkgconfigdir}/*.pc
215e8a1a
JB
111
112%files static
113%defattr(644,root,root,755)
114%{_libdir}/libftgl.a
This page took 0.081822 seconds and 4 git commands to generate.