]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- update to 0.9.6
authorbszx <bszx@pld-linux.org>
Sat, 28 Oct 2000 18:29:23 +0000 (18:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new rpm automation

Changed files:
    g-wrap.spec -> 1.7

g-wrap.spec

index bf21f726b84e3b0578cf3da36dc6b942cc04dae2..988996e6d38b002d20c5ce498e4ed4976399dd53 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       A tool for exporting C libraries into Scheme interpreters
 Name:          g-wrap
-Version:       0.9.5
+Version:       0.9.6
 Release:       1
 License:       GPL
 Group:         Libraries
@@ -48,7 +48,7 @@ LDFLAGS="-s"; export LDFLAGS
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_infodir}/* NEWS README
+gzip -9nf NEWS README ChangeLog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc {NEWS,README}.gz
+%doc {NEWS,README,ChangeLog}.gz
 %attr(755,root,root) %{_bindir}/g-wrap-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
This page took 0.097532 seconds and 4 git commands to generate.