]> git.pld-linux.org Git - packages/flek.git/commitdiff
- spec adapterized,
authorkloczek <kloczek@pld-linux.org>
Thu, 23 Aug 2001 22:30:48 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added regenerate ac files,
- few cosmetics.

Changed files:
    flek.spec -> 1.2

flek.spec

index a5568456badc1d23201f836ca4858dc3428b8d60..034d3e15e04df874e55f0935df40d06b70413055 100644 (file)
--- 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
This page took 0.04634 seconds and 4 git commands to generate.