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