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