Browse Source

slirp4netns package update to v1.0.0

Signed-off-by: virtbuilder_pel7ppc64lebuilder0 <virtbuilder@powerel.org>
master
virtbuilder_pel7ppc64lebuilder0 4 years ago
parent
commit
3ba692fe25
  1. 69
      SPECS/slirp4netns.spec

69
SPECS/slirp4netns.spec

@ -1,34 +1,20 @@
%global git0 https://github.com/rootless-containers/%{name} %global git0 https://github.com/rootless-containers/%{name}
<<<<<<< HEAD %global commit0 eecccdb96f587b11d7764556ffacfeaffe4b6e11
%global commit0 19d199a6ca424fcf9516320a327cedad85cf4dfb
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
||||||| merged common ancestors
%global commit0 30883b5aef81510915ca0e0b28072e809172e1f6
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
=======
>>>>>>> slirp4netdns package update


# Used for comparing with latest upstream tag # Used for comparing with latest upstream tag
# to decide whether to autobuild (non-rawhide only) # to decide whether to autobuild (non-rawhide only)
%global built_tag v0.4.0-beta.2 %global built_tag v1.0.0


Name: slirp4netns Name: slirp4netns
<<<<<<< HEAD Version: 1.1.4
Version: 0.4.0
Release: 4.git%{shortcommit0}%{?dist}
||||||| merged common ancestors
Version: 0.3.0
Release: 1.alpha.2.git%{shortcommit0}%{?dist}
=======
Version: 0.3.2
Release: 1%{?dist} Release: 1%{?dist}
>>>>>>> slirp4netdns package update
# no go-md2man in ppc64 # no go-md2man in ppc64
#ExcludeArch: ppc64 ExcludeArch: ppc64
Summary: slirp for network namespaces Summary: slirp for network namespaces
License: GPLv2 License: GPLv2
URL: https://github.com/rootless-containers/slirp4netns/ URL: %{git0}
Source0: https://github.com/rootless-containers/slirp4netns/archive/v%{version}.tar.gz Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: gcc BuildRequires: gcc
@ -36,6 +22,8 @@ BuildRequires: glib2-devel
BuildRequires: git BuildRequires: git
BuildRequires: go-md2man BuildRequires: go-md2man
BuildRequires: libcap-devel BuildRequires: libcap-devel
BuildRequires: libseccomp-devel
BuildRequires: libslirp-devel
BuildRequires: make BuildRequires: make


%description %description
@ -44,16 +32,16 @@ slirp for network namespaces, without copying buffers across the namespaces.
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

%description devel %description devel
%{summary} %{summary}

This package contains library source intended for This package contains library source intended for
building other packages which use import path with building other packages which use import path with
%{import_path} prefix. %{import_path} prefix.



%prep %prep
%autosetup -Sgit -n %{name}-%{version} %autosetup -Sgit -n %{name}-%{commit0}



%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
@ -63,51 +51,18 @@ export GCCFLAGS="%{optflags}"
./configure --prefix=%{_usr} --libdir=%{_libdir} ./configure --prefix=%{_usr} --libdir=%{_libdir}
%{__make} generate-man %{__make} generate-man



%install %install
make DESTDIR=%{buildroot} install install-man make DESTDIR=%{buildroot} install install-man



%check %check

#define license tag if not already defined #define license tag if not already defined
%{!?_licensedir:%global license %doc} %{!?_licensedir:%global license %doc}



%files %files
%license COPYING %license COPYING
%doc README.md %doc README.md
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz %{_mandir}/man1/%{name}.1.gz


<<<<<<< HEAD
%changelog
* Wed Jul 31 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.4.0-4.git19d199a
- BR: libcap-devel

* Wed Jul 31 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-2.git19d199a
- bump to v0.4.0-beta.2
- autobuilt 19d199a

* Wed Jul 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-0.gitdeee8d0.1
- bump to 0.4.0
- autobuilt deee8d0

* Wed May 15 2019 Dan Walsh <dwalsh@fedoraproject.org> - v0.3.0-2
- Update to released version

* Wed Feb 27 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.0-1.alpha.2
- make version tag consistent with upstream

* Sun Feb 17 2019 Dan Walsh <dwalsh@fedoraproject.org> - v0.3.0-alpha.2
- Latest release
||||||| merged common ancestors
%changelog
* Wed Feb 27 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.0-1.alpha.2
- make version tag consistent with upstream

* Sun Feb 17 2019 Dan Walsh <dwalsh@fedoraproject.org> - v0.3.0-alpha.2
- Latest release
=======
>>>>>>> slirp4netdns package update

%changelog %changelog

Loading…
Cancel
Save