- Update to version 0.4.2
- Drop upstreamed patch
This commit is contained in:
parent
b31d40f26b
commit
855b00cc34
@ -1 +1 @@
|
||||
libmicrohttpd-0.4.0a.tar.gz
|
||||
libmicrohttpd-0.4.2.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Lightweight library for embedding a webserver in applications
|
||||
Name: libmicrohttpd
|
||||
Version: 0.4.0a
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
@ -8,9 +8,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
URL: http://www.gnu.org/software/libmicrohttpd/
|
||||
Source0: ftp://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
|
||||
|
||||
# https://gnunet.org/mantis/view.php?id=1459
|
||||
Patch0: libmicrohttpd_64bit_fix.patch
|
||||
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: doxygen
|
||||
@ -53,7 +50,6 @@ Doxygen documentation for libmicrohttpd and some example source code
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
|
||||
# The doxygen file contains references to /home/grothoff/svn/libmicrohttpd/... replace these with .
|
||||
sed s/\\/home\\/grothoff\\/svn\\/libmicrohttpd/./ doc/Doxyfile > tmp
|
||||
@ -100,7 +96,7 @@ fi
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_libdir}/libmicrohttpd.so.5
|
||||
%{_libdir}/libmicrohttpd.so.5.0.0
|
||||
%{_libdir}/libmicrohttpd.so.5.1.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -117,6 +113,10 @@ fi
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Tue Jul 21 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.2-1
|
||||
- Update to version 0.4.2
|
||||
- Drop upstreamed patch
|
||||
|
||||
* Fri Feb 27 2009 Erik van Pienbroek <info@nntpgrab.nl> - 0.4.0a-1
|
||||
- Update to version 0.4.0a
|
||||
- Drop upstreamed patch
|
||||
|
Loading…
Reference in New Issue
Block a user