]> git.pld-linux.org Git - packages/bond.git/blobdiff - bond.spec
- pl fixes, partial cleanup
[packages/bond.git] / bond.spec
index e8c6f6d4ce9b3fee1663a0f3cf642e2affc2f6c3..d4131b38dac225a57541dc379c793e39b846c63d 100644 (file)
--- a/bond.spec
+++ b/bond.spec
@@ -1,9 +1,4 @@
-#
-# Conditional build:
-#%bcond_with   tests           # build with tests
-#%bcond_without        tests           # build without tests
-#
-Summary:       building object network databases
+Summary:       Building object network databases
 Summary(pl):   Sieciowe obiektowe bazy danych
 Name:          bond
 Version:       2.0.9
@@ -13,49 +8,54 @@ Group:               Development
 Source0:       http://bond.treshna.com/%{name}-%{version}.tar.gz
 # Source0-md5: 08b033a93d8b1a123a1be5fe112ac521
 URL:           http://bond.treshna.com/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: libgda-devel
+BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.6.0
 BuildRequires: postgresql-devel
-BuildRequires: libgda-devel
 Requires:      libxml2 >= 2.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Bond is a rapid application development (RAD) tool for linux that
+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.
+Bond jest narzêdziem RAD dla Linuksa pozwalaj±cym szybko i ³atwo
+tworzyæ sieciowe bazy danych.
 
 %package -n bonddb
-Summary:       building object network databases -- database
-Summary(pl):   Sieciowe obiektowe bazy danych -- bazadanych
+Summary:       Building object network databases - database
+Summary(pl):   Sieciowe obiektowe bazy danych - baza danych
 Group:         Development
 
 %description -n bonddb
 DB part of Bond.
 
 %description -n bonddb -l pl
-Czê¶æ bazodanowa Bonda
+Czê¶æ bazodanowa Bonda.
 
 %prep
 %setup -q -n %{name}
-%build
 
+%build
 cd bonddb
-
 %{__gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure --enable-mysql=yes --enable-gda=yes --with-gnu-ld --with-pic
+%configure \
+       --enable-mysql=yes \
+       --enable-gda=yes \
+       --with-gnu-ld \
+       --with-pic
 %{__make}
 
-cd ..
-
-cd bond
+cd ../bond
 %{__gettextize}
 %{__libtoolize}
 %{__aclocal}
@@ -64,12 +64,9 @@ cd bond
 %{__automake}
 %configure
 %{__make}
-cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -80,13 +77,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
-
-# if _sysconfdir != /etc:
-#%%dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-
 %attr(755,root,root) %{_bindir}/*
-
 %{_datadir}/%{name}
 
 # initscript and its config
This page took 0.083071 seconds and 4 git commands to generate.