Accepting request 590336 from GNOME:Factory
- Make version in the injected .pc file a variable, which is dynamically updated to %{version} (boo#880273). (forwarded request 588464 from dimstar) OBS-URL: https://build.opensuse.org/request/show/590336 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/log4net?expand=0&rev=19
This commit is contained in:
parent
6b15ed4442
commit
ed374fdd0f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 19 09:21:53 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Make version in the injected .pc file a variable, which is
|
||||||
|
dynamically updated to %{version} (boo#880273).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 16:37:03 UTC 2018 - dimstar@opensuse.org
|
Wed Feb 28 16:37:03 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -4,5 +4,5 @@ libdir=${exec_prefix}/lib
|
|||||||
|
|
||||||
Name: log4net
|
Name: log4net
|
||||||
Description: log4net - .Net logging framework
|
Description: log4net - .Net logging framework
|
||||||
Version: 1.2.9
|
Version: @VERSION@
|
||||||
Libs: -r:${libdir}/mono/log4net/log4net.dll
|
Libs: -r:${libdir}/mono/log4net/log4net.dll
|
||||||
|
@ -41,6 +41,7 @@ framework to the .NET runtime
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
|
sed -i "s|@VERSION@|%{version}|" %{SOURCE2}
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user