Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netcontrol for openSUSE:Factory 
checked in at 2023-11-09 21:34:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcontrol (Old)
 and      /work/SRC/openSUSE:Factory/.netcontrol.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcontrol"

Thu Nov  9 21:34:23 2023 rev:22 rq:1124120 version:0.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcontrol/netcontrol.changes    2023-07-24 
18:11:59.705221496 +0200
+++ /work/SRC/openSUSE:Factory/.netcontrol.new.17445/netcontrol.changes 
2023-11-09 21:34:37.827187554 +0100
@@ -1,0 +2,5 @@
+Tue Nov  7 21:48:46 UTC 2023 - Dirk Müller <[email protected]>
+
+- spec-cleaner run
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netcontrol.spec ++++++
--- /var/tmp/diff_new_pack.SxOpwL/_old  2023-11-09 21:34:39.355243864 +0100
+++ /var/tmp/diff_new_pack.SxOpwL/_new  2023-11-09 21:34:39.355243864 +0100
@@ -33,39 +33,18 @@
 Source1:        baselibs.conf
 Patch1:         0001-xml-reader-fix-xml_getc-and-xml_ungetc.patch
 Patch2:         0002-xml-reader-allow-uppercase-for-lt-gt-and-amp-expansi.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1310
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libnl3-devel
 BuildRequires:  libtool
-%else
-%if 0%{?suse_version} >= 1210
-BuildRequires:  libnl-1_1-devel
-%else
-BuildRequires:  libnl-devel
-%endif
-%endif
-BuildRequires:  pkg-config
-%if 0%{?suse_version} >= 1230
+BuildRequires:  pkgconfig
 Requires:       sysconfig >= 0.80.0
-%else
-Requires:       sysconfig >= 0.71.0
-%endif
 
 %description
 A interim network configuration library, currently implementing the
 libnetcf interface for libvirt.
 
-
-
-Authors:
---------
-    Olaf Kirch <[email protected]>
-    Marius Tomaschewski <[email protected]>
-
 %package -n     libnetcontrol0
-
 Summary:        A network configuration library
 Group:          Productivity/Networking/System
 
@@ -75,15 +54,7 @@
 
 The libnetcontrol0 package provides the shared library.
 
-
-
-Authors:
---------
-    Olaf Kirch <[email protected]>
-    Marius Tomaschewski <[email protected]>
-
 %package -n     libnetcontrol-devel
-
 Summary:        Development header and library files
 Group:          Development/Libraries/C and C++
 Requires:       libnetcontrol0 = %{version}
@@ -95,45 +66,31 @@
 The libnetcontrol-devel package contains libraries and header files
 required for development.
 
-
-
-Authors:
---------
-    Olaf Kirch <[email protected]>
-    Marius Tomaschewski <[email protected]>
-
 %prep
 %setup -q
 %patch1 -p1
 %patch2 -p1
 
 %build
-export CFLAGS="-W -Wall $RPM_OPT_FLAGS"
 %configure \
-%if 0%{?suse_version} >= 1230
        --enable-network-service \
-%endif
        --enable-pthreads \
        --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-
-%post -n libnetcontrol0
-/sbin/ldconfig
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n libnetcontrol0
-/sbin/ldconfig
+%post -n libnetcontrol0 -p /sbin/ldconfig
+%postun -n libnetcontrol0 -p /sbin/ldconfig
 
 %files -n libnetcontrol0
-%defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
 %files -n libnetcontrol-devel
-%defattr(-,root,root,-)
-%doc README COPYING.LGPL COPYING.GPL ChangeLog.git
+%license COPYING.LGPL COPYING.GPL
+%doc README ChangeLog.git
 %{_libdir}/*.so
 %{_includedir}/*
 %{_libdir}/pkgconfig/netcontrol.pc

Reply via email to