Hello community, here is the log from the commit of package odp for openSUSE:Factory checked in at 2017-09-25 13:58:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/odp (Old) and /work/SRC/openSUSE:Factory/.odp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "odp" Mon Sep 25 13:58:08 2017 rev:3 rq:527722 version:1.11.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/odp/odp.changes 2017-06-26 15:52:15.831656252 +0200 +++ /work/SRC/openSUSE:Factory/.odp.new/odp.changes 2017-09-25 13:58:09.401469136 +0200 @@ -1,0 +2,5 @@ +Thu Sep 21 10:59:18 UTC 2017 - [email protected] + +- Removed examples sub-package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ odp.spec ++++++ --- /var/tmp/diff_new_pack.gnN6rg/_old 2017-09-25 13:58:10.141365035 +0200 +++ /var/tmp/diff_new_pack.gnN6rg/_new 2017-09-25 13:58:10.145364472 +0200 @@ -27,7 +27,6 @@ Patch0: 0001-increase_ODP_CPUMASK_SIZE.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: chrpath BuildRequires: doxygen %if %{suse_version} >= 1330 BuildRequires: gcc @@ -68,17 +67,6 @@ This package contains the development files for the OpenDataPlane reference implementation. -%package example -Summary: OpenDataPlane Reference examples -Group: Development/Libraries/C and C++ -Requires: %{name}-libs = %{version}-%{release} -Conflicts: otherproviders(odp-any-example) -Provides: odp-any-example = %{version} - -%description example -Examples for the OpenDataPlane reference implementation (ODP). -The ODP project is a set of APIs for the networking data plane. - %prep %setup -q -n odp-1.11.0.0_monarch # The below command is used to replace the use of git-hash with the version of the source code @@ -101,18 +89,13 @@ make V=1 CC=gcc-6 DESTDIR=%{buildroot} %{?_smp_mflags} install %endif find %{buildroot} -type f -name 'libodp*.la' |xargs rm -f -rm -f %{buildroot}%{_bindir}/odp_ipsec_run* -chrpath -k -d %{buildroot}%{_bindir}/* +rm -f %{buildroot}%{_bindir}/odp_* %files libs %defattr(-,root,root) %doc LICENSE README CHANGELOG %{_libdir}/libodp*.so.* -%files example -%defattr(-,root,root) -%{_bindir}/* - %files devel %defattr(-,root,root) %{_includedir}/odp*
