]> git.pld-linux.org Git - packages/libgweather.git/blob - libgweather.spec
- more parallel build
[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:        2.22.1.2
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgweather/2.22/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6283f775434066e0183ee0c6cb789ac5
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.22.0
12 BuildRequires:  autoconf >= 2.59
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-common >= 2.20.0
16 BuildRequires:  gnome-vfs2-devel >= 2.22.0
17 BuildRequires:  gtk+2-devel >= 2:2.12.8
18 BuildRequires:  intltool >= 0.37.0
19 BuildRequires:  libtool
20 BuildRequires:  pkgconfig >= 1:0.19
21 BuildRequires:  sed >= 4.0
22 Requires(post,preun):   GConf2
23 # sr@Latn vs. sr@latin
24 Conflicts:      glibc-misc < 6:2.7
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 libgweather is a library to access weather information from online
29 services for numerous locations.
30
31 %description -l pl.UTF-8
32 libgweather to biblioteka pozwalająca na dostęp do informacji
33 pogodowych z serwisów internetowych dla różnych miejsc.
34
35 %package devel
36 Summary:        Header files for libgweather
37 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libgweather
38 Group:          X11/Development/Libraries
39 Requires:       %{name} = %{version}-%{release}
40 Requires:       gnome-vfs2-devel >= 2.22.0
41 Requires:       gtk+2-devel >= 2:2.12.8
42 Obsoletes:      gnome-applets-devel <= 2.21.4
43
44 %description devel
45 Header files for libgweather.
46
47 %description devel -l pl.UTF-8
48 Pliki nagłówkowe biblioteki libgweather.
49
50 %package static
51 Summary:        Static libgweather library
52 Summary(pl.UTF-8):      Statyczna biblioteka libgweather
53 Group:          X11/Development/Libraries
54 Requires:       %{name}-devel = %{version}-%{release}
55
56 %description static
57 Static libgweather library.
58
59 %description static -l pl.UTF-8
60 Statyczna biblioteka libgweather.
61
62 %prep
63 %setup -q
64
65 sed -i -e 's#sr@Latn#sr@latin#' po/LINGUAS
66 mv po/sr@{Latn,latin}.po
67 mv po-locations/sr@{Latn,latin}.po
68
69 %build
70 %{__intltoolize}
71 %{__libtoolize}
72 %{__aclocal}
73 %{__autoconf}
74 %{__autoheader}
75 %{__automake}
76 %configure
77 %{__make} -j1 -C data
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
85
86 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/es_ES
87
88 %find_lang libgweather
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post
94 /sbin/ldconfig
95 %gconf_schema_install gweather.schemas
96
97 %preun
98 %gconf_schema_uninstall gweather.schemas
99
100 %postun -p /sbin/ldconfig
101
102 %files -f libgweather.lang
103 %defattr(644,root,root,755)
104 %doc ChangeLog README
105 %attr(755,root,root) %{_libdir}/libgweather.so.*.*.*
106 %attr(755,root,root) %ghost %{_libdir}/libgweather.so.1
107 %{_sysconfdir}/gconf/schemas/gweather.schemas
108 %{_datadir}/libgweather
109
110 %files devel
111 %defattr(644,root,root,755)
112 %attr(755,root,root) %{_libdir}/libgweather.so
113 %{_libdir}/libgweather.la
114 %{_includedir}/libgweather
115 %{_pkgconfigdir}/gweather.pc
116
117 %files static
118 %defattr(644,root,root,755)
119 %{_libdir}/libgweather.a
This page took 0.091213 seconds and 4 git commands to generate.