]> git.pld-linux.org Git - packages/flek.git/blobdiff - flek.spec
- removed two lines with define
[packages/flek.git] / flek.spec
index 0a2ae1640d910916544afcf4c8e6f28ae5cf41c8..e4379b71ba97be7a33be6c9fc513c89729435f76 100644 (file)
--- a/flek.spec
+++ b/flek.spec
@@ -2,19 +2,12 @@ Summary:      High level cross-platform "environment" libraries based on Fltk
 Summary(pl):   Wysykopoziomowe miêdzyplatformowe biblioteki "¶rodowiskowe" bazuj±ce na Fltk
 Name:          flek
 Version:       0.2
-Release:       2
+Release:       3
 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
 Patch0:                %{name}-DESTDIR.patch
-URL:           http://flek.sourceforge.net
+URL:           http://flek.sourceforge.net/
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf
 BuildRequires: automake
@@ -22,7 +15,6 @@ BuildRequires:        fltk-devel >= 1.0.11-3
 BuildRequires: libjpeg-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
 
 %description
 Flek hopes to provide the same layer of functionality for Fltk that
@@ -44,13 +36,6 @@ powiela
 Summary:       Flek header files and development documentation
 Summary(pl):   Pliki nag³ówkowe i dokumentacja programisty Fleka
 Group:         X11/Development/Libraries
-Group(de):     X11/Entwicklung/Libraries
-Group(es):     X11/Desarrollo/Bibliotecas
-Group(fr):     X11/Development/Librairies
-Group(pl):     X11/Programowanie/Biblioteki
-Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
-Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description devel
@@ -63,13 +48,6 @@ Pliki nag
 Summary:       Flek static libraries
 Summary(pl):   Biblioteki statyczne Fleka
 Group:         X11/Development/Libraries
-Group(de):     X11/Entwicklung/Libraries
-Group(es):     X11/Desarrollo/Bibliotecas
-Group(fr):     X11/Development/Librairies
-Group(pl):     X11/Programowanie/Biblioteki
-Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
-Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -83,8 +61,9 @@ Biblioteki statyczne Fleka.
 %patch0 -p1
 
 %build
-aclocal
-autoconf
+%{__aclocal}
+%{__autoconf}
+cp -f /usr/share/automake/config.* .
 %configure \
        --with-fltk=%{_prefix}
 %{__make} src
@@ -95,8 +74,6 @@ install -d $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README Changelog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -105,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README Changelog
 %attr(755,root,root) %{_libdir}/lib*.so.*
 
 %files devel
This page took 0.061854 seconds and 4 git commands to generate.