]> git.pld-linux.org Git - packages/flek.git/blobdiff - flek.spec
- removed two lines with define
[packages/flek.git] / flek.spec
index 7764138b971cdc6ce0569011c5cfeab20fc7c341..e4379b71ba97be7a33be6c9fc513c89729435f76 100644 (file)
--- a/flek.spec
+++ b/flek.spec
@@ -15,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
@@ -62,8 +61,8 @@ Biblioteki statyczne Fleka.
 %patch0 -p1
 
 %build
-aclocal
-autoconf
+%{__aclocal}
+%{__autoconf}
 cp -f /usr/share/automake/config.* .
 %configure \
        --with-fltk=%{_prefix}
@@ -75,8 +74,6 @@ install -d $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README Changelog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -85,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.058303 seconds and 4 git commands to generate.