Mailinglist Archive: opensuse-commit (1078 mails)
| < Previous | Next > |
commit lablgtk2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 25 May 2007 01:38:14 +0200
- Message-id: <20070524233815.447CB678171@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package lablgtk2
checked in at Fri May 25 01:38:14 CEST 2007.
--------
--- lablgtk2/lablgtk2.changes 2006-09-21 01:50:08.000000000 +0200
+++ /mounts/work_users/ro/STABLE/lablgtk2/lablgtk2.changes 2007-05-25 01:29:21.429355000 +0200
@@ -1,0 +2,5 @@
+Fri May 25 01:29:16 CEST 2007 - ro@xxxxxxx
+
+- branch off devel package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lablgtk2.spec ++++++
--- /var/tmp/diff_new_pack.C31668/_old 2007-05-25 01:38:08.000000000 +0200
+++ /var/tmp/diff_new_pack.C31668/_new 2007-05-25 01:38:08.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package lablgtk2 (Version 2.6.0)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -12,12 +12,12 @@
Name: lablgtk2
BuildRequires: gtk2-devel ocaml xorg-x11
-License: LGPL, Other License(s), see package
+License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Libraries/Other
Requires: ocaml
Autoreqprov: on
Version: 2.6.0
-Release: 1
+Release: 53
Source0: http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgtk-%{version}.tar.gz
URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +40,30 @@
Hubert Fauque <hubert.fauque@xxxxxxxxxx>
Koji Kagawa <kagawa@xxxxxxxxxxxxxxxxxx>
+%package devel
+Summary: An Objective Caml interface to gtk2+
+Group: Development/Libraries/Other
+Provides: lablgtk2:/usr/lib/ocaml/lablgtk2/glib.cmi
+Requires: lablgtk2 = %{version}
+Autoreqprov: on
+
+%description devel
+LablGTK2 uses the rich type system of Objective Caml 3 to provide a
+strongly typed, yet very comfortable, object-oriented interface to
+GTK2+. Objective Caml threads are supported, including for the top
+level, which allows for interactive use of the library.
+
+
+
+Authors:
+--------
+ Jacques Garrigue <garrigue@xxxxxxxxxxxxxxxxxxxx>
+ Benjamin Monate <monate@xxxxxxxxxxxxxxxxxxxx>
+ Olivier Andrieu <oandrieu@xxxxxxxxx>
+ Jun Furuse <Jun.Furuse@xxxxxxxx>
+ Hubert Fauque <hubert.fauque@xxxxxxxxxx>
+ Koji Kagawa <kagawa@xxxxxxxxxxxxxxxxxx>
+
%prep
%setup -n lablgtk-%{version}
find -name ".cvsignore" | xargs rm -v
@@ -65,14 +89,25 @@
%clean
# Clear up the mess
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
+rm -rf $RPM_BUILD_ROOT;
%files
%defattr(-, root, root)
%doc CHANGES COPYING README examples
%{_bindir}/*
-%{_libdir}/ocaml/lablgtk2
+%dir %{_libdir}/ocaml/lablgtk2
+%{_libdir}/ocaml/lablgtk2/*
+%exclude %{_libdir}/ocaml/lablgtk2/*.cmi
+%exclude %{_libdir}/ocaml/lablgtk2/*.h
-%changelog -n lablgtk2
+%files devel
+%defattr(-, root, root)
+%doc examples
+%{_libdir}/ocaml/lablgtk2/*.cmi
+%{_libdir}/ocaml/lablgtk2/*.h
+
+%changelog
+* Fri May 25 2007 - ro@xxxxxxx
+- branch off devel package
* Thu Sep 21 2006 - seife@xxxxxxx
- initial submission (cloned specfile from lablgtk)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |