diff --git a/libmicrohttpd.dsc b/libmicrohttpd.dsc index 8263b69..25242b6 100644 --- a/libmicrohttpd.dsc +++ b/libmicrohttpd.dsc @@ -2,7 +2,7 @@ Format: 1.0 Source: libmicrohttpd Binary: libmicrohttpd5, libmicrohttpd-dbg, libmicrohttpd-dev Architecture: any -Version: 0.4.5-1 +Version: 0.4.6-1 Maintainer: Debian GNUnet Maintainers Uploaders: Daniel Baumann Homepage: http://www.gnu.org/software/libmicrohttpd/ @@ -12,5 +12,5 @@ Vcs-Git: git://git.debian-maintainers.org/git/gnunet/libmicrohttpd.git Build-Depends: debhelper (>= 5), autotools-dev, libcurl4-openssl-dev, libgcrypt11-dev (>= 1.2.4) Files: - bcd61ebb10286379f55c7db9c79e0465 843590 libmicrohttpd-0.4.5.tar.gz - ee55b467a355f4669023ca61fa04aaf4 3595 libmicrohttpd-0.4.5.diff.gz + bcd61ebb10286379f55c7db9c79e0465 843590 libmicrohttpd-0.4.6.tar.gz + ee55b467a355f4669023ca61fa04aaf4 3595 libmicrohttpd-0.4.6.diff.gz diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 385a3d6..ddf2747 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -33,7 +33,6 @@ libmicrohttpd was started because the author needed an easy way to add a concurr %package -n %{name}%{soname} Group: System/Libraries -PreReq: glibc Summary: Small Embeddable HTTP Server Library %description -n %{name}%{soname} @@ -84,11 +83,11 @@ libmicrohttpd was started because the author needed an easy way to add a concurr --enable-messages \ --enable-https \ --enable-client-side -%__make %{?_smp_mflags} %{?jobs:-j%{jobs}} +%__make %{?_smp_mflags} %install %makeinstall -find %{buildroot} -name *.la -exec %__rm {} \; +find %{buildroot} -name "*.la" -delete # Some tests fail due to some issue in gnutls #%check