Accepting request 195375 from GNOME:Factory
- Do not package *.la files (even in private libdir). (forwarded request 188167 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/195375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-weather?expand=0&rev=6
This commit is contained in:
commit
d375711d17
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17cc8ce7efea9760135a53f9b7421119fd67104edd3a9a77c2bd9df2d977eab5
|
||||
size 10463516
|
3
gnome-weather-3.9.5.tar.xz
Normal file
3
gnome-weather-3.9.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2aba4c1a6670893adfd4a113262d9743734cec2d078771777530e6e5a5fc1c6
|
||||
size 10466116
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 07:39:22 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Do not package *.la files (even in private libdir).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 16:28:48 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.5:
|
||||
+ Fixed selection mode to latest mockups.
|
||||
+ Enabled OpenWeatherMap backend.
|
||||
+ Updated for libgweather API changes.
|
||||
+ Updated translations.
|
||||
- Add new BuildRequires, as verified by configure:
|
||||
+ pkgconfig(gdk-3.0), pkgconfig(glib-2.0),
|
||||
pkgconfig(gobject-2.0), pkgconfig(gweather-3.0).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 15:21:34 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-weather
|
||||
Version: 3.9.3
|
||||
Version: 3.9.5
|
||||
Release: 0
|
||||
Summary: Weather App for GNOME
|
||||
License: GPL-2.0+
|
||||
@ -27,10 +27,14 @@ Source: http://download.gnome.org/sources/gnome-weather/3.9/%{name}-%{ve
|
||||
BuildRequires: gjs
|
||||
BuildRequires: intltool >= 0.26
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gdk-3.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.10
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.4
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.9.5
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -40,7 +44,7 @@ GNOME 3 weather app that does:
|
||||
* display current conditions
|
||||
* display forecasts
|
||||
* show radar maps
|
||||
* notify on hazardous weather conditions
|
||||
* notify on hazardous weather conditions
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
@ -52,6 +56,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%suse_update_desktop_file %{name} Utility DesktopUtility
|
||||
%find_lang %{name}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user