Author: qboosh                       Date: Tue Mar  4 19:16:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass curl to configure instead of BR
- perl >= 5.8.0 is required

---- Files affected:
SPECS:
   nix.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/nix.spec
diff -u SPECS/nix.spec:1.5 SPECS/nix.spec:1.6
--- SPECS/nix.spec:1.5  Tue Mar  4 20:04:50 2008
+++ SPECS/nix.spec      Tue Mar  4 20:16:34 2008
@@ -11,12 +11,12 @@
 # Source0-md5: 890c25ac0005ff466683869efc288b67
 URL:           http://nix.cs.uu.nl/
 BuildRequires: bzip2-devel
-BuildRequires: curl
 BuildRequires: db-cxx-devel
 BuildRequires: openssl-devel
+BuildRequires: perl-base >= 1:5.8.0
+Requires:      curl
 Provides:      /var/nix/manifests
 Provides:      /var/nix/profiles
-Requires:      curl
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -62,9 +62,10 @@
 
 %build
 %configure \
-    --with-bzip2=/usr \
-    --with-bdb=/usr \
-    --with-store-dir=/%{name}/store
+       curl=/usr/bin/curl \
+       --with-bzip2=/usr \
+       --with-bdb=/usr \
+       --with-store-dir=/%{name}/store
 %{__make}
 
 %install
@@ -125,6 +126,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008-03-04 19:16:34  qboosh
+- pass curl to configure instead of BR
+- perl >= 5.8.0 is required
+
 Revision 1.5  2008-03-04 19:04:50  qboosh
 - cleanup, missing defattrs, existing License name
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nix.spec?r1=1.5&r2=1.6&f=u

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

Reply via email to