mirror of
https://abf.rosa.ru/djam/mono.git
synced 2025-02-23 13:52:51 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled
Some checks failed
Run CI/CD... / main (push) Has been cancelled
This commit is contained in:
parent
44ca590086
commit
41994a91c8
2 changed files with 11 additions and 9 deletions
|
@ -13,4 +13,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||||
|
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||||
|
|
||||||
|
|
19
mono.spec
19
mono.spec
|
@ -1,7 +1,7 @@
|
||||||
# Turns "prefix=${pcfiledir}/../.." into "prefix=${pcfiledir}/.."
|
# Turns "prefix=${pcfiledir}/../.." into "prefix=${pcfiledir}/.."
|
||||||
%define dont_fix_pkgconfig 1
|
%define dont_fix_pkgconfig 1
|
||||||
|
|
||||||
%define rev 165
|
%define rev 104
|
||||||
|
|
||||||
%define major 0
|
%define major 0
|
||||||
%define major1 1
|
%define major1 1
|
||||||
|
@ -21,12 +21,12 @@
|
||||||
|
|
||||||
Summary: Mono Runtime
|
Summary: Mono Runtime
|
||||||
Name: mono
|
Name: mono
|
||||||
Version: 4.6.0
|
Version: 6.10.0
|
||||||
Release: %{rev}.3
|
Release: %{rev}.3
|
||||||
License: GPLv2 and LGPLv2+ and MIT
|
License: GPLv2 and LGPLv2+ and MIT
|
||||||
Group: Development/C#
|
Group: Development/C#
|
||||||
Url: http://www.go-mono.com/
|
Url: http://www.go-mono.com/
|
||||||
Source0: http://download.mono-project.com/sources/%{name}/%{name}-%{version}.%{rev}.tar.bz2
|
Source0: https://github.com/mono/mono/archive/%{name}-%{version}.%{rev}.tar.gz
|
||||||
# This key was generated by Götz Waschk <waschk@mandriva.org> on Oct 14, 2010
|
# This key was generated by Götz Waschk <waschk@mandriva.org> on Oct 14, 2010
|
||||||
# by running the following command:
|
# by running the following command:
|
||||||
# sn -k mono.snk
|
# sn -k mono.snk
|
||||||
|
@ -1442,13 +1442,14 @@ Mono implementation of WCF, Windows Communication Foundation.
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -qn %{name}-%{name}-%{version}.%{rev}
|
||||||
cp %{SOURCE2} mcs/tools/xbuild/targets/
|
cp %{SOURCE2} mcs/tools/xbuild/targets/
|
||||||
%patch0 -p1 -b .dllmap
|
#patch0 -p1 -b .dllmap
|
||||||
%patch1 -p1 -b .selfexe
|
#patch1 -p1 -b .selfexe
|
||||||
%patch2 -p1 -b .config
|
#patch2 -p1 -b .config
|
||||||
%patch4 -p1 -b .glop
|
#patch4 -p1 -b .glop
|
||||||
autoconf
|
#autoconf
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#gw else the syslog() call will not build
|
#gw else the syslog() call will not build
|
||||||
|
|
Loading…
Add table
Reference in a new issue