- move autogen to %build to not break quilt setup
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=179
This commit is contained in:
parent
03f6a09561
commit
1813c595bf
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 8 22:41:18 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- move autogen to %build to not break quilt setup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 4 13:38:53 UTC 2014 - tchvatal@suse.com
|
Thu Sep 4 13:38:53 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -220,13 +220,14 @@ parameters and keywords for the svn command and other tools.
|
|||||||
%patch38 -p1
|
%patch38 -p1
|
||||||
%patch39
|
%patch39
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
|
||||||
|
%build
|
||||||
# Re-boot strap, needed for patch37
|
# Re-boot strap, needed for patch37
|
||||||
PATH=%{_prefix}/bin:$PATH ./autogen.sh --release
|
PATH=%{_prefix}/bin:$PATH ./autogen.sh --release
|
||||||
|
|
||||||
# Fix timestamp in doxygen
|
# Fix timestamp in doxygen
|
||||||
echo "HTML_TIMESTAMP = NO" >> doc/doxygen.conf
|
echo "HTML_TIMESTAMP = NO" >> doc/doxygen.conf
|
||||||
|
|
||||||
%build
|
|
||||||
cat > with_jdk.files <<EOF-JAVA
|
cat > with_jdk.files <<EOF-JAVA
|
||||||
%{_libdir}/libsvnjavahl*.so.*
|
%{_libdir}/libsvnjavahl*.so.*
|
||||||
%{_libdir}/libsvnjavahl*.so
|
%{_libdir}/libsvnjavahl*.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user