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