Author: charles Date: Sat Nov 28 14:04:19 2009 GMT Module: packages Tag: HEAD ---- Log message: - adapterized
---- Files affected: packages/Firebird: Firebird.spec (1.70 -> 1.71) packages/Firebird-rfunc: Firebird-rfunc.spec (1.1 -> 1.2) packages/python-kinterbasdb: python-kinterbasdb.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/Firebird/Firebird.spec diff -u packages/Firebird/Firebird.spec:1.70 packages/Firebird/Firebird.spec:1.71 --- packages/Firebird/Firebird.spec:1.70 Sun Sep 27 20:35:24 2009 +++ packages/Firebird/Firebird.spec Sat Nov 28 15:04:14 2009 @@ -18,22 +18,22 @@ Release: 1 License: Interbase Public License 1.0, Initial Developer's Public License 1.0 Group: Applications/Databases -Source0: http://dl.sourceforge.net/firebird/Firebird-%{version}-0.tar.bz2 +Source0: http://downloads.sourceforge.net/firebird/%{name}-%{version}-0.tar.bz2 # Source0-md5: ec42bd5c85dc2f65baef185228bcc5ca -Source1: http://www.firebirdsql.org/pdfmanual/Firebird-2.1-QuickStart.pdf +Source1: http://www.firebirdsql.org/pdfmanual/%{name}-2.1-QuickStart.pdf # Source1-md5: 46bb1af4b94e8c8acee1d6ef2055b2d3 # distfiles refuses this, would require some audit to allow '('/')' chars #Source2: http://www.firebirdsql.org/pdfmanual/Using-Firebird_(wip).pdf ## Source2-md5: 9eb90583c200bdd7292a80ecc1df1178 -Source3: http://www.firebirdsql.org/pdfmanual/Firebird-Null-Guide.pdf +Source3: http://www.firebirdsql.org/pdfmanual/%{name}-Null-Guide.pdf # Source3-md5: d1f8ba75fe3bb9eb9d203ce3f82a1a1a -Source4: http://www.firebirdsql.org/pdfmanual/Firebird-Generator-Guide.pdf +Source4: http://www.firebirdsql.org/pdfmanual/%{name}-Generator-Guide.pdf # Source4-md5: 44e7568ef477072a8ad5f381c3e12a75 -Source5: http://www.firebirdsql.org/pdfmanual/MSSQL-to-Firebird.pdf +Source5: http://www.firebirdsql.org/pdfmanual/MSSQL-to-%{name}.pdf # Source5-md5: 1bd4a168e550910fc899e2aa125d83a3 -Source6: http://www.firebirdsql.org/pdfmanual/Firebird-nbackup.pdf +Source6: http://www.firebirdsql.org/pdfmanual/%{name}-nbackup.pdf # Source6-md5: 7ef8a8b9a899d06bec2a5da0bb5fea0e -Source7: http://www.firebirdsql.org/pdfmanual/Firebird-Utils-WIP.pdf +Source7: http://www.firebirdsql.org/pdfmanual/%{name}-Utils-WIP.pdf # Source7-md5: 39b9a4f3c9d9e27d985e9277ae163ceb Source8: http://www.firebirdnews.org/docs/fb2min.pdf # Source8-md5: ebac312c0afbe97b1850bdc74c553c28 @@ -158,7 +158,7 @@ Obszerna dokumentacja do baz InterBase i Firebird. %prep -%setup -q -n Firebird-%{version}-0 +%setup -q -n %{name}-%{version}-0 %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -217,8 +217,8 @@ %{__make} -C src -f ../gen/Makefile.install buildImageDir -install -d $RPM_BUILD_ROOT/etc/{firebird,rc.d/init.d,sysconfig/rc-inetd} -install -d $RPM_BUILD_ROOT{%{ibdir},%{_libdir},%{_includedir}} \ +install -d $RPM_BUILD_ROOT%{_sysconfdir}/{firebird,rc.d/init.d,sysconfig/rc-inetd} +install -d $RPM_BUILD_ROOT{%{_bindir},%{ibdir},%{_libdir},%{_includedir}} \ install -d $RPM_BUILD_ROOT/var/{log,lib/firebird} \ $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} @@ -240,6 +240,10 @@ ln -sf libfbstatic.a $RPM_BUILD_ROOT%{_libdir}/libgds.a +for f in bin/{fb_lock_print,gbak,gdef,gds_drop,gfix,gpre,gsec,gsplit,gstat,nbackup}; do + ln -sf %{ibdir}/$f $RPM_BUILD_ROOT%{_bindir}/$ff +done + %if %{with ss} install %{SOURCE100} $RPM_BUILD_ROOT/etc/rc.d/init.d/firebird install %{SOURCE101} $RPM_BUILD_ROOT/etc/sysconfig/firebird @@ -291,6 +295,9 @@ %doc doc/{license,sql.extensions,Firebird_conf.txt,README.user*,WhatsNew,fb2-todo.txt} %dir %{_sysconfdir}/firebird %attr(640,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/firebird/*.conf +%attr(755,root,root) %{_bindir}/fb_lock_print +%attr(755,root,root) %{_bindir}/g* +%attr(755,root,root) %{_bindir}/nbackup %attr(755,root,root) %{_libdir}/libib_util.so %attr(755,root,root) %{ibdir}/UDF %attr(755,root,root) %{ibdir}/bin/* @@ -298,7 +305,7 @@ %{ibdir}/help %dir %attr(770,root,firebird) %{ibdir}/intl %attr(755,root,root) %{ibdir}/intl/fbintl -# should it be moved to /etc and marked as config? +# should it be moved to %{_sysconfdir} and marked as config? %{ibdir}/intl/fbintl.conf %{ibdir}/firebird.msg %dir %attr(770,root,firebird) /var/lib/firebird @@ -357,6 +364,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.71 2009/11/28 14:04:14 charles +- adapterized + Revision 1.70 2009/09/27 18:35:24 vip - fix new operator overloading compilation error (patch from Fedora) ================================================================ Index: packages/Firebird-rfunc/Firebird-rfunc.spec diff -u packages/Firebird-rfunc/Firebird-rfunc.spec:1.1 packages/Firebird-rfunc/Firebird-rfunc.spec:1.2 --- packages/Firebird-rfunc/Firebird-rfunc.spec:1.1 Sat Jul 11 16:58:44 2009 +++ packages/Firebird-rfunc/Firebird-rfunc.spec Sat Nov 28 15:04:14 2009 @@ -7,7 +7,7 @@ Release: 0.%{subver}.1 License: LGPL v2.1 Group: Libraries -Source0: http://dl.sourceforge.net/rfunc/%{pname}-%{version}-RC1-unix.tar.gz +Source0: http://downloads.sourceforge.net/rfunc/%{pname}-%{version}-RC1-unix.tar.gz # Source0-md5: 8105d437b058defb82d83aac9b665b6d Patch0: %{name}-makefile.patch URL: http://rfunc.sourceforge.net/ @@ -20,8 +20,8 @@ %description rFunc is a UDF Library for InterBase/Firebird server. The library -represents a set of user's (UDF) string, bit, numerical functions, -and also for operation with dates&time and BLOBs. +represents a set of user's (UDF) string, bit, numerical functions, and +also for operation with dates&time and BLOBs. %prep %setup -q -c @@ -56,6 +56,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/11/28 14:04:14 charles +- adapterized + Revision 1.1 2009/07/11 14:58:44 charles - new ================================================================ Index: packages/python-kinterbasdb/python-kinterbasdb.spec diff -u packages/python-kinterbasdb/python-kinterbasdb.spec:1.1 packages/python-kinterbasdb/python-kinterbasdb.spec:1.2 --- packages/python-kinterbasdb/python-kinterbasdb.spec:1.1 Sat Nov 28 02:08:48 2009 +++ packages/python-kinterbasdb/python-kinterbasdb.spec Sat Nov 28 15:04:15 2009 @@ -6,7 +6,7 @@ Release: 1 License: GPL v2+ Group: Libraries/Python -Source0: http://dl.sourceforge.net/firebird/%{realname}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/firebird/%{realname}-%{version}.tar.bz2 # Source0-md5: 0296d2dbc7b76dac140b5fec2ad59f0e URL: http://www.firebirdsql.org/index.php?op=devel&sub=python BuildRequires: Firebird-devel @@ -60,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/11/28 14:04:15 charles +- adapterized + Revision 1.1 2009/11/28 01:08:48 charles - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Firebird/Firebird.spec?r1=1.70&r2=1.71&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Firebird-rfunc/Firebird-rfunc.spec?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-kinterbasdb/python-kinterbasdb.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
