]> git.pld-linux.org Git - packages/ctags.git/commitdiff
- added gzipping man pages,
authorkloczek <kloczek@pld-linux.org>
Fri, 11 Dec 1998 10:30:48 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using LDFLAGS="-s" to ./configure enviroment.
- etags(1) man page is now maked as nroff include to ctags(1) instead
  making sym link to ctags.1 (this allow compress man pages).

Changed files:
    ctags.spec -> 1.3

ctags.spec

index 7672bd01393557ecc4b80c134ee1e14081f6a56f..22114558243a5a3931cb20457b2b18ae86366625 100644 (file)
@@ -4,7 +4,7 @@ Summary(fr): ctags exub
 Summary(pl): ctags - generator list odwo³añ
 Summary(tr): C dili için çapraz-baþvuru (cross-reference) aracý
 Name:        ctags
-Version:     2.3.2
+Version:     3.0
 Release:     1
 Copyright:   GPL
 Group:       Development/Languages
@@ -60,13 +60,19 @@ kullan
 %setup -q
 
 %build
-CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
-strip ctags
+CFLAGS=$RPM_OPT_FLAGS LDFLAGS="-s" \
+./configure \
+       --prefix=/usr
+make
 
 %install
+rm -rf $RPM_BUILD_ROOT
 make prefix=$RPM_BUILD_ROOT/usr install
 
+rm -f $RPM_BUILD_ROOT/usr/man/man1/etags.1
+echo ".so ctags.1" > $RPM_BUILD_ROOT/usr/man/man1/etags.1
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -76,6 +82,13 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644, root,  man) /usr/man/man1/*
 
 %changelog
+* Fri Dec 11 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [3.0-1]
+- added gzipping man pages,
+- added using LDFLAGS="-s" to ./configure enviroment.
+- etags(1) man page is now maked as nroff include to ctags(1) instead
+  making sym link to ctags.1 (this allow compress man pages).
+
 * Wed Aug 26 1998 Wojciech "Sas" Ciêciwa <cieciwa@zarz.agh.edu.pl>
   [2.3.1-1]
 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
This page took 0.117496 seconds and 4 git commands to generate.