]> git.pld-linux.org Git - packages/GConf2.git/blob - GConf2.spec
- initial release
[packages/GConf2.git] / GConf2.spec
1 Summary:        GNOME2 configuration database system
2 Summary(pl):    System konfiguracyjnej bazy danych dla GNOME2
3 Summary(pt_BR): Sistema de Configuração do GNOME2
4 Name:           GConf2
5 Version:        1.1.6
6 Release:        1
7 License:        LGPL
8 Group:          X11/Applications
9 Group(de):      X11/Applikationen
10 Group(pl):      X11/Aplikacje
11 Source0:        ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/GConf/GConf-%{version}.tar.bz2
12 URL:            http://www.gnome.org/
13 BuildRequires:  ORBit2-devel
14 BuildRequires:  bonobo-activation-devel
15 BuildRequires:  db3-devel
16 BuildRequires:  glib2-devel
17 BuildRequires:  libxml2-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  popt-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24 %define         _sysconfdir     /etc/X11/GNOME2
25
26 %description
27 GConf2 is a configuration database system, functionally similar to the
28 Windows registry but lots better. :-) It's being written for the GNOME2
29 desktop but does not require GNOME2; configure should notice if GNOME2
30 is not installed and compile the basic GConf2 library anyway.
31
32 %description -l pl
33 GConf2 jest systemem konfiguracyjnej bazy danych, funkcjonalnie
34 podobnej do rejestru Windows, ale o wiele lepszej :-). Jest pisana dla
35 desktopu GNOME2, ale nie wymaga GNOME2; skrypt configure powinien wykryæ
36 brak gnome i skompilowaæ tylko wersjê podstawow± GConf2.
37
38 %description -l pt_BR
39 Gconf2 é o sistema de banco de dados de configuração do GNOME2.
40
41 %package devel
42 Summary:        GConf2 includes, etc
43 Summary(pl):    Pliki nag³ówkowe GConf2
44 Summary(pt_BR): Sistema de Configuração do GNOME2 - arquivos para desenvolvimento
45 Group:          X11/Development/Libraries
46 Group(de):      X11/Entwicklung/Libraries
47 Group(es):      X11/Desarrollo/Bibliotecas
48 Group(fr):      X11/Development/Librairies
49 Group(pl):      X11/Programowanie/Biblioteki
50 Group(pt_BR):   X11/Desenvolvimento/Bibliotecas
51 Group(ru):      X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
52 Group(uk):      X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
53 Requires:       %{name} = %{version}
54 Requires:       ORBit2-devel
55 Requires:       gtk+2-devel
56 Requires:       bonobo-activation-devel
57
58 %description devel
59 GConf2 includes etc.
60
61 %description devel -l pl
62 Pliki nag³ówkowe GConf2.
63
64 %description -l pt_BR devel
65 Sistema de Configuração do GNOME2 - arquivos para desenvolvimento.
66
67 %package static
68 Summary:        GConf2 static libraries
69 Summary(pl):    Biblioteki statyczne GConf2
70 Summary(pt_BR): Bibliotecas estáticas para desenvolvimento com gconf2
71 Group:          X11/Development/Libraries
72 Group(de):      X11/Entwicklung/Libraries
73 Group(es):      X11/Desarrollo/Bibliotecas
74 Group(fr):      X11/Development/Librairies
75 Group(pl):      X11/Programowanie/Biblioteki
76 Group(pt_BR):   X11/Desenvolvimento/Bibliotecas
77 Group(ru):      X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
78 Group(uk):      X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
79 Requires:       %{name}-devel = %{version}
80
81 %description static
82 GConf2 static libraries.
83
84 %description static -l pl
85 Biblioteki statyczne GConf2.
86
87 %description -l pt_BR static
88 Bibliotecas estáticas para desenvolvimento com gconf
89
90 %prep
91 %setup -q -n GConf-%{version}
92
93 %build
94 %configure \
95         --enable-gtk-doc=no
96
97 %{__make}
98
99 %install
100 rm -rf $RPM_BUILD_ROOT
101 install -d $RPM_BUILD_ROOT{%{_aclocaldir},%{_sysconfdir}/gconf/schemas}
102 install gconf.m4 $RPM_BUILD_ROOT%{_aclocaldir}/gconf-2.m4
103
104 %{__make} install \
105         DESTDIR=$RPM_BUILD_ROOT \
106         pkgconfigdir=%{_pkgconfigdir}
107         
108 gzip -9nf AUTHORS ChangeLog NEWS README
109
110 %find_lang %{name}
111
112 %clean
113 rm -rf $RPM_BUILD_ROOT
114
115 %post   -p /sbin/ldconfig
116 %postun -p /sbin/ldconfig
117
118 %files -f %{name}.lang
119 %defattr(644,root,root,755)
120 %attr(755,root,root) %{_bindir}/*-2
121 %attr(755,root,root) %{_libdir}/lib*.so.*.*
122 %dir %{_libdir}/GConf
123 %dir %{_libdir}/GConf/2
124 %attr(755,root,root) %{_libdir}/GConf/2/lib*.??
125 %{_sysconfdir}/gconf
126
127 %files devel
128 %defattr(644,root,root,755)
129 %doc *gz
130 %attr(755,root,root) %{_libdir}/lib*.??
131 %{_includedir}/gconf
132 %{_aclocaldir}/*.m4
133 %{_pkgconfigdir}/*.pc
134
135 %files static
136 %defattr(644,root,root,755)
137 %{_libdir}/GConf/2/lib*.a
138 %{_libdir}/lib*.a
This page took 0.06662 seconds and 3 git commands to generate.