]> git.pld-linux.org Git - packages/flek.git/blob - flek.spec
- removed two lines with define
[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:        3
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
19 %description
20 Flek hopes to provide the same layer of functionality for Fltk that
21 Gnome and KDE do for the Gtk and Qt toolkits, respectively.
22 Applications written with Flek should work cooperatively with
23 applications written in either Gnome or KDE. Flek does not necessarily
24 intend to become a self contained desktop environment and we don't
25 plan on duplicating the work of either Gnome or KDE in this regard.
26 Aren't there enough IRC clients? ;-)
27
28 %description -l pl
29 Flek ma zapewniæ ten sam poziom funkcjonalno¶ci dla Fltk, co GNOME i
30 KDE dla Gtk i Qt. Aplikacje korzystaj±ce z Fleka powinny wspó³pracowaæ
31 z aplikacjami pisanymi dla GNOME lub KDE. Flek nie ma koniecznie
32 zostaæ samodzielnym ¶rodowiskiem desktopu i nie jest planowane, by
33 powiela³ pracê GNOME lub KDE w tym zakresie.
34
35 %package devel
36 Summary:        Flek header files and development documentation
37 Summary(pl):    Pliki nag³ówkowe i dokumentacja programisty Fleka
38 Group:          X11/Development/Libraries
39 Requires:       %{name} = %{version}
40
41 %description devel
42 Flek header files and development documentation.
43
44 %description devel -l pl
45 Pliki nag³ówkowe i dokumentacja programisty Fleka.
46
47 %package static
48 Summary:        Flek static libraries
49 Summary(pl):    Biblioteki statyczne Fleka
50 Group:          X11/Development/Libraries
51 Requires:       %{name}-devel = %{version}
52
53 %description static
54 Flek static libraries.
55
56 %description static -l pl
57 Biblioteki statyczne Fleka.
58
59 %prep
60 %setup  -q -n %{name}-%{version}.agenda
61 %patch0 -p1
62
63 %build
64 %{__aclocal}
65 %{__autoconf}
66 cp -f /usr/share/automake/config.* .
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 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %files
84 %defattr(644,root,root,755)
85 %doc README Changelog
86 %attr(755,root,root) %{_libdir}/lib*.so.*
87
88 %files devel
89 %defattr(644,root,root,755)
90 %doc docs
91 %{_includedir}/Flek
92 %attr(755,root,root) %{_bindir}/*
93 %attr(755,root,root) %{_libdir}/lib*.so
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/lib*.a
This page took 0.031648 seconds and 3 git commands to generate.