]> git.pld-linux.org Git - packages/Firebird.git/blob - Firebird.spec
01c78a8022f22e362542d5be3f3d29adaf59acd0
[packages/Firebird.git] / Firebird.spec
1 # TODO:
2 # - kill unaligned accesses (create_db,gpre_current,gbak_static,isql_static) on alpha
3 #   - check if it's fixed now (RISC_ALIGNMENT is defined)
4 # - create classic server/super server subpackages and drop bcond
5 #   (see firebird2 on debian how to do it)
6 # - logrotate script
7 #
8 # Conditional build:
9 %bcond_with     ss      # Super Server (standalone daemon instead of inetd service)
10 #
11 Summary:        Firebird SQL Database Server and Client tools
12 Summary(de.UTF-8):      Firebird - relationalen Open-Source- Datenbankmanagementsystems
13 Summary(pl.UTF-8):      Firebird - serwer baz danych SQL oraz narzędzia klienckie
14 Name:           Firebird
15 # FirebirdCS/FirebirdSS (Classic Server/Super Server)?
16 Version:        2.5.2.26540
17 Release:        2
18 License:        Interbase Public License 1.0, Initial Developer's Public License 1.0
19 Group:          Applications/Databases
20 Source0:        http://downloads.sourceforge.net/firebird/%{name}-%{version}-0.tar.bz2
21 # Source0-md5:  21154d2004e025c8a3666625b0357bb5
22 Source1:        http://www.firebirdsql.org/pdfmanual/%{name}-2.5-QuickStart.pdf
23 # Source1-md5:  a7776f1eae45ba0b2543c203cd5271ae
24 # distfiles refuses this, would require some audit to allow '('/')' chars
25 #Source2:       http://www.firebirdsql.org/pdfmanual/Using-Firebird_(wip).pdf
26 ## Source2-md5: 9eb90583c200bdd7292a80ecc1df1178
27 Source3:        http://www.firebirdsql.org/pdfmanual/%{name}-Null-Guide.pdf
28 # Source3-md5:  d1f8ba75fe3bb9eb9d203ce3f82a1a1a
29 Source4:        http://www.firebirdsql.org/pdfmanual/%{name}-Generator-Guide.pdf
30 # Source4-md5:  44e7568ef477072a8ad5f381c3e12a75
31 Source5:        http://www.firebirdsql.org/pdfmanual/MSSQL-to-%{name}.pdf
32 # Source5-md5:  1bd4a168e550910fc899e2aa125d83a3
33 Source6:        http://www.firebirdsql.org/pdfmanual/%{name}-nbackup.pdf
34 # Source6-md5:  7ef8a8b9a899d06bec2a5da0bb5fea0e
35 Source7:        http://www.firebirdsql.org/pdfmanual/%{name}-Utils-WIP.pdf
36 # Source7-md5:  39b9a4f3c9d9e27d985e9277ae163ceb
37 Source8:        http://www.firebirdnews.org/docs/fb2min.pdf
38 # Source8-md5:  ebac312c0afbe97b1850bdc74c553c28
39 Source9:        http://www.firebirdsql.org/doc/contrib/fb_2_1_errorcodes.pdf
40 # Source9-md5:  9ab392dc349657dbcf9a9c35acd8e8db
41 Source100:      firebird.init
42 Source101:      firebird.sysconfig
43 Source102:      firebird.inetd
44 Patch0:         %{name}-chmod.patch
45 Patch1:         %{name}-editline.patch
46 Patch2:         %{name}-va.patch
47 Patch3:         %{name}-FHS.patch
48 Patch4:         %{name}-opt.patch
49 Patch5:         %{name}-gcc-icu.patch
50 Patch6:         %{name}-rpath.patch
51 Patch7:         %{name}-noroot.patch
52 URL:            http://www.firebirdsql.org/
53 BuildRequires:  autoconf >= 2.56
54 BuildRequires:  automake
55 BuildRequires:  bison
56 BuildRequires:  libatomic_ops
57 BuildRequires:  libedit-devel
58 BuildRequires:  libicu-devel
59 BuildRequires:  libstdc++-devel
60 BuildRequires:  libtool
61 BuildRequires:  psmisc >= 22.5-2
62 BuildRequires:  rpmbuild(macros) >= 1.268
63 BuildRequires:  sed >= 4.0
64 Requires:       %{name}-dirs = %{version}-%{release}
65 Requires:       %{name}-lib = %{version}-%{release}
66 %if %{with ss}
67 Requires(post,preun):   /sbin/chkconfig
68 Requires:       rc-scripts
69 %endif
70 # official ports are x86, x86_64, ppc, sparc, arm, mips/mipsel, ia64
71 # alpha is added in morearchs patch
72 # see morearchs patch if you want more
73 ExclusiveArch:  %{ix86} %{x8664} arm ia64 mips mipsel ppc sparc sparcv9 alpha
74 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
75
76 %define         ibdir   %{_libdir}/interbase
77 %define         specflags       -fno-strict-aliasing
78 %define         debugcflags     -O1 -g -Wall -fno-strict-aliasing
79 %define         Werror_cflags   ''
80
81 %description
82 Firebird is a powerful, high-performance relational database designed
83 to be embedded into applications on multiple platforms.
84
85 %description -l pl.UTF-8
86 Firebird jest potężnym, wysoko wydajnym systemem relacyjnych baz
87 danych zaprojektowanym do osadzania w aplikacjach na wielu
88 platformach.
89
90 %description -l de.UTF-8
91 Firebird ist der Open-Source-Spin-Off des weiterhin kommerziell von
92 Borland vertriebenen relationalen Datenbankmanagementsystemes
93 InterBase. Die Abspaltung erfolgte im Jahre 2000 als kurz vor Freigabe
94 der Version 6 des kommerziellen Vorgängers Interbase bei Borland
95 ernsthafte Überlegungen im Gange waren, die Weiterentwicklung
96 einzustellen.
97
98 Aus Interbase 6.0 wurde Firebird 1.0, wobei dies als eine
99 Bugfix-Version mit nur wenigen Erweiterungen angesehen werden kann.
100 Eine Erweiterung von Firebird 1.0 ist der 64-Bit File I/O, so dass
101 auch Datenbankdateien über 2GB erzeugt werden können.
102
103 %package dirs
104 Summary:        Firebird SQL Database common directories
105 Summary(pl.UTF-8):      Firebird - wspólne katalogi
106 Group:          Applications/Databases
107
108 %description dirs
109 Firebird SQL Database common directories.
110
111 %description dirs -l pl.UTF-8
112 Firebird - wspólne katalogi.
113
114 %package lib
115 Summary:        Firebird shared library
116 Summary(pl.UTF-8):      Biblioteka współdzielona Firebird
117 Group:          Libraries
118
119 %description lib
120 Firebird shared library (libgds).
121
122 %description lib -l pl.UTF-8
123 Biblioteka współdzielona Firebird (libgds).
124
125 %package devel
126 Summary:        Header files for Firebird library
127 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Firebird
128 Group:          Development/Libraries
129 Requires:       %{name}-dirs = %{version}-%{release}
130 Requires:       %{name}-lib = %{version}-%{release}
131 Requires:       libstdc++-devel
132
133 %description devel
134 Header files for Firebird library.
135
136 %description devel -l pl.UTF-8
137 Pliki nagłówkowe biblioteki Firebird.
138
139 %package static
140 Summary:        Static Firebird library
141 Summary(pl.UTF-8):      Statyczna biblioteka Firebird
142 Group:          Development/Libraries
143 Requires:       %{name}-devel = %{version}-%{release}
144
145 %description static
146 Static Firebird library (libgds).
147
148 %description static -l pl.UTF-8
149 Statyczna biblioteka Firebird (libgds).
150
151 %package doc
152 Summary:        Extensive InterBase and Firebird documentation
153 Summary(pl.UTF-8):      Obszerna dokumentacja do baz InterBase i Firebird
154 Group:          Documentation
155
156 %description doc
157 Extensive InterBase and Firebird documentation.
158
159 %description doc -l pl.UTF-8
160 Obszerna dokumentacja do baz InterBase i Firebird.
161
162 %prep
163 %setup -q -n %{name}-%{version}-0
164 %patch0 -p1
165 %patch1 -p1
166 %patch2 -p1
167 %patch3 -p1
168 %patch4 -p1
169 %patch5 -p0
170 %patch6 -p1
171 %patch7 -p1
172
173 mkdir docs
174 cp %{SOURCE1} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} docs
175
176 # not processed by configure
177 %{__sed} -i -e 's/^CFLAGS.*$/& %{rpmcflags} %{rpmcppflags}/' extern/btyacc/Makefile
178 %{__sed} -i -e 's/^\(CC\|LINKER\)\(.*= \)gcc$/\1\2 %{__cc}/' extern/btyacc/Makefile
179
180 %build
181 %{__libtoolize}
182 %{__aclocal}
183 %{__autoconf}
184
185 %configure \
186         --with-editline \
187         --with-fbconf=%{_sysconfdir}/firebird \
188         --with-fblib=%{_libdir} \
189         --with-fblog=/var/log \
190         --with-fbsecure-db=/var/lib/firebird \
191         --with-gnu-ld \
192         --with-gpre-pascal \
193         --with-system-editline \
194         --with-system-icu \
195         %{?with_ss:--enable-superserver} \
196         --prefix=%{ibdir} \
197         %{?debug:--enable-debug}
198
199 %{__make} -j1
200
201 # fb_lock_mgr is started during build - try to stop it (if /proc is mounted...)
202 fuser -k gen/firebird/bin/fb_lock_mgr 2>/dev/null || :
203
204 %install
205 rm -rf $RPM_BUILD_ROOT
206
207 %{__make} -C src -f ../gen/Makefile.install buildImageDir
208
209 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{firebird,rc.d/init.d,sysconfig/rc-inetd}
210 install -d $RPM_BUILD_ROOT{%{_bindir},%{ibdir},%{_libdir},%{_includedir}} \
211 install -d $RPM_BUILD_ROOT/var/{log,lib/firebird} \
212         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
213
214 install gen/firebird/lib/libfb*.a $RPM_BUILD_ROOT%{_libdir}
215 touch $RPM_BUILD_ROOT/var/log/firebird.log
216
217 cd gen/buildroot
218 install var/lib/firebird/security2.fdb $RPM_BUILD_ROOT/var/lib/firebird
219 install etc/firebird/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/firebird
220 cp -df usr/%{_lib}/*.so* $RPM_BUILD_ROOT%{_libdir}
221 cd .%{ibdir}
222 install include/* $RPM_BUILD_ROOT%{_includedir}
223 cp -af UDF bin help intl plugins firebird.msg de_DE.msg fr_FR.msg $RPM_BUILD_ROOT%{ibdir}
224 chmod 755 examples examples/{api,dyn,include,stat,udf} # allow further cleaning
225 cp -rf examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
226
227 # or libfbembed?
228 ln -sf libfbclient.so.2 $RPM_BUILD_ROOT%{_libdir}/libgds.so.0
229 ln -sf libfbclient.so.2 $RPM_BUILD_ROOT%{_libdir}/libgds.so
230
231 ln -sf libfbstatic.a $RPM_BUILD_ROOT%{_libdir}/libgds.a
232
233 for f in bin/{fb_lock_print,gbak,gdef,gfix,gpre,gsec,gsplit,gstat,nbackup}; do
234         ln -sf %{ibdir}/$f $RPM_BUILD_ROOT%{_bindir}/${f#bin/}
235 done
236
237 %if %{with ss}
238 install %{SOURCE100} $RPM_BUILD_ROOT/etc/rc.d/init.d/firebird
239 install %{SOURCE101} $RPM_BUILD_ROOT/etc/sysconfig/firebird
240 %else
241 install %{SOURCE102} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/firebird
242 %endif
243
244 %clean
245 rm -rf $RPM_BUILD_ROOT
246
247 %pre
248 %groupadd -g 145 firebird
249 %useradd -u 145 -d %{ibdir} -s /bin/sh -g firebird -c "Firebird Server" firebird
250
251 %if %{with ss}
252 %post
253 /sbin/chkconfig --add firebird
254 %service firebird restart
255
256 %preun
257 if [ "$1" = "0" ]; then
258         %service firebird stop
259         /sbin/chkconfig --del firebird
260 fi
261 %endif
262
263 %postun
264 if [ "$1" = "0" ]; then
265         %userremove firebird
266         %groupremove firebird
267 fi
268
269 %post   lib -p /sbin/ldconfig
270 %postun lib -p /sbin/ldconfig
271
272 %triggerpostun -- %{name} < 2.1.1.17910-2
273 if [ -f %{ibdir}/aliases.conf.rpmsave ]; then
274         mv -f %{ibdir}/aliases.conf.rpmsave %{_sysconfdir}/firebird/aliases.conf
275 fi
276 if [ -f %{ibdir}/firebird.conf.rpmsave ]; then
277         mv -f %{ibdir}/firebird.conf.rpmsave %{_sysconfdir}/firebird/firebird.conf
278 fi
279 if [ -f %{ibdir}/security2.fdb.rpmsave ]; then
280         mv -f %{ibdir}/security2.fdb.rpmsave /var/lib/firebird/security2.fdb
281 fi
282
283 %files
284 %defattr(644,root,root,755)
285 %doc doc/{license,sql.extensions,Firebird_conf.txt,README.user*,WhatsNew,fb2-todo.txt}
286 %dir %{_sysconfdir}/firebird
287 %attr(640,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/firebird/aliases.conf
288 %attr(640,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/firebird/fbtrace.conf
289 %attr(640,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/firebird/firebird.conf
290 %attr(755,root,root) %{_bindir}/fb_lock_print
291 %attr(755,root,root) %{_bindir}/gbak
292 %attr(755,root,root) %{_bindir}/gdef
293 %attr(755,root,root) %{_bindir}/gfix
294 %attr(755,root,root) %{_bindir}/gpre
295 %attr(755,root,root) %{_bindir}/gsec
296 %attr(755,root,root) %{_bindir}/gsplit
297 %attr(755,root,root) %{_bindir}/gstat
298 %attr(755,root,root) %{_bindir}/nbackup
299 %attr(755,root,root) %{_libdir}/libib_util.so
300 %attr(755,root,root) %{ibdir}/UDF
301 %attr(755,root,root) %{ibdir}/bin/*
302 %exclude %{ibdir}/bin/fb_config
303 %{ibdir}/help
304 %dir %attr(770,root,firebird) %{ibdir}/intl
305 %attr(755,root,root) %{ibdir}/intl/fbintl
306 # should it be moved to %{_sysconfdir} and marked as config?
307 %{ibdir}/intl/fbintl.conf
308 %dir %{ibdir}/plugins
309 %attr(755,root,root) %{ibdir}/plugins/libfbtrace.so
310 %{ibdir}/firebird.msg
311 %lang(de) %{ibdir}/de_DE.msg
312 %lang(fr) %{ibdir}/fr_FR.msg
313 %dir %attr(770,root,firebird) /var/lib/firebird
314 %attr(660,root,firebird) %config(noreplace) %verify(not md5 mtime size) /var/lib/firebird/security2.fdb
315 %attr(660,root,firebird) %config(noreplace) %verify(not md5 mtime size) /var/log/firebird.log
316
317 %if %{with ss}
318 %attr(754,root,root) /etc/rc.d/init.d/firebird
319 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/firebird
320 %else
321 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/firebird
322 %endif
323
324 %files dirs
325 %defattr(644,root,root,755)
326 %dir %{ibdir}
327 %dir %{ibdir}/bin
328
329 %files lib
330 %defattr(644,root,root,755)
331 %attr(755,root,root) %{_libdir}/libfbclient.so.*.*.*
332 %attr(755,root,root) %ghost %{_libdir}/libfbclient.so.2
333 %attr(755,root,root) %{_libdir}/libfbembed.so.*.*.*
334 %attr(755,root,root) %ghost %{_libdir}/libfbembed.so.2.5
335
336 # InterBase/old Firebird compatibility symlinks
337 %attr(755,root,root) %{_libdir}/libgds.so.0
338 # needed here - original libgds.so.0 didn't have soname, so some old
339 # (possibly not open-source) apps may be linked with libgds.so
340 %attr(755,root,root) %{_libdir}/libgds.so
341
342 %files devel
343 %defattr(644,root,root,755)
344 %attr(755,root,root) %{_libdir}/libfbclient.so
345 %attr(755,root,root) %{_libdir}/libfbembed.so
346 %attr(755,root,root) %{ibdir}/bin/fb_config
347 %{_includedir}/ib_util.h
348 %{_includedir}/ibase.h
349 %{_includedir}/iberror.h
350 %{_includedir}/perf.h
351 %{_examplesdir}/%{name}-%{version}
352
353 %files static
354 %defattr(644,root,root,755)
355 %{_libdir}/libfbstatic.a
356 # compat link
357 %{_libdir}/libgds.a
358
359 %files doc
360 %defattr(644,root,root,755)
361 %doc docs/*
This page took 0.05099 seconds and 2 git commands to generate.