]> git.pld-linux.org Git - packages/libgweather.git/blame - libgweather.spec
Update to 3.18.1
[packages/libgweather.git] / libgweather.spec
CommitLineData
280043a7
MB
1#
2# Conditional build:
bc0ad4ae
JB
3%bcond_without glade # Glade catalog
4%bcond_without vala # do not build Vala API
280043a7 5#
244020ad
JB
6Summary: Library to access weather information from online services for numerous locations
7Summary(pl.UTF-8): Biblioteka dostępu do informacji pogodowych z serwisów internetowych dla różnych miejsc
c9828fba 8Name: libgweather
c44e6b63 9Version: 3.18.1
f56c3346 10Release: 1
c9828fba
PZ
11License: GPL v2+
12Group: X11/Libraries
04a09e59 13Source0: http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.18/%{name}-%{version}.tar.xz
c44e6b63 14# Source0-md5: 0a4bd5421c9cd2d845d0a91c8caa6117
c9828fba 15URL: http://www.gnome.org/
957c5fdb
ŁK
16BuildRequires: autoconf >= 2.64
17BuildRequires: automake >= 1:1.11
3b3e465e 18BuildRequires: geocode-glib-devel
f56c3346 19BuildRequires: gettext-tools >= 0.18
bc0ad4ae 20%{?with_glade:BuildRequires: glade-devel >= 2.0}
cf4e621b 21BuildRequires: glib2-devel >= 1:2.35.1
c9828fba 22BuildRequires: gnome-common >= 2.20.0
642b0181 23BuildRequires: gobject-introspection-devel >= 0.10.0
3b3e465e 24BuildRequires: gtk+3-devel >= 3.14.0
957c5fdb 25BuildRequires: gtk-doc >= 1.11
21a08ec1 26BuildRequires: intltool >= 0.50.0
70182b1a 27BuildRequires: libsoup-devel >= 2.34.0
7ae3b956 28BuildRequires: libtool >= 2:2.2.6
ddb8530d 29BuildRequires: libxml2-devel >= 1:2.6.30
1b4360b9 30BuildRequires: pkgconfig >= 1:0.19
c09eeea8 31BuildRequires: rpmbuild(macros) >= 1.592
65eac4a2 32BuildRequires: tar >= 1:1.22
280043a7 33%{?with_vala:BuildRequires: vala >= 2:0.18.0}
65eac4a2 34BuildRequires: xz
c09eeea8 35Requires(post,postun): /sbin/ldconfig
cf4e621b 36Requires(post,postun): glib2 >= 1:2.35.1
02c189b8 37Requires: glib2 >= 1:2.35.1
3b3e465e 38Requires: gtk+3 >= 3.14.0
02c189b8
JB
39Requires: libsoup >= 2.34.0
40Requires: libxml2 >= 1:2.6.30
c9828fba
PZ
41# sr@Latn vs. sr@latin
42Conflicts: glibc-misc < 6:2.7
43BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45%description
46libgweather is a library to access weather information from online
47services for numerous locations.
48
244020ad
JB
49%description -l pl.UTF-8
50libgweather to biblioteka pozwalająca na dostęp do informacji
51pogodowych z serwisów internetowych dla różnych miejsc.
52
c9828fba
PZ
53%package devel
54Summary: Header files for libgweather
244020ad 55Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libgweather
c9828fba
PZ
56Group: X11/Development/Libraries
57Requires: %{name} = %{version}-%{release}
3b3e465e 58Requires: gtk+3-devel >= 3.14.0
cf4e621b 59Requires: libsoup-devel >= 2.34.0
ddb8530d 60Requires: libxml2-devel >= 1:2.6.30
7da92f12 61Obsoletes: gnome-applets-devel <= 2.21.4
c9828fba
PZ
62
63%description devel
64Header files for libgweather.
65
244020ad
JB
66%description devel -l pl.UTF-8
67Pliki nagłówkowe biblioteki libgweather.
68
c9828fba
PZ
69%package static
70Summary: Static libgweather library
244020ad 71Summary(pl.UTF-8): Statyczna biblioteka libgweather
1b4360b9 72Group: X11/Development/Libraries
c9828fba
PZ
73Requires: %{name}-devel = %{version}-%{release}
74
75%description static
76Static libgweather library.
77
244020ad
JB
78%description static -l pl.UTF-8
79Statyczna biblioteka libgweather.
80
1f4859e3
PZ
81%package apidocs
82Summary: libgweather API documentation
83Summary(pl.UTF-8): Dokumentacja API biblioteki libgweather
84Group: Documentation
85Requires: gtk-doc-common
86
87%description apidocs
88libgweather API documentation.
89
90%description apidocs -l pl.UTF-8
91Dokumentacja API biblioteki libgweather.
92
a3e1184f
MB
93%package glade
94Summary: libgweather catalog file for Glade
bc0ad4ae
JB
95Summary(pl.UTF-8): Plik katalogu libgweather dla Glade
96Group: X11/Development/Libraries
97Requires: %{name}-devel = %{version}-%{release}
98Requires: glade >= 2.0
a3e1184f
MB
99
100%description glade
101libgweather catalog file for Glade.
102
103%description glade -l pl.UTF-8
104Plik katalogu libgweather dla Glade.
105
280043a7 106%package -n vala-libgweather
977b4ca8
ŁK
107Summary: libgweather API for Vala language
108Summary(pl.UTF-8): API biblioteki libgweather dla języka Vala
109Group: Development/Libraries
110Requires: %{name}-devel = %{version}-%{release}
111Requires: vala >= 2:0.18.0
280043a7
MB
112
113%description -n vala-libgweather
114libgweather API for Vala language.
115
116%description -n vala-libgweather -l pl.UTF-8
02c189b8 117API biblioteki libgweather dla języka Vala.
280043a7 118
c9828fba
PZ
119%prep
120%setup -q
121
122%build
a9867bbe 123%{__gtkdocize}
c9828fba
PZ
124%{__intltoolize}
125%{__libtoolize}
8726bc62 126%{__aclocal} -I m4
c9828fba 127%{__autoconf}
1b4360b9 128%{__autoheader}
c9828fba 129%{__automake}
2715db3e 130%configure \
bc0ad4ae 131 %{!?with_glade:--disable-glade-catalog} \
1f4859e3 132 --enable-gtk-doc \
642b0181 133 --disable-silent-rules \
bc0ad4ae
JB
134 --enable-static \
135 %{__enable_disable vala} \
136 --with-html-dir=%{_gtkdocdir} \
137 --with-zoneinfo-dir=%{_datadir}/zoneinfo
4d0c23ce 138
9fae6b8b
SS
139%{__make} -j1 -C data
140%{__make}
c9828fba
PZ
141
142%install
143rm -rf $RPM_BUILD_ROOT
144
145%{__make} install \
146 DESTDIR=$RPM_BUILD_ROOT
147
21a08ec1 148%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/es_ES
4d0c23ce 149%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
1b4360b9 150
280043a7 151%find_lang libgweather-3.0 --all-name
4d39f76c 152
c9828fba
PZ
153%clean
154rm -rf $RPM_BUILD_ROOT
155
156%post
157/sbin/ldconfig
21a08ec1 158%glib_compile_schemas
c9828fba 159
a24a2447
MB
160%postun
161/sbin/ldconfig
21a08ec1 162%glib_compile_schemas
c9828fba 163
4d0c23ce 164%files -f libgweather-3.0.lang
c9828fba 165%defattr(644,root,root,755)
3b3e465e 166%doc AUTHORS HACKING NEWS README
4d0c23ce 167%attr(755,root,root) %{_libdir}/libgweather-3.so.*.*.*
280043a7 168%attr(755,root,root) %ghost %{_libdir}/libgweather-3.so.6
21a08ec1
ŁK
169%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
170%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
4d39f76c
MB
171%dir %{_datadir}/libgweather
172%{_datadir}/libgweather/Locations.xml
173%{_datadir}/libgweather/locations.dtd
4d0c23ce 174%{_libdir}/girepository-1.0/GWeather-3.0.typelib
c9828fba
PZ
175
176%files devel
177%defattr(644,root,root,755)
4d0c23ce
ŁK
178%attr(755,root,root) %{_libdir}/libgweather-3.so
179%{_includedir}/libgweather-3.0
180%{_pkgconfigdir}/gweather-3.0.pc
181%{_datadir}/gir-1.0/GWeather-3.0.gir
c9828fba
PZ
182
183%files static
184%defattr(644,root,root,755)
4d0c23ce 185%{_libdir}/libgweather-3.a
1f4859e3
PZ
186
187%files apidocs
188%defattr(644,root,root,755)
4d0c23ce 189%{_gtkdocdir}/libgweather-3.0
280043a7 190
bc0ad4ae 191%if %{with glade}
a3e1184f
MB
192%files glade
193%defattr(644,root,root,755)
194%{_datadir}/glade/catalogs/libgweather.xml
bc0ad4ae 195%endif
a3e1184f 196
280043a7
MB
197%if %{with vala}
198%files -n vala-libgweather
199%defattr(644,root,root,755)
200%{_datadir}/vala/vapi/gweather-3.0.vapi
201%endif
This page took 0.08398 seconds and 4 git commands to generate.