]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- use new %doc packing infrastructure.
authorkloczek <kloczek@pld-linux.org>
Wed, 22 May 2002 23:26:06 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg.spec -> 1.49

ekg.spec

index da003c45afac8081fbdc43774e504809aa6b5bc7..ab1325b72d3c108ed26297d7a9ab73e221b74f41 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -105,12 +105,10 @@ rm examples/Makefile examples/Makefile.in
 install src/ioctl_daemon $RPM_BUILD_ROOT%{_bindir}
 %endif
 
-gzip -9nf ChangeLog docs/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -n libgadu -p /sbin/ldconfig
+%post   -n libgadu -p /sbin/ldconfig
 %postun -n libgadu -p /sbin/ldconfig
 
 %files
@@ -129,9 +127,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n libgadu-devel
 %defattr(644,root,root,755)
+%doc docs/{7thguard,api,devel-hints,protocol,dcc-protocol}.txt
+%doc ChangeLog docs/{README,TODO} examples
 %{_includedir}/libgadu.h
-%doc docs/{7thguard,api,devel-hints,protocol,dcc-protocol}.txt.gz
-%doc ChangeLog.gz docs/{README,TODO}.gz examples
 
 %files -n libgadu-static
 %defattr(644,root,root,755)
This page took 0.029059 seconds and 4 git commands to generate.