]> git.pld-linux.org Git - packages/tin.git/commitdiff
- updated to 1.4pre981225,
authorkloczek <kloczek@pld-linux.org>
Sun, 27 Dec 1998 18:56:29 +0000 (18:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gzipping man pages,
- added using LDFLAGS="-s" to ./configure enviroment.

Changed files:
    tin.spec -> 1.6

tin.spec

index 4cfa714f8fbdb03c65aab6c6d02a9867bb151f8c..0feddd1af4070b1fe3af87b3be80d262398afab7 100644 (file)
--- a/tin.spec
+++ b/tin.spec
@@ -1,4 +1,4 @@
-%define date 981114
+%define date 981225
 Summary:     tin News Reader
 Summary(de): tin News-Reader
 Summary(fr): Lecteur de news tin.
@@ -51,7 +51,7 @@ arac
 %setup -q -n tin-%{date}
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" \
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure --prefix=/usr \
        --enable-color \
        --with-ncurses \
@@ -75,6 +75,8 @@ install doc/tin.defaults $RPM_BUILD_ROOT/etc
 
 echo ".so tin.1" > $RPM_BUILD_ROOT/usr/man/man1/rtin.1
 
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -86,6 +88,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644, root,  man) /usr/man/man1/*
 
 %changelog
+* Sun Dec 27 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [1.4pre981225-1]
+- added gzipping man pages,
+- added using LDFLAGS="-s" to ./configure enviroment.
+
 * Thu Jul 30 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.4pre980730-1]
 - fixed %verify (not size) on /etc/tin.defaults,
This page took 0.083251 seconds and 4 git commands to generate.