]> git.pld-linux.org Git - packages/yaz.git/commitdiff
- updated to 1.8.8, new %%doc
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Sep 2002 21:02:27 +0000 (21:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yaz.spec -> 1.7

yaz.spec

index d44ae9564b8755e58b4dcbec108aec4bad994411..32e90aad225fce32c353e8fda3ab947e4b49de5d 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,7 +1,7 @@
 Summary:       Z39.50 protocol support library
 Summary(pl):   Biblioteka obs³uguj±ca protokó³ Z39.50
 Name:          yaz
-Version:       1.8.7
+Version:       1.8.8
 Release:       1
 License:       BSD-like
 Vendor:                Index Data ApS <info@indexdata.dk>
@@ -63,8 +63,6 @@ aclocal
 
 %{__make}
 
-gzip -9nf README LICENSE CHANGELOG TODO
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -74,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install -C doc \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv -f $RPM_BUILD_ROOT%{_datadir}/yaz/doc ./doc-dist
+mv -f $RPM_BUILD_ROOT%{_docdir}/yaz ./doc-dist
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README LICENSE CHANGELOG TODO
 %config %{_datadir}/yaz/tab
 %attr(755,root,root) %{_bindir}/yaz-client
 %attr(755,root,root) %{_bindir}/yaz-ztest
This page took 0.049818 seconds and 4 git commands to generate.