Mailinglist Archive: opensuse-commit (1314 mails)

< Previous Next >
commit librest for openSUSE:Factory
Hello community,

here is the log from the commit of package librest for openSUSE:Factory checked
in at 2012-01-10 14:51:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librest (Old)
and /work/SRC/openSUSE:Factory/.librest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librest", Maintainer is "JLee@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/librest/librest.changes 2012-01-06
11:46:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.librest.new/librest.changes 2012-01-10
14:51:07.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Jan 6 14:37:33 UTC 2012 - vuntz@xxxxxxxxxxxx
+
+- Split typelib files into typelib-1_0-Rest-0_7 subpackage.
+- Add typelib-1_0-Rest-0_7 Requires to devel subpackage.
+- Change librest0 group from Development/Libraries/GNOME to
+ System/Libraries.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ librest.spec ++++++
--- /var/tmp/diff_new_pack.1jr3dx/_old 2012-01-10 14:51:10.000000000 +0100
+++ /var/tmp/diff_new_pack.1jr3dx/_new 2012-01-10 14:51:10.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package librest
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

-
-
Name: librest
%define _name rest
%define soname 0
%define abi 0.7
+%define abi_pkg 0_7
Version: 0.7.12
-Release: 1
-License: LGPLv2.1
+Release: 0
Summary: Library to access RESTful web services
-Url: http://git.gnome.org/browse/librest/
+License: LGPL-2.1
Group: Development/Libraries/GNOME
+Url: http://git.gnome.org/browse/librest/
Source0:
http://download.gnome.org/sources/rest/0.7/%{_name}-%{version}.tar.bz2
BuildRequires: config(ca-certificates)
BuildRequires: pkgconfig(glib-2.0) >= 2.22
@@ -49,10 +48,8 @@
* the second aids with XML parsing by wrapping libxml2.

%package -n librest%{soname}
-
-License: LGPLv2.1
Summary: Library to access RESTful web services
-Group: Development/Libraries/GNOME
+Group: System/Libraries
Recommends: config(ca-certificates)

%description -n librest%{soname}
@@ -67,11 +64,23 @@
wrapper around libsoup.
* the second aids with XML parsing by wrapping libxml2.

+%package -n typelib-1_0-Rest-%{abi_pkg}
+Summary: Library to access RESTful web services -- Introspection
bindings
+Group: System/Libraries
+
+%description -n typelib-1_0-Rest-%{abi_pkg}
+This library was designed to make it easier to access web services that
+claim to be "RESTful". A reasonable description is that a RESTful
+service should have urls that represent remote objects, which methods
+can then be called on.
+
+This package provides the GObject Introspection bindings for librest.
+
%package devel
-License: LGPLv2.1
Summary: Library to access RESTful web services - Development Files
Group: Development/Libraries/GNOME
Requires: librest%{soname} = %{version}
+Requires: typelib-1_0-Rest-%{abi_pkg} = %{version}

%description devel
This library was designed to make it easier to access web services that
@@ -79,12 +88,6 @@
service should have urls that represent remote objects, which methods
can then be called on.

-It is comprised of two parts:
-
- * the first aims to make it easier to make requests by providing a
- wrapper around libsoup.
- * the second aids with XML parsing by wrapping libxml2.
-
%prep
%setup -q -n %{_name}-%{version}

@@ -112,6 +115,9 @@
%{_libdir}/librest-%{abi}.so.%{soname}.*
%{_libdir}/librest-extras-%{abi}.so.%{soname}
%{_libdir}/librest-extras-%{abi}.so.%{soname}.*
+
+%files -n typelib-1_0-Rest-%{abi_pkg}
+%defattr(-, root, root)
%{_libdir}/girepository-1.0/Rest-%{abi}.typelib
%{_libdir}/girepository-1.0/RestExtras-%{abi}.typelib


--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread