Author: baggins Date: Mon Apr 7 14:42:42 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 1 - cleaned up gnome bindings
---- Files affected: SPECS: plplot.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/plplot.spec diff -u SPECS/plplot.spec:1.30 SPECS/plplot.spec:1.31 --- SPECS/plplot.spec:1.30 Thu Apr 3 20:01:49 2008 +++ SPECS/plplot.spec Mon Apr 7 16:42:37 2008 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): PLplot - biblioteka funkcji przydatnych do tworzenia wykresów naukowych Name: plplot Version: 5.8.0 -Release: 0.1 +Release: 1 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/plplot/%{name}-%{version}.tar.gz @@ -20,6 +20,7 @@ Patch2: %{name}-tk.patch Patch3: %{name}-tcl.patch Patch4: %{name}-octave3.patch +Patch5: %{name}-gnome-python.patch URL: http://plplot.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.8.3 @@ -341,6 +342,43 @@ %description tcl-static -l pl.UTF-8 Biblioteka PLplot - biblioteka statyczna wiązania dla Tcl/Tk. +%package gnome +Summary: PLplot library - GNOME binding +Summary(pl.UTF-8): Biblioteka PLplot - wiązanie dla GNOME +Group: Libraries +Requires: %{name} = %{version}-%{release} + +%description gnome +PLplot library - GNOME binding. + +%description gnome -l pl.UTF-8 +Biblioteka PLplot - wiązanie dla GNOME. + +%package gnome-devel +Summary: PLplot library - GNOME binding development files +Summary(pl.UTF-8): Biblioteka PLplot - pliki programistyczne wiązania dla GNOME +Group: Development/Libraries +Requires: %{name}-gnome = %{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} + +%description gnome-devel +PLplot library - GNOME binding development files. + +%description gnome-devel -l pl.UTF-8 +Biblioteka PLplot - pliki programistyczne wiązania dla GNOME. + +%package gnome-static +Summary: PLplot library - GNOME binding static library +Summary(pl.UTF-8): Biblioteka PLplot - biblioteka statyczna wiązania dla GNOME +Group: Development/Libraries +Requires: %{name}-gnome-devel = %{version}-%{release} + +%description gnome-static +PLplot library - GNOME binding static library. + +%description gnome-static -l pl.UTF-8 +Biblioteka PLplot - biblioteka statyczna wiązania dla GNOME. + %package octave Summary: PLplot library - Octave binding Summary(pl.UTF-8): Biblioteka PLplot - wiązanie dla języka Octave @@ -380,6 +418,19 @@ %description -n python-plplot -l pl.UTF-8 Biblioteka PLplot - wiązanie dla Pythona. +%package -n python-plplot-gnome +Summary: PLplot library - Python GNOME binding +Summary(pl.UTF-8): Biblioteka PLplot - wiązanie dla Pythona GNOME +Group: Libraries/Python +Requires: %{name} = %{version}-%{release} +%pyrequires_eq python-libs + +%description -n python-plplot-gnome +PLplot library - Python GNOME binding. + +%description -n python-plplot-gnome -l pl.UTF-8 +Biblioteka PLplot - wiązanie dla Pythona GNOME. + %package -n python-plplot-examples Summary: PLplot library - Python binding examples Summary(pl.UTF-8): Biblioteka PLplot - przykłady do wiązania dla Pythona @@ -402,6 +453,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 sed -i -e 's#/usr/include/tcl8.4/tcl-private/generic#%{_includedir}/tcl-private/generic#g' configure* \ cf/tcl.ac @@ -561,6 +613,27 @@ %attr(755,root,root) %{_libdir}/plplot%{version}/driversd/gcw.so %{_libdir}/plplot%{version}/driversd/gcw.la %{_libdir}/plplot%{version}/driversd/gcw.rc + +%files gnome +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libplplotgnome2d.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libplplotgnome2d.so.0 + +%files gnome-devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libplplotgnome2d.so +%{_libdir}/libplplotgnome2d.la +%{_pkgconfigdir}/plplotd-gnome2.pc + +%files gnome-static +%defattr(644,root,root,755) +%{_libdir}/libplplotgnome2d.a + +%files -n python-plplot-gnome +%defattr(644,root,root,755) +%attr(755,root,root) %{py_sitedir}/cplplotcanvasmodule.so +%attr(755,root,root) %{py_sitedir}/gcwmodule.so +%{py_sitedir}/plplotcanvas.py %endif %if %{with svga} @@ -740,6 +813,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2008-04-07 14:42:37 baggins +- rel 1 +- cleaned up gnome bindings + Revision 1.30 2008-04-03 18:01:49 baggins - update to 5.8.0 - use gnome2 libs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/plplot.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
