]> git.pld-linux.org Git - packages/flek.git/blob - flek.spec
fixed a small typo
[packages/flek.git] / flek.spec
1 Summary:        High level cross-platform "environment" libraries based on Fltk
2 Summary(pl):    Wysykopoziomowe miêdzyplatformowe biblioteki "¶rodowiskowe" bazuj±ce na Fltk
3 Name:           flek
4 Version:        0.2
5 Release:        2
6 License:        GPL
7 Group:          X11/Libraries
8 Source0:        ftp://flek.sourceforge.net/pub/%{name}/%{name}-%{version}.agenda.tar.gz
9 Patch0:         %{name}-DESTDIR.patch
10 URL:            http://flek.sourceforge.net/
11 BuildRequires:  OpenGL-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  fltk-devel >= 1.0.11-3
15 BuildRequires:  libjpeg-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19
20 %description
21 Flek hopes to provide the same layer of functionality for Fltk that
22 Gnome and KDE do for the Gtk and Qt toolkits, respectively.
23 Applications written with Flek should work cooperatively with
24 applications written in either Gnome or KDE. Flek does not necessarily
25 intend to become a self contained desktop environment and we don't
26 plan on duplicating the work of either Gnome or KDE in this regard.
27 Aren't there enough IRC clients? ;-)
28
29 %description -l pl
30 Flek ma zapewniæ ten sam poziom funkcjonalno¶ci dla Fltk, co GNOME i
31 KDE dla Gtk i Qt. Aplikacje korzystaj±ce z Fleka powinny wspó³pracowaæ
32 z aplikacjami pisanymi dla GNOME lub KDE. Flek nie ma koniecznie
33 zostaæ samodzielnym ¶rodowiskiem desktopu i nie jest planowane, by
34 powiela³ pracê GNOME lub KDE w tym zakresie.
35
36 %package devel
37 Summary:        Flek header files and development documentation
38 Summary(pl):    Pliki nag³ówkowe i dokumentacja programisty Fleka
39 Group:          X11/Development/Libraries
40 Requires:       %{name} = %{version}
41
42 %description devel
43 Flek header files and development documentation.
44
45 %description devel -l pl
46 Pliki nag³ówkowe i dokumentacja programisty Fleka.
47
48 %package static
49 Summary:        Flek static libraries
50 Summary(pl):    Biblioteki statyczne Fleka
51 Group:          X11/Development/Libraries
52 Requires:       %{name}-devel = %{version}
53
54 %description static
55 Flek static libraries.
56
57 %description static -l pl
58 Biblioteki statyczne Fleka.
59
60 %prep
61 %setup  -q -n %{name}-%{version}.agenda
62 %patch0 -p1
63
64 %build
65 aclocal
66 autoconf
67 %configure \
68         --with-fltk=%{_prefix}
69 %{__make} src
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73 install -d $RPM_BUILD_ROOT
74
75 %{__make} install DESTDIR=$RPM_BUILD_ROOT
76
77 gzip -9nf README Changelog
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %post   -p /sbin/ldconfig
83 %postun -p /sbin/ldconfig
84
85 %files
86 %defattr(644,root,root,755)
87 %doc *.gz
88 %attr(755,root,root) %{_libdir}/lib*.so.*
89
90 %files devel
91 %defattr(644,root,root,755)
92 %doc docs
93 %{_includedir}/Flek
94 %attr(755,root,root) %{_bindir}/*
95 %attr(755,root,root) %{_libdir}/lib*.so
96
97 %files static
98 %defattr(644,root,root,755)
99 %{_libdir}/lib*.a
This page took 0.097415 seconds and 3 git commands to generate.