Accepting request 34852 from home:bitshuffler:branches:devel:libraries:c_c++

Copy from home:bitshuffler:branches:devel:libraries:c_c++/libmicrohttpd via accept of submit request 34852 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/34852
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=3
This commit is contained in:
Pascal Bleser 2010-03-15 19:33:13 +00:00 committed by Git OBS Bridge
parent a3b8978fe2
commit 56cb347b91
2 changed files with 5 additions and 6 deletions

View File

@ -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 <gnunet@lists.debian-maintainers.org>
Uploaders: Daniel Baumann <daniel@debian.org>
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

View File

@ -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