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