]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- release 2 g-wrap-1_1_10-2
authorkura <kura@pld-linux.org>
Tue, 29 May 2001 08:20:16 +0000 (08:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing g-wrapped directory (gnucash should compile now)

Changed files:
    g-wrap.spec -> 1.10

g-wrap.spec

index 0cf1af6287e1cf4c5b0830f67c25b290a2f7498b..340951e293f76fa765658b7731174d4eb92d17af 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       A tool for exporting C libraries into Scheme interpreters
 Name:          g-wrap
 Version:       1.1.10
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
@@ -58,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 gzip -9nf NEWS README ChangeLog
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+#rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -72,8 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_datadir}/guile/g-wrapped/lib*.so.*
 %{_datadir}/guile/g-wrap
 %{_datadir}/guile/g-wrap.scm
+%{_datadir}/guile/g-wrapped/*.scm
 
 %files devel
 %defattr(644,root,root,755)
@@ -81,9 +83,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/g-wrap-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
+%attr(755,root,root) %{_datadir}/guile/g-wrapped/lib*.so
+%attr(755,root,root) %{_datadir}/guile/g-wrapped/lib*.la
 %{_includedir}/*.h
 %{_infodir}/*
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+%{_datadir}/guile/g-wrapped/lib*.a
This page took 0.09277 seconds and 4 git commands to generate.