Update to latest uptsream release 0.9.30
This commit is contained in:
parent
ecad66e6c6
commit
29e8774b49
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@
|
||||
/libmicrohttpd-0.9.24.tar.gz
|
||||
/libmicrohttpd-0.9.27.tar.gz
|
||||
/libmicrohttpd-0.9.28.tar.gz
|
||||
/libmicrohttpd-0.9.29.tar.gz
|
||||
/libmicrohttpd-0.9.30.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Lightweight library for embedding a webserver in applications
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.28
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.30
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
@ -59,17 +59,12 @@ Doxygen documentation for libmicrohttpd and some example source code
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# The doxygen file contains references to /home/grothoff/svn/libmicrohttpd/... replace these with .
|
||||
sed s/\\/home\\/grothoff\\/svn\\/libmicrohttpd/./ doc/Doxyfile > tmp
|
||||
unlink doc/Doxyfile
|
||||
mv tmp doc/Doxyfile
|
||||
|
||||
%build
|
||||
# Required because patches modify .am files
|
||||
# autoreconf --force
|
||||
%configure --disable-static --with-gnutls
|
||||
make %{?_smp_mflags}
|
||||
doxygen doc/Doxyfile
|
||||
cd doc/doxygen && make full && cd -
|
||||
|
||||
# Disabled for now due to problems reported at
|
||||
# https://gnunet.org/bugs/view.php?id=1619
|
||||
@ -87,7 +82,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
mkdir examples
|
||||
install -m 644 src/examples/*.c examples
|
||||
|
||||
# Install the doxygen documentation in /usr/share/doc/libmicrohttpd-doc/html
|
||||
cp -R doc/doxygen/html html
|
||||
|
||||
%clean
|
||||
@ -127,6 +121,9 @@ fi
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Tue Sep 10 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.30-1
|
||||
- Update to latest upstream release 0.9.30
|
||||
|
||||
* Tue Aug 06 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.28-3
|
||||
- Correct comments about the doc location (#993819)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user