]> git.pld-linux.org Git - packages/Guppi.git/commitdiff
- release 9, Guppi-0_40_3-9 RA-1_0
authorkloczek <kloczek@pld-linux.org>
Fri, 15 Nov 2002 16:55:35 +0000 (16:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add --enable-shlib-factory to autoconf parameters for produce correct
  GNOME_Guppi_Gnumeric.oaf file - with this fix and fixed oaf package
  using embeding Guppi plots work correctly for example in gnumeric,
- fixed %files (added missing %%{_libdir}/guppi-gnumeric.so).

Changed files:
    Guppi.spec -> 1.71

Guppi.spec

index 1cdef0c59648da0f4d47c64c388755a9ccf918f3..5d680c6cb000c1f343cf77b949bd1eb47f7c1802 100644 (file)
@@ -14,7 +14,7 @@ Summary(sv):  GNOME dataanalys och -visualisering
 Summary(zh_CN):        Guppi - GNOME½»»¥Ê½Êý¾Ý·ÖÎö¹¤¾ß
 Name:          Guppi
 Version:       0.40.3
-Release:       8
+Release:       9
 Epoch:         2
 License:       GPL
 Group:         X11/Applications
@@ -265,6 +265,7 @@ xml-i18n-toolize --copy --force
 %{__automake}
 
 %configure \
+       --enable-shlib-factory \
        --enable-gnumeric
 
 %{__make}
@@ -290,8 +291,9 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS BIBLIOGRAPHY ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
 #%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/guppi-gnumeric.so
 %dir %{_libdir}/guppi
 %dir %{_libdir}/guppi/plug-ins
 %dir %{_libdir}/guppi/plug-ins/%{version}
This page took 0.472283 seconds and 4 git commands to generate.