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:
parent
a3b8978fe2
commit
56cb347b91
@ -2,7 +2,7 @@ Format: 1.0
|
|||||||
Source: libmicrohttpd
|
Source: libmicrohttpd
|
||||||
Binary: libmicrohttpd5, libmicrohttpd-dbg, libmicrohttpd-dev
|
Binary: libmicrohttpd5, libmicrohttpd-dbg, libmicrohttpd-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 0.4.5-1
|
Version: 0.4.6-1
|
||||||
Maintainer: Debian GNUnet Maintainers <gnunet@lists.debian-maintainers.org>
|
Maintainer: Debian GNUnet Maintainers <gnunet@lists.debian-maintainers.org>
|
||||||
Uploaders: Daniel Baumann <daniel@debian.org>
|
Uploaders: Daniel Baumann <daniel@debian.org>
|
||||||
Homepage: http://www.gnu.org/software/libmicrohttpd/
|
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)
|
Build-Depends: debhelper (>= 5), autotools-dev, libcurl4-openssl-dev, libgcrypt11-dev (>= 1.2.4)
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
bcd61ebb10286379f55c7db9c79e0465 843590 libmicrohttpd-0.4.5.tar.gz
|
bcd61ebb10286379f55c7db9c79e0465 843590 libmicrohttpd-0.4.6.tar.gz
|
||||||
ee55b467a355f4669023ca61fa04aaf4 3595 libmicrohttpd-0.4.5.diff.gz
|
ee55b467a355f4669023ca61fa04aaf4 3595 libmicrohttpd-0.4.6.diff.gz
|
||||||
|
@ -33,7 +33,6 @@ libmicrohttpd was started because the author needed an easy way to add a concurr
|
|||||||
|
|
||||||
%package -n %{name}%{soname}
|
%package -n %{name}%{soname}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
PreReq: glibc
|
|
||||||
Summary: Small Embeddable HTTP Server Library
|
Summary: Small Embeddable HTTP Server Library
|
||||||
|
|
||||||
%description -n %{name}%{soname}
|
%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-messages \
|
||||||
--enable-https \
|
--enable-https \
|
||||||
--enable-client-side
|
--enable-client-side
|
||||||
%__make %{?_smp_mflags} %{?jobs:-j%{jobs}}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
find %{buildroot} -name *.la -exec %__rm {} \;
|
find %{buildroot} -name "*.la" -delete
|
||||||
|
|
||||||
# Some tests fail due to some issue in gnutls
|
# Some tests fail due to some issue in gnutls
|
||||||
#%check
|
#%check
|
||||||
|
Loading…
Reference in New Issue
Block a user