2024-01-05 22:18:48 +01:00
|
|
|
%define groupid 65055
|
|
|
|
%define userid 65055
|
|
|
|
%define pkg_name %{name}-%{version}-0
|
|
|
|
%define major %(echo %version | cut -d. -f 1-3)
|
2024-01-05 22:18:49 +01:00
|
|
|
%define major_ %(echo %version | cut -d. -f 1-3 | tr . _)
|
2024-01-05 22:18:48 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1-2)
|
|
|
|
Name: firebird
|
2024-08-05 09:27:59 +02:00
|
|
|
Version: 5.0.1
|
2024-01-05 22:18:49 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 22:18:48 +01:00
|
|
|
Summary: SQL Relational Database
|
|
|
|
Group: Applications/Databases
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-08-05 09:27:59 +02:00
|
|
|
URL: https://www.firebirdsql.org/
|
2024-01-05 22:18:49 +01:00
|
|
|
Source0: https://github.com/FirebirdSQL/firebird.git/v%{major}/firebird-%{version}.tar.bz2
|
2024-01-05 22:18:48 +01:00
|
|
|
Source1: Firebird-2.1.2.18118.0-profile.sh
|
|
|
|
Source2: Firebird-2.1.2.18118.0-profile.csh
|
|
|
|
Source3: Firebird-2.1.2.18118.0-logrotate
|
2024-01-05 22:18:49 +01:00
|
|
|
Source4: firebird.service
|
|
|
|
Source5: firebird-tmpfiles.conf
|
|
|
|
Source6: firebird-sysusers.conf
|
|
|
|
Source7: firebird-default.password
|
2024-01-05 22:18:48 +01:00
|
|
|
License: MPL 1.1
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 22:18:49 +01:00
|
|
|
BuildRequires: libatomic-devel
|
2024-01-05 22:18:49 +01:00
|
|
|
BuildRequires: libedit-devel
|
2024-01-05 22:18:48 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-05 22:18:49 +01:00
|
|
|
BuildRequires: libtomcrypt-devel
|
2024-01-05 22:18:49 +01:00
|
|
|
BuildRequires: libtommath-devel
|
2024-01-05 22:18:48 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 22:18:49 +01:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: libtool
|
2024-01-05 22:18:49 +01:00
|
|
|
BuildRequires: libtomcrypt-devel
|
2024-05-27 10:26:54 +02:00
|
|
|
#BuildConflicts: libfbclient < %{majver}
|
2024-01-05 22:18:49 +01:00
|
|
|
Requires: libfbclient = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 22:18:48 +01:00
|
|
|
Provides: Firebird
|
2024-01-05 22:18:49 +01:00
|
|
|
Obsoletes: Firebird < 4.0.0
|
2024-01-05 22:18:49 +01:00
|
|
|
%systemd_requires
|
|
|
|
Provides: firebird-classic
|
2024-01-05 22:18:49 +01:00
|
|
|
Obsoletes: firebird-classic < 3.0.7.33374
|
2024-01-05 22:18:49 +01:00
|
|
|
Provides: firebird-superserver
|
|
|
|
Obsoletes: firebird-superserver < 4.0
|
|
|
|
Provides: Firebird-superserver
|
|
|
|
Obsoletes: Firebird-superserver < 3.0.7.33374
|
2024-01-05 22:18:48 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. %{name} offers excellent concurrency, high performance,and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981.
|
|
|
|
The %{name} Project is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) on 25 July, 2000.
|
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
%package devel
|
2024-01-05 22:18:48 +01:00
|
|
|
Group: Applications/Databases
|
2024-01-05 22:18:49 +01:00
|
|
|
Summary: Development Libraries for %{name} SQL RDBMS
|
|
|
|
Requires: libfbclient = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Provides: Firebird-devel
|
|
|
|
Obsoletes: Firebird-devel < 3.0.7.33374
|
2024-01-05 22:18:48 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
%description devel
|
2024-01-05 22:18:48 +01:00
|
|
|
%{name} is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms.
|
|
|
|
This package contains development libraries for %{name}.
|
|
|
|
|
|
|
|
%package doc
|
2024-01-05 22:18:49 +01:00
|
|
|
Group: Documentation
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Provides: Firebird-doc
|
|
|
|
Obsoletes: Firebird-doc < 3.0.7.33374
|
2024-01-05 22:18:48 +01:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
%{name} is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms.
|
|
|
|
This package contains documentation for %{name}.
|
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
%package -n libfbclient
|
2024-01-05 22:18:49 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Multi-threaded, non-local client libraries for Firebird SQL RDBMS
|
|
|
|
Provides: libfbclient-Firebird
|
|
|
|
Obsoletes: libfbclient-Firebird < 3.0.7.33374
|
|
|
|
Provides: libfbclient-firebird
|
|
|
|
Obsoletes: libfbclient-firebird < 3.0.7.33374
|
2024-01-05 22:18:48 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
%description -n libfbclient
|
2024-01-05 22:18:48 +01:00
|
|
|
%{name} is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms.
|
|
|
|
This package contains multi-threaded, non-local client libraries for Firebird SQL Database
|
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
%debug_package
|
2024-01-05 22:18:48 +01:00
|
|
|
|
|
|
|
%prep
|
2024-01-05 22:18:49 +01:00
|
|
|
%setup -q
|
2024-01-05 22:18:49 +01:00
|
|
|
#-D -T
|
2024-01-05 22:18:49 +01:00
|
|
|
#:<< __EOF
|
2024-05-27 10:26:54 +02:00
|
|
|
sed -i "s|checkRootUser$|return 0|" builds/install/posix-common/posixLibrary.sh.in
|
2024-01-05 22:18:49 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2024-01-05 22:18:48 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 22:18:49 +01:00
|
|
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|
|
|
export CXXFLAGS="${CFLAGS} -fno-delete-null-pointer-checks"
|
|
|
|
|
2024-01-05 22:18:48 +01:00
|
|
|
%configure \
|
2024-01-05 22:18:49 +01:00
|
|
|
--disable-rpath \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-system-editline \
|
|
|
|
--with-fbinclude=%{_includedir} \
|
|
|
|
--with-fbsbin=%{_libdir}/firebird/bin \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbbin=%{_bindir} \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbconf=%{_sysconfdir}/firebird \
|
|
|
|
--with-fblib=%{_libdir} \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbdoc=%{_docdir}/firebird \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbsample=%{_defaultdocdir}/firebird/sample \
|
|
|
|
--with-fbsample-db=%{_localstatedir}/lib/firebird/data \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbhelp=%{_docdir}/firebird/help \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbintl=%{_libdir}/firebird/intl \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbmisc=%{_datadir}/firebird/misc \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbsecure-db=/var/lib/firebird/system \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbmsg=%{_libdir}/firebird/msg \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fblog=/var/log/firebird \
|
|
|
|
--with-fbglock=/run/firebird \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbplugins=%{_libdir}/firebird/plugins \
|
2024-01-05 22:18:49 +01:00
|
|
|
--with-fbtzdata=%{_localstatedir}/lib/%{name}/tzdata
|
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
%make
|
2024-01-05 22:18:49 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 22:18:48 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
sed -i "s|whoami|echo root|;s|chown|#chown|;" gen/install/makeInstallImage.sh
|
2024-01-05 22:18:48 +01:00
|
|
|
cd gen
|
2024-01-05 22:18:49 +01:00
|
|
|
./install/makeInstallImage.sh
|
|
|
|
|
2024-01-05 22:18:48 +01:00
|
|
|
cd ..
|
2024-01-05 22:18:49 +01:00
|
|
|
install -d -m0755 %{buildroot}
|
|
|
|
cp -av gen/buildroot/* %{buildroot}/
|
2024-01-05 22:18:49 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
install -Dm644 %{SOURCE4} %{buildroot}%{_unitdir}/firebird.service
|
2024-01-05 22:18:49 +01:00
|
|
|
install -Dm644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/firebird.conf
|
|
|
|
install -Dm644 %{SOURCE6} %{buildroot}%{_sysusersdir}/firebird.conf
|
2024-05-27 10:26:54 +02:00
|
|
|
install -Dm440 %{SOURCE7} %{buildroot}/var/lib/firebird/system/SYSDBA.password
|
2024-01-05 22:18:49 +01:00
|
|
|
install -Dm644 %{buildroot}%{_sysconfdir}/firebird/I{,D}PLicense.txt -t %{buildroot}%{_datadir}/licenses/%{name}
|
2024-01-05 22:18:48 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
# Remove unused files and dirs
|
|
|
|
rm %{buildroot}%{_sysconfdir}/firebird/I{,D}PLicense.txt
|
2024-01-05 22:18:49 +01:00
|
|
|
rm %{buildroot}%{_sysconfdir}/firebird/README.md
|
|
|
|
rm %{buildroot}%{_sysconfdir}/firebird/CHANGELOG.md
|
2024-01-05 22:18:49 +01:00
|
|
|
rm -rf %{buildroot}/var/log
|
2024-01-05 22:18:49 +01:00
|
|
|
rm -rf %{buildroot}/run
|
2024-01-05 22:18:48 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
mv %{buildroot}%{_bindir}/isql{,-fb}
|
2024-01-05 22:18:48 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
chmod -R ugo-w %{buildroot}%{_docdir}/firebird
|
|
|
|
chmod -R o= %{buildroot}/var/lib/firebird
|
|
|
|
chmod u+w -R %{buildroot}%{_docdir}/firebird
|
|
|
|
#chown -R 184:184 $pkgdir/var/lib/firebird
|
|
|
|
|
|
|
|
ln -s %{_libdir}/firebird/bin/fb_config %{buildroot}%{_bindir}/fb_config
|
2024-01-05 22:18:48 +01:00
|
|
|
|
2024-05-27 10:26:54 +02:00
|
|
|
install -d -m0755 %{buildroot}%{_libdir}/pkgconfig
|
|
|
|
cat > %{buildroot}%{_libdir}/pkgconfig/fbclient.pc << __EOF
|
|
|
|
prefix=%{_prefix}
|
|
|
|
exec_prefix=%{_prefix}
|
|
|
|
libdir=%{_libdir}
|
|
|
|
includedir=%{_includedir}
|
|
|
|
|
|
|
|
Name: fbclient
|
|
|
|
Description: Firebird client library
|
2024-08-05 09:27:59 +02:00
|
|
|
Version: 5.0.1
|
2024-05-27 10:26:54 +02:00
|
|
|
Cflags: -I\${includedir}/firebird
|
|
|
|
Libs: -L\${libdir} -lfbclient
|
|
|
|
__EOF
|
|
|
|
|
2024-01-05 22:18:48 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
rm -rf gen
|
|
|
|
|
|
|
|
%pre
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
/usr/sbin/groupadd firebird -g %{groupid} 2>/dev/null
|
|
|
|
/usr/sbin/useradd -u %{userid} -c 'Firebird user' -d /dev/null -g firebird \
|
|
|
|
-s /bin/false firebird 2>/dev/null
|
|
|
|
fi
|
2024-01-05 22:18:49 +01:00
|
|
|
:
|
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_post firebird.service
|
|
|
|
:
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart firebird.service
|
|
|
|
:
|
2024-01-05 22:18:48 +01:00
|
|
|
|
|
|
|
%preun
|
2024-01-05 22:18:49 +01:00
|
|
|
%systemd_preun firebird.service
|
2024-01-05 22:18:48 +01:00
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
/usr/sbin/userdel firebird 2>/dev/null
|
|
|
|
/usr/sbin/groupdel firebird 2>/dev/null
|
|
|
|
fi
|
2024-01-05 22:18:49 +01:00
|
|
|
:
|
2024-01-05 22:18:48 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_sysconfdir}/firebird
|
2024-01-05 22:18:49 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/firebird/databases.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/firebird/plugins.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/firebird/fbtrace.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/firebird/replication.conf
|
2024-01-05 22:18:48 +01:00
|
|
|
%config(noreplace) %attr(664,firebird,firebird) %{_sysconfdir}/firebird/firebird.conf
|
2024-01-05 22:18:49 +01:00
|
|
|
%{_bindir}/fbsvcmgr
|
|
|
|
%{_bindir}/fbtracemgr
|
|
|
|
%{_bindir}/gpre
|
|
|
|
%{_bindir}/gsplit
|
|
|
|
%{_bindir}/isql-fb
|
2024-05-27 10:26:54 +02:00
|
|
|
#%{_bindir}/qli
|
2024-01-05 22:18:49 +01:00
|
|
|
%{_bindir}/gbak
|
|
|
|
%{_bindir}/gfix
|
|
|
|
%{_bindir}/gsec
|
|
|
|
%{_bindir}/gstat
|
|
|
|
%{_bindir}/nbackup
|
2024-01-05 22:18:49 +01:00
|
|
|
%{_unitdir}/firebird.service
|
|
|
|
%{_sysusersdir}/firebird.conf
|
|
|
|
%{_tmpfilesdir}/firebird.conf
|
2024-01-05 22:18:49 +01:00
|
|
|
%dir %{_libdir}/firebird
|
|
|
|
%dir %{_libdir}/firebird/plugins
|
|
|
|
%{_libdir}/firebird/plugins/*.so
|
|
|
|
%{_libdir}/firebird/plugins/udr_engine.conf
|
2024-01-05 22:18:49 +01:00
|
|
|
%dir %{_libdir}/firebird/plugins/udr
|
|
|
|
%{_libdir}/firebird/plugins/udr/*
|
|
|
|
%{_libdir}/firebird/intl/fbintl*
|
2024-01-05 22:18:49 +01:00
|
|
|
%{_libdir}/firebird/msg/firebird.msg
|
|
|
|
%dir %{_libdir}/firebird/bin
|
|
|
|
%{_libdir}/firebird/bin/*
|
2024-01-05 22:18:49 +01:00
|
|
|
%dir %{_localstatedir}/lib/firebird
|
2024-01-05 22:18:49 +01:00
|
|
|
%dir %{_localstatedir}/lib/firebird/data
|
|
|
|
%{_localstatedir}/lib/firebird/data/*
|
2024-05-27 10:26:54 +02:00
|
|
|
%dir %{_localstatedir}/lib/firebird/system
|
|
|
|
%{_localstatedir}/lib/firebird/system/*
|
2024-01-05 22:18:49 +01:00
|
|
|
%dir %{_localstatedir}/lib/firebird/tzdata
|
|
|
|
%{_localstatedir}/lib/firebird/tzdata/*
|
2024-01-05 22:18:49 +01:00
|
|
|
%dir %{_datadir}/firebird/misc
|
|
|
|
%{_datadir}/firebird/misc/*
|
2024-01-05 22:18:49 +01:00
|
|
|
%doc doc/license/IDPL.txt
|
|
|
|
%doc doc/license/README.license.usage.txt
|
2024-01-05 22:18:48 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 22:18:49 +01:00
|
|
|
%{_bindir}/fb_config
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%dir %{_includedir}/firebird
|
|
|
|
%{_includedir}/firebird/*
|
|
|
|
%{_libdir}/libfbclient.so
|
|
|
|
%{_libdir}/libib_util.so
|
2024-01-05 22:18:49 +01:00
|
|
|
%{_libdir}/pkgconfig/fbclient.pc
|
2024-01-05 22:18:48 +01:00
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
%files -n libfbclient
|
|
|
|
%defattr(-,root,root)
|
2024-05-27 10:26:54 +02:00
|
|
|
%{_libdir}/libfbclient.so.*
|
2024-01-05 22:18:49 +01:00
|
|
|
##%doc doc/license/IDPL.txt
|
|
|
|
##%doc doc/license/README.license.usage.txt
|
|
|
|
|
2024-01-05 22:18:48 +01:00
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 22:18:49 +01:00
|
|
|
%dir %{_datadir}/licenses/firebird
|
|
|
|
%{_datadir}/licenses/firebird/*
|
|
|
|
%dir %{_datadir}/doc/firebird
|
|
|
|
%{_datadir}/doc/firebird/*
|
|
|
|
|
2024-01-05 22:18:48 +01:00
|
|
|
%changelog
|
2024-08-05 09:27:59 +02:00
|
|
|
* Sun Aug 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.1-1mamba
|
|
|
|
- update to 5.0.1
|
|
|
|
|
2024-05-27 10:26:54 +02:00
|
|
|
* Sun May 26 2024 Automatic Build System <autodist@openmamba.org> 5.0.0.1306-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:18:50 +01:00
|
|
|
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 4.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:18:50 +01:00
|
|
|
* Tue Aug 01 2023 Automatic Build System <autodist@mambasoft.it> 4.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
* Tue Dec 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.1-1mamba
|
|
|
|
- update to 4.0.1
|
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0.2496-2mamba
|
|
|
|
- added patches from Fedora, including pkg-config file
|
|
|
|
- fix includes installation directory
|
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
* Thu Jun 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0.2496-1mamba
|
|
|
|
- update to 4.0.0.2496
|
|
|
|
|
|
|
|
* Tue Jun 15 2021 Silvan Calarco <silvan.calarco@m+ambasoft.it> 3.0.7.33374-1mamba
|
2024-01-05 22:18:49 +01:00
|
|
|
- update to 3.0.7.33374
|
|
|
|
|
2024-01-05 22:18:49 +01:00
|
|
|
* Fri May 04 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.3.32900-1mamba
|
|
|
|
- update to 3.0.3.32900
|
|
|
|
|
|
|
|
* Fri May 04 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2.32703-1mamba
|
|
|
|
- update to 3.0.2.32703
|
|
|
|
|
|
|
|
* Wed May 02 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.7.27050-2mamba
|
|
|
|
- move %{_libdir}/firebird/bin/* from -superserver to libfbclient
|
|
|
|
|
|
|
|
* Sat Jan 06 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.7.27050-1mamba
|
|
|
|
- update to 2.5.7.27050
|
2024-01-05 22:18:49 +01:00
|
|
|
|
2024-01-05 22:18:48 +01:00
|
|
|
* Tue Jun 04 2013 Automatic Build System <autodist@mambasoft.it> 2.5.2.26540-1mamba
|
|
|
|
- update to 2.5.2.26540
|
|
|
|
|
|
|
|
* Fri Sep 21 2012 Automatic Build System <autodist@mambasoft.it> 2.1.5.18496-1mamba
|
|
|
|
- update to 2.1.5.18496
|
|
|
|
|
|
|
|
* Fri Apr 08 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.4.18393-1mamba
|
|
|
|
- update to 2.1.4.18393
|
|
|
|
- removed duplicated csh profile.d script
|
|
|
|
- renamed from Firebird to firebird
|
|
|
|
- create firebird user and group as required
|
|
|
|
|
|
|
|
* Wed Jun 30 2010 Automatic Build System <autodist@mambasoft.it> 2.1.3.18185-1mamba
|
|
|
|
- update to 2.1.3.18185
|
|
|
|
|
|
|
|
* Wed Jun 30 2010 Automatic Build System <autodist@mambasoft.it> 2.1.2.18118-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Jan 13 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.2.18118.0-2mamba
|
|
|
|
- fix symlink to client binaries
|
|
|
|
- changes to support automatic rebuilds
|
|
|
|
|
|
|
|
* Tue May 12 2009 gil <puntogil@libero.it> 2.1.2.18118.0-1mamba
|
|
|
|
- package created by autospec
|