SPECS: ocaml-lablgtk2.spec - added gtkspell packages
qboosh
qboosh at pld-linux.org
Sat Dec 9 10:27:33 CET 2006
Author: qboosh Date: Sat Dec 9 09:27:33 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added gtkspell packages
---- Files affected:
SPECS:
ocaml-lablgtk2.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/ocaml-lablgtk2.spec
diff -u SPECS/ocaml-lablgtk2.spec:1.16 SPECS/ocaml-lablgtk2.spec:1.17
--- SPECS/ocaml-lablgtk2.spec:1.16 Sat Dec 9 10:06:34 2006
+++ SPECS/ocaml-lablgtk2.spec Sat Dec 9 10:27:27 2006
@@ -147,6 +147,34 @@
Wiązania GTK+ dla OCamla, wsparcie dla GNOME. Pakiet ten zawiera pliki
niezbędne do tworzenia programów używających LablGtk-GNOME.
+%package gtkspell
+Summary: GTK+ binding for OCaml - GtkSpell support
+Summary(pl): Wiązania GTK+ dla OCamla - obsługa GtkSpella
+Group: Libraries
+Requires: %{name} = %{version}-%{release}
+%requires_eq ocaml-runtime
+
+%description gtkspell
+GTK+ binding for OCaml, GtkSpell support.
+
+%description gtkspell -l pl
+Wiązania GTK+ dla OCamla, obsługa GtkSpella
+
+%package gtkspell-devel
+Summary: GTK+ binding for OCaml - GtkSpell support, development part
+Summary(pl): Wiązania GTK+ dla OCamla - obsługa GtkSpella, część programistyczna
+Group: Development/Libraries
+Requires: %{name}-gtkspell = %{version}-%{release}
+%requires_eq ocaml
+
+%description gtkspell-devel
+GTK+ binding for OCaml, GtkSpell support. This package contains files
+needed to develop OCaml programs using LablGtk-GtkSpell.
+
+%description gtkspell-devel -l pl
+Wiązania GTK+ dla OCamla, obsługa GtkSpella. Ten pakiet zawiera pliki
+niezbędne do tworzenia programów używających LablGtk-GtkSpell.
+
%package rsvg
Summary: GTK+ binding for OCaml - RSVG support
Summary(pl): Wiązania GTK+ dla OCamla - wsparcie dla RSVG
@@ -209,7 +237,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/ocaml/{stublibs,site-lib/labl{gtk2,gnomecanvas,glade,gtkgl,rsvg}},%{_examplesdir}/%{name}-%{version}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/ocaml/{stublibs,site-lib/labl{gtk2,gnomecanvas,glade,gtkgl,gtkspell,rsvg}},%{_examplesdir}/%{name}-%{version}}
%{__make} install \
INSTALLDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml/lablgtk2 \
@@ -235,7 +263,7 @@
linkopts = ""
EOF
-for f in gnomecanvas glade gtkgl rsvg ; do
+for f in glade %{?with_gnome:gnomecanvas} gtkgl gtkspell rsvg ; do
cat > $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/labl$f/META <<EOF
# Specifications for the "lablgtk" library:
requires = "lablgtk2"
@@ -258,6 +286,7 @@
%files devel
%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gdk-pixbuf-mlsource
%{_libdir}/ocaml/lablgtk2/g[BCDELMOPRTUWadp]*.cm*
%{_libdir}/ocaml/lablgtk2/gAction.cm*
%{_libdir}/ocaml/lablgtk2/gFile.cm*
@@ -320,6 +349,16 @@
%{_libdir}/ocaml/site-lib/lablgnomecanvas
%endif
+%files gtkspell
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/ocaml/stublibs/dlllablgtkspell.so
+
+%files gtkspell-devel
+%defattr(644,root,root,755)
+%{_libdir}/ocaml/lablgtk2/lablgtkspell.*
+%{_libdir}/ocaml/lablgtk2/liblablgtkspell.a
+%{_libdir}/ocaml/site-lib/lablgtkspell
+
%files rsvg
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/ocaml/stublibs/dlllablrsvg.so
@@ -341,6 +380,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2006/12/09 09:27:27 qboosh
+- added gtkspell packages
+
Revision 1.16 2006/12/09 09:06:34 qboosh
- reordered subpackages
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ocaml-lablgtk2.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list