]> git.pld-linux.org Git - packages/gnome-weather.git/blob - gnome-weather.spec
Update md5
[packages/gnome-weather.git] / gnome-weather.spec
1 Summary:        A weather application for GNOME
2 Name:           gnome-weather
3 Version:        3.12.0
4 Release:        1
5 License:        GPL v2+
6 Group:          X11/Applications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-weather/3.12/%{name}-%{version}.tar.xz
8 # Source0-md5:  fa4121882f2cc8d94e7fa8e3a79bce03
9 BuildRequires:  autoconf >= 2.63
10 BuildRequires:  automake >= 1:1.12
11 BuildRequires:  gdk-pixbuf2-devel
12 BuildRequires:  gettext-devel
13 BuildRequires:  gjs-devel >= 1.40.0
14 BuildRequires:  glib2-devel >= 1:2.36.0
15 BuildRequires:  gobject-introspection-devel >= 1.36.0
16 BuildRequires:  gtk+3-devel >= 3.12.0
17 BuildRequires:  intltool >= 0.40.0
18 BuildRequires:  libgweather-devel >= 3.10.0
19 BuildRequires:  pkgconfig
20 BuildRequires:  tar >= 1:1.22
21 BuildRequires:  xz
22 Requires(post,postun):  glib2 >= 1:2.36.0
23 Requires(post,postun):  gtk-update-icon-cache
24 Requires:       gjs >= 1.40.0
25 Requires:       glib2 >= 1:2.36.0
26 Requires:       gtk+3 >= 3.12.0
27 Requires:       hicolor-icon-theme
28 Requires:       libgweather >= 3.10.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 gnome-weather is a small application that allows you to monitor the
33 current weather conditions for your city, or anywhere in the world,
34 and to access updated forecasts provided by various internet services.
35
36 %prep
37 %setup -q
38
39 %build
40 %{__intltoolize}
41 %{__aclocal} -I m4 -I libgd
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         GJS="/usr/bin/gjs" \
47         --disable-silent-rules
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %{__rm} $RPM_BUILD_ROOT%{_libdir}/org.gnome.Weather.Application/*.la
57
58 %find_lang org.gnome.Weather.Application
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post
64 %glib_compile_schemas
65 %update_icon_cache hicolor
66
67 %postun
68 %glib_compile_schemas
69 %update_icon_cache hicolor
70
71 %files -f org.gnome.Weather.Application.lang
72 %defattr(644,root,root,755)
73 %doc NEWS
74 %attr(755,root,root) %{_bindir}/gnome-weather
75 %dir %{_libdir}/org.gnome.Weather.Application
76 %{_libdir}/org.gnome.Weather.Application/girepository-1.0
77 %attr(755,root,root) %{_libdir}/org.gnome.Weather.Application/libgd.so
78 %{_datadir}/appdata/org.gnome.Weather.Application.appdata.xml
79 %{_datadir}/dbus-1/services/org.gnome.Weather.Application.service
80 %{_datadir}/gnome-shell/search-providers/org.gnome.Weather.Application.search-provider.ini
81 %{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
82 %{_datadir}/org.gnome.Weather.Application
83 %{_desktopdir}/org.gnome.Weather.Application.desktop
84 %{_iconsdir}/hicolor/*/*/org.gnome.Weather.Application.png
This page took 0.076879 seconds and 3 git commands to generate.