From ad22a61b1b322fd399cd2e0a9e128253d14ef3bc Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 23 Aug 2001 22:30:48 +0000 Subject: [PATCH] - spec adapterized, - added regenerate ac files, - few cosmetics. Changed files: flek.spec -> 1.2 --- flek.spec | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/flek.spec b/flek.spec index a556845..034d3e1 100644 --- a/flek.spec +++ b/flek.spec @@ -4,35 +4,45 @@ Version: 0.2 Release: 1 License: GPL Group: X11/Libraries +Group(de): X11/Libraries +Group(es): X11/Bibliotecas +Group(fr): X11/Librairies +Group(pl): X11/Biblioteki +Group(pt_BR): X11/Bibliotecas +Group(ru): X11/âÉÂÌÉÏÔÅËÉ +Group(uk): X11/â¦Â̦ÏÔÅËÉ Source0: ftp://flek.sourceforge.net/pub/%{name}/%{name}-%{version}.agenda.tar.gz -URL: http://flek.sourceforge.net +URL: http://flek.sourceforge.net +BuildRequires: OpenGL-devel +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fltk-devel >= 1.0.11-3 BuildRequires: libjpeg-devel -BuildRequires: OpenGL-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 +%define _prefix /usr/X11R6 %description -Flek hopes to provide the same layer of functionality for Fltk that Gnome -and KDE do for the Gtk and Qt toolkits, respectively. Applications written -with Flek should work cooperatively with applications written in either -Gnome or KDE. Flek does not necessarily intend to become a self contained -desktop environment and we don't plan on duplicating the work of either -Gnome or KDE in this regard. Aren't there enough IRC clients? ;-) +Flek hopes to provide the same layer of functionality for Fltk that +Gnome and KDE do for the Gtk and Qt toolkits, respectively. +Applications written with Flek should work cooperatively with +applications written in either Gnome or KDE. Flek does not necessarily +intend to become a self contained desktop environment and we don't +plan on duplicating the work of either Gnome or KDE in this regard. +Aren't there enough IRC clients? ;-) %prep %setup -q -n %{name}-%{version}.agenda %build -%configure2_13 \ - --with-fltk=%{_prefix} +aclocal +autoconf +%configure %{__make} src %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT -- 2.43.0