]> git.pld-linux.org Git - packages/zile.git/commitdiff
- release 2: use new rpm automation. zile-1_1-2
authorkloczek <kloczek@pld-linux.org>
Thu, 12 Oct 2000 00:16:38 +0000 (00:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zile.spec -> 1.4

zile.spec

index 17e1db6ebcd51727441e736253abf2b305c42d17..f71b0e501270cf66f0d384674936f57baaea13f4 100644 (file)
--- a/zile.spec
+++ b/zile.spec
@@ -1,7 +1,7 @@
 Summary:       Zile is another Emacs-clone
 Name:          zile
 Version:       1.1
-Release:       1
+Release:       2
 License:       Distributable 
 Group:         Applications/Editors
 Group(de):     Applikationen/Editors
@@ -23,7 +23,7 @@ possible to Emacs; every Emacs user should feel at home with Zile.
 %patch0 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses";
+CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses"
 %configure
 %{__make}
 
@@ -33,8 +33,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf COPYRIGHT CREDITS KNOWNBUGS NEWS README TODO \
-       $RPM_BUILD_ROOT%{_mandir}/man1/*
+gzip -9nf COPYRIGHT CREDITS KNOWNBUGS NEWS README TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.057185 seconds and 4 git commands to generate.