[libmateweather] Update to latest upstream release

Dan Mashal vicodan at fedoraproject.org
Sun Jan 20 23:33:10 UTC 2013


commit f54c46976e188efbcc3901c6ad39f8f9ada6229a
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sun Jan 20 17:32:07 2013 -0600

    Update to latest upstream release

 .gitignore          |    1 +
 libmateweather.spec |   25 ++++++++++++++++---------
 sources             |    2 +-
 3 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e08da0c..7bf1437 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libmateweather-1.4.0.tar.xz
 /libmateweather-1.5.0.tar.xz
+/libmateweather-1.5.1.tar.xz
diff --git a/libmateweather.spec b/libmateweather.spec
index 2f64257..7aba1bc 100644
--- a/libmateweather.spec
+++ b/libmateweather.spec
@@ -1,20 +1,18 @@
 Name:          libmateweather
-Version:       1.5.0
+Version:       1.5.1
 Release:       1%{?dist}
 Summary:       Libraries to allow MATE Desktop to display weather information
 License:       GPLv2+
 URL:           http://mate-desktop.org
 Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
-BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(libsoup-2.4)
+BuildRequires: gsettings-desktop-schemas-devel
+BuildRequires: gtk2-devel
+BuildRequires: libsoup-devel
 BuildRequires: mate-common
 BuildRequires: pygobject2-codegen
 BuildRequires: python-gudev
-BuildRequires: pkgconfig(pygtk-2.0)
-BuildRequires: pkgconfig(gsettings-desktop-schemas)
-
-Requires:   gsettings-desktop-schemas
+BuildRequires: pygtk2-devel
 
 %description
 Libraries to allow MATE Desktop to display weather information
@@ -34,14 +32,19 @@ NOCONFIGURE=1 ./autogen.sh
 
 
 %build
-%configure --enable-python --disable-static
-make %{?_smp_mflags} V=1
+%configure --disable-static       \
+           --with-gnu-ld          \
+           --enable-python        \
+           --enable-gtk-doc-html  
 
+make %{?_smp_mflags} V=1
 
 %install
 make install DESTDIR=%{buildroot}
 
 find %{buildroot} -name '*.la' -exec rm -fv {} ';'
+find %{buildroot} -name '*.a' -exec rm -fv {} ';'
+
 
 %find_lang %{name}
 
@@ -77,6 +80,10 @@ fi
 
 
 %changelog
+* Sun Jun 20 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.5.1-1
+- Update to latest release 
+- Update configure flags
+
 * Mon Oct 29 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.0-1
 - update to 1.5.0 release
 - change build requires style
diff --git a/sources b/sources
index a855690..c14818f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4b3e63cd2865c33d1e9cc319c30210f  libmateweather-1.5.0.tar.xz
+c5cda1770a40f041595d46621e041038  libmateweather-1.5.1.tar.xz


More information about the scm-commits mailing list