Author: rjung
Date: Mon Jan  4 16:43:47 2010
New Revision: 895689

URL: http://svn.apache.org/viewvc?rev=895689&view=rev
Log:
Decouple apr major lib version form tcnative lib version
in tcnative rpm spec.

Modified:
    tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in

Modified: tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in?rev=895689&r1=895688&r2=895689&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in (original)
+++ tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in Mon Jan  4 
16:43:47 2010
@@ -16,6 +16,7 @@
 #
 
 %define tcnver 1
+%define aprver 1
 
 Summary: Tomcat Native Java library
 Name: tcnative
@@ -48,7 +49,7 @@
 
 %build
 %configure --with-apr=%{_prefix} \
-        --includedir=%{_includedir}/apr-%{tcnver}
+        --includedir=%{_includedir}/apr-%{aprver}
 make %{?_smp_mflags} && make dox
 
 %check
@@ -85,10 +86,12 @@
 %{_libdir}/libtcnative-%{tcnver}.*a
 %{_libdir}/libtcnative-%{tcnver}.so
 %{_libdir}/pkgconfig/tcnative-%{tcnver}.pc
-%{_includedir}/apr-%{tcnver}/*.h
+%{_includedir}/apr-%{aprver}/*.h
 %doc --parents html
 
 %changelog
+* Mon Jan 04 2010 Rainer Jung <rj...@apache.org> 1.0.0-2
+- Decouple apr major lib version form tcnative lib version
 * Tue Jun 22 2004 Mladen Turk <mt...@jboss.com> 1.0.0-1
 - update to support v1.0.2 of APR
                                                                                
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to