]> git.pld-linux.org Git - packages/libgweather.git/blob - libgweather.spec
- rel 3
[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.0.2
5 Release:        3
6 License:        GPL v2+
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f1a96c6f19c9a0bc6b4e12acc9a8a85d
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.9.5
18 BuildRequires:  gtk+3-devel >= 3.0.0
19 BuildRequires:  gtk-doc >= 1.9
20 BuildRequires:  intltool >= 0.40.3
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
99 %{__make} -j1 -C data
100 %{__make}
101
102 %install
103 rm -rf $RPM_BUILD_ROOT
104
105 %{__make} install \
106         DESTDIR=$RPM_BUILD_ROOT
107
108 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/es_ES
109 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
110
111 %find_lang libgweather-3.0
112
113 find $RPM_BUILD_ROOT -name "Locations.*.xml" | sed 's:'"$RPM_BUILD_ROOT"'::
114 s:\(.*\)/Locations\.\([^.]*\)\.xml:%lang(\2) \1/Locations.\2.xml:' >> libgweather-3.0.lang
115
116 # gnome-icon-theme doesn't provide this directory
117 rm -rf $RPM_BUILD_ROOT%{_iconsdir}/gnome/scalable
118
119 %clean
120 rm -rf $RPM_BUILD_ROOT
121
122 %post
123 /sbin/ldconfig
124 %update_icon_cache gnome
125 %gconf_schema_install gweather.schemas
126
127 %preun
128 %gconf_schema_uninstall gweather.schemas
129
130 %postun
131 /sbin/ldconfig
132 %update_icon_cache gnome
133
134 %files -f libgweather-3.0.lang
135 %defattr(644,root,root,755)
136 %doc ChangeLog README
137 %attr(755,root,root) %{_libdir}/libgweather-3.so.*.*.*
138 %attr(755,root,root) %ghost %{_libdir}/libgweather-3.so.0
139 %{_sysconfdir}/gconf/schemas/gweather.schemas
140 %dir %{_datadir}/libgweather
141 %{_datadir}/libgweather/Locations.xml
142 %{_datadir}/libgweather/locations.dtd
143 %{_iconsdir}/gnome/*/status/*.png
144 %{_iconsdir}/gnome/scalable/status/*.svg
145 %{_libdir}/girepository-1.0/GWeather-3.0.typelib
146
147 %files devel
148 %defattr(644,root,root,755)
149 %attr(755,root,root) %{_libdir}/libgweather-3.so
150 %{_includedir}/libgweather-3.0
151 %{_pkgconfigdir}/gweather-3.0.pc
152 %{_datadir}/gir-1.0/GWeather-3.0.gir
153
154 %files static
155 %defattr(644,root,root,755)
156 %{_libdir}/libgweather-3.a
157
158 %files apidocs
159 %defattr(644,root,root,755)
160 %{_gtkdocdir}/libgweather-3.0
This page took 0.096561 seconds and 4 git commands to generate.