]> git.pld-linux.org Git - packages/ytalk.git/commitdiff
[3.1-5] ytalk-3_1-5
authorpius <pius@pld-linux.org>
Mon, 10 May 1999 17:13:54 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package is now FHS 2.0 compliant.

Changed files:
    ytalk.spec -> 1.6

ytalk.spec

index b5e92e6dccae3168dab9e8194dfe206aded72779..400f6468c4224b0c5e17fbaf4a3f073da6a8efd6 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    klient talk umo
 Summary(tr):   Talk protokolu kullanarak ikiden fazla kiþinin konuþmasýný saðlar
 Name:          ytalk
 Version:       3.1
-Release:       4
+Release:       5
 Copyright:     BSD
 Group:         Networking
 Group(pl):     Sieciowe
@@ -50,6 +50,7 @@ Standart talkd daemon'u kullan
 %patch -p1 
 
 %build
+autoconf
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure %{_target} \
        --prefix=/usr \
@@ -64,7 +65,7 @@ make install \
        prefix=$RPM_BUILD_ROOT/usr \
        sysconfdir=$RPM_BUILD_ROOT/etc
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* \
+gzip -9nf $RPM_BUILD_ROOT/usr/share/man/man1/* \
        README
 
 %clean
@@ -75,11 +76,15 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.gz
 
 %attr(755,root,root) /usr/bin/*
-/usr/man/man1/*
+/usr/share/man/man1/*
 
 %config %verify(not size md5 mtime) /etc/ytalkrc
 
 %changelog
+* Mon May 10 1999 Piotr Czerwiñski <pius@pld.org.pl>
+  [3.1-5]
+- package is now FHS 2.0 compliant.
+
 * Mon Apr 19 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [3.1-4]
 - recompiles on new rpm,
This page took 0.480022 seconds and 4 git commands to generate.