Author: rjung Date: Sun Jul 10 16:35:11 2011 New Revision: 1144898 URL: http://svn.apache.org/viewvc?rev=1144898&view=rev Log: Looks like we test APR version against tcnative version.
Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/build/rpm/tcnative.spec.in?rev=1144898&r1=1144897&r2=1144898&view=diff ============================================================================== --- tomcat/native/trunk/native/build/rpm/tcnative.spec.in (original) +++ tomcat/native/trunk/native/build/rpm/tcnative.spec.in Sun Jul 10 16:35:11 2011 @@ -27,6 +27,7 @@ Group: System Environment/Libraries URL: http://apr.apache.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +# XXX The part "apr-devel >= 0:{version}-{release}" is probably wrong BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 0:{version}-{release}, openssl >= 0.9.8 %description @@ -37,6 +38,7 @@ contains additional utility interfaces f %package devel Group: Development/Libraries Summary: Tomcat Native development kit +# XXX The part "apr-devel >= 0:{version}-{release}" is probably wrong Requires: tcnative = %{version}-%{release}, apr-devel >= 0:{version}-{release}, openssl-devel >= 0.9.8 %description devel --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org