Hello community,

here is the log from the commit of package log4net for openSUSE:Factory checked 
in at 2018-03-09 10:40:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/log4net (Old)
 and      /work/SRC/openSUSE:Factory/.log4net.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "log4net"

Fri Mar  9 10:40:25 2018 rev:18 rq:582853 version:1.2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/log4net/log4net.changes  2013-03-25 
20:40:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.log4net.new/log4net.changes     2018-03-09 
10:40:29.023886460 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:37:03 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ log4net.spec ++++++
--- /var/tmp/diff_new_pack.iLRNeI/_old  2018-03-09 10:40:30.327839503 +0100
+++ /var/tmp/diff_new_pack.iLRNeI/_new  2018-03-09 10:40:30.331839360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package log4net
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,30 +14,23 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:           log4net
-BuildRequires:  mono-basic
-BuildRequires:  mono-data-sqlite
-BuildRequires:  mono-devel
-BuildRequires:  unzip
-BuildRequires:  update-desktop-files
-Url:            http://logging.apache.org/log4net/
-%define prefix /usr
-%define sysconfdir /etc
-#Requires:       mono-core >= 1.1.7.7
-#Requires:       mono-data >= 1.1.7.7
-#Requires:       mono-web >= 1.1.7.7
 Version:        1.2.10
 Release:        0
 Summary:        A .NET framework for logging
 License:        Apache-2.0
 Group:          System/Libraries
+URL:            http://logging.apache.org/log4net/
 Source:         incubating-log4net-1.2.10.zip
 Source1:        log4net.key
 Source2:        log4net.pc
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  mono-basic
+BuildRequires:  mono-data-sqlite
+BuildRequires:  mono-devel
+BuildRequires:  unzip
+BuildRequires:  update-desktop-files
 BuildArch:      noarch
 #=============================================================================
 
@@ -46,33 +39,15 @@
 variety of output targets. log4net is a port of the excellent log4j
 framework to the .NET runtime
 
-
-
-Authors:
---------
-    Nicko Cadell
-    Niall Daley
-    Gert Driesen
-    Ron Grabowski
-    Julian Biddle
-    Daniel Cazzulino
-    Aspi Havewala
-    Rick Hobbs
-    Lance Nehring
-    Angelika Schnagl
-    Edward Smit
-    Douglas de la Torre
-    Thomas Voss
-
 %prep
-%setup -c -n %{name}-%{version}
+%setup -q -c
 #=============================================================================
 
 %build
 export LC_CTYPE=en_US.UTF-8
 cd log4net-%{version}
 mcs -out:../log4net.dll \
-       -keyfile:%{S:1} \
+       -keyfile:%{SOURCE1} \
        /target:library \
        /r:System.dll \
        /r:System.Data.dll \
@@ -283,20 +258,15 @@
 #=============================================================================
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/pkgconfig
-cp %{S:2} $RPM_BUILD_ROOT/%{prefix}/share/pkgconfig
-gacutil -package log4net -gacdir /usr/lib -root ${RPM_BUILD_ROOT}/usr/lib -i 
log4net.dll > /dev/null
-#=============================================================================
-
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}/%{_datadir}/pkgconfig
+cp %{SOURCE2} %{buildroot}/%{_datadir}/pkgconfig
+gacutil -package log4net -gacdir %{_prefix}/lib -root 
%{buildroot}%{_prefix}/lib -i log4net.dll > /dev/null
 #=============================================================================
 
 %files
 %defattr(755,root,root)
-%{prefix}/share/pkgconfig/log4net.pc
-%{prefix}/lib/mono/gac
-%{prefix}/lib/mono/log4net
+%{_datadir}/pkgconfig/log4net.pc
+%{_prefix}/lib/mono/gac
+%{_prefix}/lib/mono/log4net
 
 %changelog




Reply via email to