packages: libpeas/libpeas.spec, libpeas/pkgconfig-format.patch (NEW)=?UTF-8?Q?=20?=- upda...
kiesiu
kiesiu at pld-linux.org
Wed Mar 28 23:51:56 CEST 2012
Author: kiesiu Date: Wed Mar 28 21:51:56 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.4.0
- patch pkgconfig file
---- Files affected:
packages/libpeas:
libpeas.spec (1.11 -> 1.12) , pkgconfig-format.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/libpeas/libpeas.spec
diff -u packages/libpeas/libpeas.spec:1.11 packages/libpeas/libpeas.spec:1.12
--- packages/libpeas/libpeas.spec:1.11 Wed Sep 28 19:07:35 2011
+++ packages/libpeas/libpeas.spec Wed Mar 28 23:51:51 2012
@@ -7,18 +7,19 @@
Summary: GObject Plugin System
Summary(pl.UTF-8): System wtyczek GObject
Name: libpeas
-Version: 1.2.0
+Version: 1.4.0
Release: 1
License: LGPL v2
Group: Libraries
-Source0: http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.2/%{name}-%{version}.tar.xz
-# Source0-md5: ed23e817108920dd6d3ef8fe487ba520
+Source0: http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.4/%{name}-%{version}.tar.xz
+# Source0-md5: cc39dd2985a17aa362ad111d0a96e7b9
+Patch0: pkgconfig-format.patch
URL: http://live.gnome.org/Libpeas
BuildRequires: autoconf >= 2.63.2
BuildRequires: automake >= 1:1.11
BuildRequires: gettext-devel >= 0.17
-BuildRequires: gjs-devel >= 1.29.16
-BuildRequires: glib2-devel >= 1:2.24.0
+BuildRequires: gjs-devel >= 1.31.11
+BuildRequires: glib2-devel >= 1:2.31.2
BuildRequires: gnome-common
BuildRequires: gobject-introspection-devel >= 0.10.1
BuildRequires: gtk+3-devel >= 3.0.0
@@ -30,7 +31,7 @@
BuildRequires: rpmbuild(macros) >= 1.601
BuildRequires: seed-devel >= 3.0.0
BuildRequires: tar >= 1:1.22
-BuildRequires: vala >= 1:0.12.0
+BuildRequires: vala >= 1:0.14.0.22
BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -72,7 +73,7 @@
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libpeas
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: glib2-devel >= 1:2.24.0
+Requires: glib2-devel >= 1:2.31.2
Requires: gobject-introspection-devel >= 0.10.1
%description devel
@@ -167,6 +168,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -178,7 +180,8 @@
--disable-silent-rules \
%{__enable_disable static_libs static} \
%{__enable_disable apidocs gtk-doc} \
- --with-html-dir=%{_gtkdocdir}
+ --with-html-dir=%{_gtkdocdir} \
+ --enable-vala
%{__make}
%install
@@ -219,7 +222,6 @@
%attr(755,root,root) %ghost %{_libdir}/libpeas-1.0.so.0
%dir %{_libdir}/libpeas-1.0
%dir %{_libdir}/libpeas-1.0/loaders
-%attr(755,root,root) %{_libdir}/libpeas-1.0/loaders/libcloader.so
%{_libdir}/girepository-1.0/Peas-1.0.typelib
%files loader-python
@@ -303,6 +305,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2012/03/28 21:51:51 kiesiu
+- updated to 1.4.0
+- patch pkgconfig file
+
Revision 1.11 2011/09/28 17:07:35 kiesiu
- updated to 1.2.0; merged from DEVEL
================================================================
Index: packages/libpeas/pkgconfig-format.patch
diff -u /dev/null packages/libpeas/pkgconfig-format.patch:1.1
--- /dev/null Wed Mar 28 23:51:56 2012
+++ packages/libpeas/pkgconfig-format.patch Wed Mar 28 23:51:51 2012
@@ -0,0 +1,13 @@
+diff --git a/data/libpeas-1.0.pc.in b/data/libpeas-1.0.pc.in
+index 9523067..704d686 100644
+--- a/data/libpeas-1.0.pc.in
++++ b/data/libpeas-1.0.pc.in
+@@ -5,7 +5,7 @@ includedir=@includedir@
+
+ Name: libpeas
+ Description: libpeas, a GObject plugins library
+-Requires: glib-2.0 >= @GLIB_REQUIRED@, gobject-2.0 >= @GLIB_REQUIRED@, gmodule-2.0 >= @GLIB_REQUIRED@, gio-2.0 >= @GIO_REQUIRED gobject-introspection-1.0 >= @INTROSPECTION_REQUIRED@
++Requires: glib-2.0 >= @GLIB_REQUIRED@, gobject-2.0 >= @GLIB_REQUIRED@, gmodule-2.0 >= @GLIB_REQUIRED@, gio-2.0 >= @GIO_REQUIRED@ gobject-introspection-1.0 >= @INTROSPECTION_REQUIRED@
+ Version: @VERSION@
+ Cflags: -I${includedir}/libpeas-1.0
+ Libs: -L${libdir} -lpeas-1.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/libpeas/libpeas.spec?r1=1.11&r2=1.12
More information about the pld-cvs-commit
mailing list