]> git.pld-linux.org Git - packages/ming.git/commitdiff
- release 5: fix %install_post bug (duplicated REEADME files in %doc).
authorkloczek <kloczek@pld-linux.org>
Mon, 14 Oct 2002 08:12:49 +0000 (08:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ming.spec -> 1.13

ming.spec

index 00b29777b1cd1fe20bb16aed1da9697f35434d78..93a5955e53fb4e406ae8509546d547580bcc030f 100644 (file)
--- a/ming.spec
+++ b/ming.spec
@@ -6,7 +6,7 @@ Summary:        Ming - an SWF output library
 Summary(pl):   Ming - biblioteka do produkcji plików SWF
 Name:          ming
 Version:       0.2a
-Release:       4
+Release:       5
 License:       LGPL
 Vendor:                Opaque Industries
 Group:         Libraries
@@ -96,6 +96,8 @@ Narz
 %patch1 -p1
 %patch2 -p1
 
+mv 0f rb_ext/README README.rb_ext
+
 %build
 %{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
 
@@ -139,7 +141,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES CREDITS README TODO rb_ext/README
+%doc CHANGES CREDITS README TODO README.rb_ext
 %attr(755,root,root) %{_libdir}/libming.so.*.*
 
 %files devel
This page took 0.042922 seconds and 4 git commands to generate.