]> git.pld-linux.org Git - packages/e16.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:20 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e16.spec -> 1.59

e16.spec

index 37db41a481d775b1cd38f4bd89f00854c4c8335b..b05a14302c55443f51855f3d0c049f8b8471060e 100644 (file)
--- a/e16.spec
+++ b/e16.spec
@@ -53,11 +53,11 @@ window-menad
 %patch3 -p1
 
 %build
+rm -f missing
 %{__libtoolize}
 %{__gettextize}
-aclocal
+%{__aclocal}
 %{__autoconf}
-rm -f missing
 %{__automake}
 CFLAGS="-I%{_includedir}/freetype %{rpmcflags}"
 %configure \
@@ -76,8 +76,6 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/wmstyle/%{name}.sh
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/wmstyle/%{name}.names
 install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
 
-gzip -9nf AUTHORS README NEWS
-
 %find_lang %{name}
 
 %clean
@@ -85,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS README NEWS
 %config %{_sysconfdir}
 %attr(755,root,root) /etc/sysconfig/wmstyle/*.sh
 /etc/sysconfig/wmstyle/*.names
This page took 0.044899 seconds and 4 git commands to generate.