- rebuild for neon 0.27

This commit is contained in:
jorton 2007-08-23 07:50:59 +00:00
parent 44203d19a5
commit cb36ecf77b

View File

@ -15,7 +15,7 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.4.4
Release: 4
Release: 5
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -123,11 +123,12 @@ export svn_cv_ruby_sitedir_libsuffix=""
export svn_cv_ruby_sitedir_archsuffix=""
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
export CPPFLAGS="-DSVN_NEON_0_26 -DSVN_NEON_0_25"
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
--with-swig --with-neon=%{_prefix} \
--with-ruby-sitedir=%{ruby_sitearch} \
--with-apxs=%{_sbindir}/apxs --disable-mod-activation \
--disable-static
--disable-static --disable-neon-version-check
# 1.3.0 tarball ships with generated swig sources
make extraclean-swig-headers
make %{?_smp_mflags} all
@ -273,6 +274,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 1.4.4-5
- rebuild for neon 0.27
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 1.4.4-4
- trim dependencies from .la files
- detabify spec file