]> git.pld-linux.org Git - packages/GConf2.git/blob - GConf2.spec
- separated -libs (libgconf-2 + gconftool-2) to allow development without
[packages/GConf2.git] / GConf2.spec
1 #
2 # TODO:
3 # - update documentation to follow changes introduced in Patch0
4 #
5 # Conditional build:
6 %bcond_without  static_libs     # don't build static libraries
7 #
8 Summary:        GNOME2 configuration database system
9 Summary(pl.UTF-8):      System konfiguracyjnej bazy danych dla GNOME 2
10 Summary(pt_BR.UTF-8):   Sistema de Configuração do GNOME 2
11 Summary(ru.UTF-8):      Система конфигурации GNOME 2
12 Name:           GConf2
13 Version:        2.24.0
14 Release:        2
15 License:        LGPL v2+
16 Group:          X11/Applications
17 Source0:        http://ftp.gnome.org/pub/GNOME/sources/GConf/2.24/GConf-%{version}.tar.bz2
18 # Source0-md5:  4971d96f5ba94fe4a69396267bd5afe8
19 Patch0:         %{name}-NO_MAJOR_VERSION.patch
20 Patch1:         %{name}-path.patch
21 Patch2:         %{name}-reload.patch
22 URL:            http://www.gnome.org/
23 BuildRequires:  ORBit2-devel >= 1:2.14.9
24 BuildRequires:  PolicyKit-devel >= 0.9
25 BuildRequires:  autoconf
26 BuildRequires:  automake >= 1:1.9
27 BuildRequires:  gettext-devel
28 BuildRequires:  glib2-devel >= 1:2.18.0
29 BuildRequires:  gtk+2-devel >= 2:2.12.8
30 BuildRequires:  gtk-doc >= 1.8
31 BuildRequires:  intltool >= 0.36.2
32 BuildRequires:  libtool
33 BuildRequires:  libxml2-devel >= 1:2.6.30
34 BuildRequires:  openldap-devel >= 2.4.6
35 BuildRequires:  perl-base
36 BuildRequires:  pkgconfig
37 BuildRequires:  rpmbuild(macros) >= 1.197
38 Requires(post): findutils
39 Requires:       %{name}-libs = %{version}-%{release}
40 Obsoletes:      GConf2-xinitrc
41 Obsoletes:      libGConf2
42 # sr@Latn vs. sr@latin
43 Conflicts:      glibc-misc < 6:2.7
44 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46 %description
47 GConf2 is a configuration database system, functionally similar to the
48 Windows registry but lots better. :-) It's being written for the
49 GNOME2 desktop but does not require GNOME2; configure should notice if
50 GNOME2 is not installed and compile the basic GConf2 library anyway.
51
52 %description -l pl.UTF-8
53 GConf2 jest systemem konfiguracyjnej bazy danych, funkcjonalnie
54 podobnej do rejestru Windows, ale o wiele lepszej :-). Jest pisana dla
55 desktopu GNOME2, ale nie wymaga GNOME2; skrypt configure powinien
56 wykryć brak GNOME2 i skompilować tylko wersję podstawową GConf2.
57
58 %description -l pt_BR.UTF-8
59 Gconf2 é o sistema de banco de dados de configuração do GNOME2.
60
61 %package libs
62 Summary:        GConf2 shared library
63 Summary(pl.UTF-8):      Biblioteka współdzielona GConf2
64 Group:          Libraries
65 Requires:       ORBit2 >= 1:2.14.9
66 Requires:       glib2 >= 1:2.18.0
67 Conflicts:      GConf2 < 2.24.0-2
68
69 %description libs
70 GConf2 shared library and gconftool utility (used both for
71 configuration management and development purposes).
72
73 %description libs -l pl.UTF-8
74 Biblioteka współdzielona GConf2 oraz narzędzie gconftool (używane
75 zarówno przy zarządzaniu konfiguracją, jak i tworzeniu
76 oprogramowania).
77
78 %package devel
79 Summary:        Header files for GConf2 library
80 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki GConf2
81 Summary(pt_BR.UTF-8):   Sistema de Configuração do GNOME2 - arquivos para desenvolvimento
82 Group:          Development/Libraries
83 Requires:       %{name}-libs = %{version}-%{release}
84 Requires:       ORBit2-devel >= 1:2.14.9
85 Requires:       libxml2-devel >= 1:2.6.30
86 Obsoletes:      libGConf2-devel
87
88 %description devel
89 Header files for GConf2 library.
90
91 %description devel -l pl.UTF-8
92 Pliki nagłówkowe biblioteki GConf2.
93
94 %description devel -l pt_BR.UTF-8
95 Sistema de Configuração do GNOME2 - arquivos para desenvolvimento.
96
97 %package static
98 Summary:        GConf2 static libraries
99 Summary(pl.UTF-8):      Biblioteki statyczne GConf2
100 Summary(pt_BR.UTF-8):   Bibliotecas estáticas para desenvolvimento com gconf2
101 Group:          Development/Libraries
102 Requires:       %{name}-devel = %{version}-%{release}
103
104 %description static
105 GConf2 static libraries.
106
107 %description static -l pl.UTF-8
108 Biblioteki statyczne GConf2.
109
110 %description static -l pt_BR.UTF-8
111 Bibliotecas estáticas para desenvolvimento com gconf
112
113 %package apidocs
114 Summary:        GConf2 API documentation
115 Summary(pl.UTF-8):      Dokumentacja API GConf2
116 Group:          Documentation
117 Requires:       gtk-doc-common
118
119 %description apidocs
120 GConf2 API documentation.
121
122 %description apidocs -l pl.UTF-8
123 Dokumentacja API GConf2.
124
125 %package examples
126 Summary:        GConf2 - example programs
127 Summary(pl.UTF-8):      GConf2 - przykładowe programy
128 Group:          Development/Libraries
129 Requires:       %{name}-devel = %{version}-%{release}
130
131 %description examples
132 GConf2 - example programs.
133
134 %description examples -l pl.UTF-8
135 GConf2 - przykładowe programy.
136
137 %package backend-evoldap
138 Summary:        Evolution Data Sources LDAP backend for GConf
139 Summary(pl.UTF-8):      Backend LDAP źródeł danych Evolution dla GConfa
140 Group:          Libraries
141 Requires:       %{name} = %{version}-%{release}
142
143 %description backend-evoldap
144 This is a special-purpose backend for GConf which enables default mail
145 accounts, addressbooks and calendars for Evolution to be configured
146 using each user's LDAP entry. By setting each user's mail address,
147 incoming/outgoing mail server addresses and addressbook/calendar
148 addresses in the user's LDAP entry, Evolution will be automatically
149 configured to use these addresses.
150
151 %description backend-evoldap -l pl.UTF-8
152 To jest backend GConfa specjalnego przeznaczenia, pozwalający na
153 konfigurowanie domyślnych kont pocztowych, książek adresowych i
154 kalendarzy dla Evolution przy użyciu wpisu LDAP dla każdego
155 użytkownika. Poprzez ustawienie każdemu użytkownikowi adres pocztowy,
156 adresy serwerów poczty przychodzącej/wychodzącej oraz adresy książki
157 adresowej i kalendarza w jego wpisie LDAP, Evolution zostanie
158 automatycznie skonfigurowane do używania tych adresów.
159
160 %prep
161 %setup -q -n GConf-%{version}
162 %patch0 -p1
163 %patch1 -p1
164 %patch2 -p1
165
166 %build
167 %{__gtkdocize}
168 %{__glib_gettextize}
169 %{__intltoolize}
170 %{__libtoolize}
171 %{__aclocal}
172 %{__autoheader}
173 %{__autoconf}
174 %{__automake}
175 %configure \
176         POLKIT_POLICY_FILE_VALIDATE=/usr/bin/polkit-policy-file-validate \
177         %{!?with_static_libs:--disable-static} \
178         --enable-gtk-doc \
179         --with-html-dir=%{_gtkdocdir}
180
181 %{__make}
182
183 %install
184 rm -rf $RPM_BUILD_ROOT
185 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_sysconfdir}/gconf/schemas}
186
187 %{__make} install \
188         DESTDIR=$RPM_BUILD_ROOT
189
190 cp examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
191 cp examples/*.schemas $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
192
193 %find_lang %{name}
194
195 # no *.{la,a} for modules - shut up check-files
196 rm -f $RPM_BUILD_ROOT%{_libdir}/GConf2/lib*.{la,a}
197
198 %clean
199 rm -rf $RPM_BUILD_ROOT
200
201 %post
202 umask 022
203 for GCONF_DIR in %{_sysconfdir}/gconf/gconf.xml.mandatory %{_sysconfdir}/gconf/gconf.xml.defaults ;
204     do
205     GCONF_TREE=$GCONF_DIR/%gconf-tree.xml
206     if [ ! -f "$GCONF_TREE" ]; then
207         gconf-merge-tree "$GCONF_DIR"
208         chmod 644 "$GCONF_TREE"
209         find "$GCONF_DIR" -mindepth 1 -maxdepth 1 -type d -exec rm -rf \{\} \;
210         rm -f "$GCONF_DIR/%gconf.xml"
211     fi
212 done
213
214 %post   libs -p /sbin/ldconfig
215 %postun libs -p /sbin/ldconfig
216
217 %files
218 %defattr(644,root,root,755)
219 %doc AUTHORS NEWS README
220 %attr(755,root,root) %{_bindir}/gconf-merge-tree
221 %attr(755,root,root) %{_libexecdir}/gconf-defaults-mechanism
222 %attr(755,root,root) %{_libexecdir}/gconf-sanity-check-2
223 %attr(755,root,root) %{_libexecdir}/gconfd-2
224 %dir %{_libdir}/GConf2
225 %attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-oldxml.so
226 %attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-xml.so
227 %{_sysconfdir}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
228 %dir %{_sysconfdir}/gconf
229 %dir %{_sysconfdir}/gconf/2
230 %{_sysconfdir}/gconf/gconf.xml.*
231 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gconf/path
232 %dir %{_sysconfdir}/gconf/schemas
233 %{_datadir}/PolicyKit/policy/org.gnome.gconf.defaults.policy
234 %{_datadir}/dbus-1/services/org.gnome.GConf.service
235 %{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
236 %dir %{_datadir}/GConf
237 %dir %{_datadir}/GConf/schema
238 %{_datadir}/sgml/gconf
239
240 %files libs -f %{name}.lang
241 %defattr(644,root,root,755)
242 %attr(755,root,root) %{_libdir}/libgconf-2.so.*.*.*
243 %attr(755,root,root) %ghost %{_libdir}/libgconf-2.so.4
244 %attr(755,root,root) %{_bindir}/gconftool-2
245 %{_mandir}/man1/gconftool-2.1*
246
247 %files devel
248 %defattr(644,root,root,755)
249 %doc ChangeLog TODO
250 %attr(755,root,root) %{_libdir}/libgconf-2.so
251 %{_libdir}/libgconf-2.la
252 %{_includedir}/gconf2
253 %{_aclocaldir}/gconf-2.m4
254 %{_pkgconfigdir}/gconf-2.0.pc
255
256 %if %{with static_libs}
257 %files static
258 %defattr(644,root,root,755)
259 %{_libdir}/libgconf-2.a
260 %endif
261
262 %files apidocs
263 %defattr(644,root,root,755)
264 %{_gtkdocdir}/gconf
265
266 %files examples
267 %defattr(644,root,root,755)
268 %{_examplesdir}/%{name}-%{version}
269
270 %files backend-evoldap
271 %defattr(644,root,root,755)
272 %doc backends/README.evoldap
273 %attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-evoldap.so
274 %{_datadir}/GConf/schema/evoldap.schema
275 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gconf/2/evoldap.conf
This page took 0.075453 seconds and 3 git commands to generate.