Author: sparky                       Date: Wed Feb  2 02:35:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enable perl R/P detection
- added TODO, I don't know how to fix that java stuff
- adapter

---- Files affected:
packages/qdbm:
   qdbm.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: packages/qdbm/qdbm.spec
diff -u packages/qdbm/qdbm.spec:1.36 packages/qdbm/qdbm.spec:1.37
--- packages/qdbm/qdbm.spec:1.36        Sun Nov 28 16:57:03 2010
+++ packages/qdbm/qdbm.spec     Wed Feb  2 03:35:02 2011
@@ -1,5 +1,8 @@
 # $Revision$, $Date$
 #
+# TODO:
+# - build requires jni.h (from package compatible with installed jdk)
+#
 # Conditional build:
 %bcond_without java            # with Java bindings
 %bcond_without perl            # without Perl bindings
@@ -10,6 +13,10 @@
 %undefine with_java
 %endif
 #
+%if %{with perl}
+%include       /usr/lib/rpm/macros.perl
+%endif
+#
 Summary:       Quick Database Manager
 Summary(pl.UTF-8):     Quick Database Manager - szybki silnik bazy danych
 Name:          qdbm
@@ -25,12 +32,12 @@
 URL:           http://fallabs.com/qdbm/
 BuildRequires: autoconf
 BuildRequires: automake
+%{?with_java:BuildRequires:    jdk}
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-%{?with_java:BuildRequires:    jdk}
 %if %{with perl}
-BuildRequires:  perl-devel >= 1:5.8.0
-BuildRequires:  rpm-perlprov >= 4.1-13
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 %endif
 %{?with_ruby:BuildRequires:    ruby-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -249,7 +256,7 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure 
+%configure
 %{__make} -j1
 cd ..
 
@@ -470,6 +477,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2011/02/02 02:35:02  sparky
+- enable perl R/P detection
+- added TODO, I don't know how to fix that java stuff
+- adapter
+
 Revision 1.36  2010/11/28 15:57:03  hawk
 - release 2
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qdbm/qdbm.spec?r1=1.36&r2=1.37&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to