]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- use new %doc infrastructure.
authorkloczek <kloczek@pld-linux.org>
Sat, 25 May 2002 20:15:32 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib.spec -> 1.67

ClanLib.spec

index 2893adb48f5012e5f81db72c3d1849a494b0ee08..bc31b5d386036ad095a29a4b51e28c55446154a7 100644 (file)
@@ -212,8 +212,6 @@ rm -rf $RPM_BUILD_ROOT
        MAN_PREFIX="$RPM_BUILD_ROOT%{_mandir}" \
        HTML_PREFIX="`pwd`/html"
 
-gzip -9nf README CREDITS
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -263,8 +261,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *gz
-%doc html
+%doc README CREDITS html
 %attr(755,root,root) %{_libdir}/*.so
 %attr(755,root,root) %{_bindir}/*
 %{_includedir}/ClanLib
This page took 0.05057 seconds and 4 git commands to generate.