forked from pool/doxygen
- remove doxygen-html.sh
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=85
This commit is contained in:
parent
517fced8db
commit
402355f25d
@ -1,16 +0,0 @@
|
||||
#!/bin/sh -ex
|
||||
#
|
||||
# download the binary distribution and extract the html manual from it
|
||||
|
||||
|
||||
spec=`dirname "$0"`/doxygen.spec
|
||||
version=`rpm -q --qf '%{version}' --specfile "$spec"`
|
||||
cwd=`pwd`
|
||||
tmpdir=`mktemp -d`
|
||||
|
||||
pushd $tmpdir
|
||||
wget "http://ftp.stack.nl/pub/users/dimitri/doxygen-$version.linux.bin.tar.gz"
|
||||
tar xzf "doxygen-$version.linux.bin.tar.gz" "doxygen-$version/html"
|
||||
tar cjf "$cwd/doxygen-$version-html.tar.bz2" "doxygen-$version"
|
||||
popd
|
||||
rm -rf "$tmpdir"
|
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 2 15:22:37 UTC 2015 - pgajdos@suse.com
|
||||
|
||||
- readd doxygen-html.sh as Source1:
|
||||
- remove doxygen-html.sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 20 11:40:19 UTC 2015 - mpluskal@suse.com
|
||||
|
@ -24,7 +24,6 @@ License: GPL-2.0+
|
||||
Group: Development/Tools/Doc Generators
|
||||
Url: http://www.stack.nl/~dimitri/doxygen/
|
||||
Source0: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
|
||||
Source1: doxygen-html.sh
|
||||
Patch0: %{name}-1.5.9-64archs.patch
|
||||
Patch3: %{name}-1.5.9-man.patch
|
||||
Patch4: %{name}-1.7.0-modify_footer.patch
|
||||
|
Loading…
Reference in New Issue
Block a user