]> git.pld-linux.org Git - packages/libgweather.git/blob - libgweather.spec
- updated to 3.2.0
[packages/libgweather.git] / libgweather.spec
1 Summary:        Library to access weather information from online services for numerous locations
2 Summary(pl.UTF-8):      Biblioteka dostępu do informacji pogodowych z serwisów internetowych dla różnych miejsc
3 Name:           libgweather
4 Version:        3.2.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6932d8322223a4c786d76e8aebddcc4a
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.26.0
12 BuildRequires:  autoconf >= 2.62
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 1:2.28.0
16 BuildRequires:  gnome-common >= 2.20.0
17 BuildRequires:  gobject-introspection-devel >= 0.10.0
18 BuildRequires:  gtk+3-devel >= 3.0.0
19 BuildRequires:  gtk-doc >= 1.9
20 BuildRequires:  intltool >= 0.40.6
21 BuildRequires:  libsoup-gnome-devel >= 2.26.0
22 BuildRequires:  libtool
23 BuildRequires:  libxml2-devel >= 1:2.6.30
24 BuildRequires:  pkgconfig >= 1:0.19
25 Requires(post,postun):  gnome-icon-theme
26 Requires(post,postun):  gnome-icon-theme-symbolic
27 Requires(post,postun):  gtk-update-icon-cache
28 Requires(post,preun):   GConf2
29 # sr@Latn vs. sr@latin
30 Conflicts:      glibc-misc < 6:2.7
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 libgweather is a library to access weather information from online
35 services for numerous locations.
36
37 %description -l pl.UTF-8
38 libgweather to biblioteka pozwalająca na dostęp do informacji
39 pogodowych z serwisów internetowych dla różnych miejsc.
40
41 %package devel
42 Summary:        Header files for libgweather
43 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libgweather
44 Group:          X11/Development/Libraries
45 Requires:       %{name} = %{version}-%{release}
46 Requires:       GConf2-devel >= 2.26.0
47 Requires:       gtk+3-devel >= 3.0.0
48 Requires:       libsoup-devel >= 2.26.0
49 Requires:       libxml2-devel >= 1:2.6.30
50 Obsoletes:      gnome-applets-devel <= 2.21.4
51
52 %description devel
53 Header files for libgweather.
54
55 %description devel -l pl.UTF-8
56 Pliki nagłówkowe biblioteki libgweather.
57
58 %package static
59 Summary:        Static libgweather library
60 Summary(pl.UTF-8):      Statyczna biblioteka libgweather
61 Group:          X11/Development/Libraries
62 Requires:       %{name}-devel = %{version}-%{release}
63
64 %description static
65 Static libgweather library.
66
67 %description static -l pl.UTF-8
68 Statyczna biblioteka libgweather.
69
70 %package apidocs
71 Summary:        libgweather API documentation
72 Summary(pl.UTF-8):      Dokumentacja API biblioteki libgweather
73 Group:          Documentation
74 Requires:       gtk-doc-common
75
76 %description apidocs
77 libgweather API documentation.
78
79 %description apidocs -l pl.UTF-8
80 Dokumentacja API biblioteki libgweather.
81
82 %prep
83 %setup -q
84
85 %build
86 %{__gtkdocize}
87 %{__intltoolize}
88 %{__libtoolize}
89 %{__aclocal} -I m4
90 %{__autoconf}
91 %{__autoheader}
92 %{__automake}
93 %configure \
94         --with-zoneinfo-dir=%{_datadir}/zoneinfo \
95         --enable-gtk-doc \
96         --with-html-dir=%{_gtkdocdir} \
97         --disable-silent-rules \
98         --enable-static
99
100 %{__make} -j1 -C data
101 %{__make}
102
103 %install
104 rm -rf $RPM_BUILD_ROOT
105
106 %{__make} install \
107         DESTDIR=$RPM_BUILD_ROOT
108
109 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/es_ES
110 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
111
112 %find_lang libgweather-3.0
113
114 find $RPM_BUILD_ROOT -name "Locations.*.xml" | sed 's:'"$RPM_BUILD_ROOT"'::
115 s:\(.*\)/Locations\.\([^.]*\)\.xml:%lang(\2) \1/Locations.\2.xml:' >> libgweather-3.0.lang
116
117 %clean
118 rm -rf $RPM_BUILD_ROOT
119
120 %post
121 /sbin/ldconfig
122 %update_icon_cache gnome
123 %gconf_schema_install gweather.schemas
124
125 %preun
126 %gconf_schema_uninstall gweather.schemas
127
128 %postun
129 /sbin/ldconfig
130 %update_icon_cache gnome
131
132 %files -f libgweather-3.0.lang
133 %defattr(644,root,root,755)
134 %doc ChangeLog README
135 %attr(755,root,root) %{_libdir}/libgweather-3.so.*.*.*
136 %attr(755,root,root) %ghost %{_libdir}/libgweather-3.so.0
137 %{_sysconfdir}/gconf/schemas/gweather.schemas
138 %dir %{_datadir}/libgweather
139 %{_datadir}/libgweather/Locations.xml
140 %{_datadir}/libgweather/locations.dtd
141 %{_iconsdir}/gnome/*/status/*.png
142 %{_iconsdir}/gnome/scalable/status/*.svg
143 %{_libdir}/girepository-1.0/GWeather-3.0.typelib
144
145 %files devel
146 %defattr(644,root,root,755)
147 %attr(755,root,root) %{_libdir}/libgweather-3.so
148 %{_includedir}/libgweather-3.0
149 %{_pkgconfigdir}/gweather-3.0.pc
150 %{_datadir}/gir-1.0/GWeather-3.0.gir
151
152 %files static
153 %defattr(644,root,root,755)
154 %{_libdir}/libgweather-3.a
155
156 %files apidocs
157 %defattr(644,root,root,755)
158 %{_gtkdocdir}/libgweather-3.0
This page took 0.159761 seconds and 4 git commands to generate.