Author: hunter Date: Fri Mar 11 13:01:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - adapterized - some descriptions
---- Files affected: SPECS: bond.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/bond.spec diff -u SPECS/bond.spec:1.1 SPECS/bond.spec:1.2 --- SPECS/bond.spec:1.1 Fri Mar 11 13:19:22 2005 +++ SPECS/bond.spec Fri Mar 11 14:01:33 2005 @@ -1,17 +1,18 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_with tests # build with tests -%bcond_without tests # build without tests +#%bcond_with tests # build with tests +#%bcond_without tests # build without tests # -Summary: - -Summary(pl): - +Summary: building object network databases +Summary(pl): Sieciowe obiektowe bazy danych Name: bond Version: 2.0.9 Release: 0.1 License: GPL v2 #Vendor: - Group: - +###### Unknown group! #Icon: - Source0: http://bond.treshna.com/%{name}-%{version}.tar.gz # Source0-md5: 08b033a93d8b1a123a1be5fe112ac521 @@ -20,7 +21,8 @@ #Patch0: %{name}-what.patch URL: http://bond.treshna.com/ BuildRequires: libxml2-devel >= 2.6.0 -BuildRequires: postgresql-devel +BuildRequires: postgresql-devel +BuildRequires: libgda-devel #PreReq: - #Requires(pre,post): - #Requires(preun): - @@ -32,41 +34,50 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Bond is a rapid application development (RAD) tool for linux that allows you to create network database programs quickly and easily. With this new version comes major updates in Bond XML format, and a move away from the use of C code completely! This means you can create powerful database programs quickly, only requiring knowledge of XML and SQL. +Bond is a rapid application development (RAD) tool for linux that +allows you to create network database programs quickly and easily. %description -l pl +Bond jest narzędziem RAD dla linuksa które pozwola tworzyć sieciowe bazy +danych szybko i łatwo. -#%package subpackage -#Summary: - -#Summary(pl): - -#Group: - +%package -n bonddb +Summary: building object network databases -- database +Summary(pl): Sieciowe obiektowe bazy danych -- bazadanych -#%description subpackage +%description -n bonddb +DB part of Bond. -#%description subpackage -l pl +%description -n bonddb -l pl +Część bazodanowa Bonda %prep %setup -q -n %{name} -#%patch0 -p1 - %build -# if ac/am/* rebuilding is necessary, do it in this order and add -# appropriate BuildRequires -for pack in bonddb bond; do +cd bonddb -cd $pack -#%{__gettextize} -#%{__libtoolize} -#%{__aclocal} -#%{__autoconf} -#%{__autoheader} -#%{__automake} -%configure +%{__gettextize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure --enable-mysql=yes --enable-gda=yes --with-gnu-ld --with-pic %{__make} cd .. -done + +cd bond +%{__gettextize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} +cd .. %install rm -rf $RPM_BUILD_ROOT @@ -79,14 +90,6 @@ %clean rm -rf $RPM_BUILD_ROOT -%pre - -%post - -%preun - -%postun - %files %defattr(644,root,root,755) %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO @@ -103,8 +106,8 @@ %attr(754,root,root) /etc/rc.d/init.d/%{name} %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} -#%files subpackage -#%defattr(644,root,root,755) +%files -n bonddb +%defattr(644,root,root,755) #%doc extras/*.gz #%{_datadir}/%{name}-ext @@ -114,6 +117,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/03/11 13:01:33 hunter +- adapterized +- some descriptions + Revision 1.1 2005/03/11 12:19:22 hunter - OBN :=> One Big NYF ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bond.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
