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.24.tar.gz
|
||||||
/libmicrohttpd-0.9.27.tar.gz
|
/libmicrohttpd-0.9.27.tar.gz
|
||||||
/libmicrohttpd-0.9.28.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
|
Summary: Lightweight library for embedding a webserver in applications
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.28
|
Version: 0.9.30
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
@ -59,17 +59,12 @@ Doxygen documentation for libmicrohttpd and some example source code
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
%build
|
||||||
# Required because patches modify .am files
|
# Required because patches modify .am files
|
||||||
# autoreconf --force
|
# autoreconf --force
|
||||||
%configure --disable-static --with-gnutls
|
%configure --disable-static --with-gnutls
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
doxygen doc/Doxyfile
|
cd doc/doxygen && make full && cd -
|
||||||
|
|
||||||
# Disabled for now due to problems reported at
|
# Disabled for now due to problems reported at
|
||||||
# https://gnunet.org/bugs/view.php?id=1619
|
# https://gnunet.org/bugs/view.php?id=1619
|
||||||
@ -87,7 +82,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
mkdir examples
|
mkdir examples
|
||||||
install -m 644 src/examples/*.c 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
|
cp -R doc/doxygen/html html
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -127,6 +121,9 @@ fi
|
|||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 06 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.28-3
|
||||||
- Correct comments about the doc location (#993819)
|
- Correct comments about the doc location (#993819)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user