mirror of
https://abf.rosa.ru/djam/mono.git
synced 2025-02-23 05:42:56 +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:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
19
mono.spec
19
mono.spec
|
@ -1,7 +1,7 @@
|
|||
# Turns "prefix=${pcfiledir}/../.." into "prefix=${pcfiledir}/.."
|
||||
%define dont_fix_pkgconfig 1
|
||||
|
||||
%define rev 165
|
||||
%define rev 104
|
||||
|
||||
%define major 0
|
||||
%define major1 1
|
||||
|
@ -21,12 +21,12 @@
|
|||
|
||||
Summary: Mono Runtime
|
||||
Name: mono
|
||||
Version: 4.6.0
|
||||
Version: 6.10.0
|
||||
Release: %{rev}.3
|
||||
License: GPLv2 and LGPLv2+ and MIT
|
||||
Group: Development/C#
|
||||
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
|
||||
# by running the following command:
|
||||
# sn -k mono.snk
|
||||
|
@ -1442,13 +1442,14 @@ Mono implementation of WCF, Windows Communication Foundation.
|
|||
#----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -qn %{name}-%{name}-%{version}.%{rev}
|
||||
cp %{SOURCE2} mcs/tools/xbuild/targets/
|
||||
%patch0 -p1 -b .dllmap
|
||||
%patch1 -p1 -b .selfexe
|
||||
%patch2 -p1 -b .config
|
||||
%patch4 -p1 -b .glop
|
||||
autoconf
|
||||
#patch0 -p1 -b .dllmap
|
||||
#patch1 -p1 -b .selfexe
|
||||
#patch2 -p1 -b .config
|
||||
#patch4 -p1 -b .glop
|
||||
#autoconf
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
#gw else the syslog() call will not build
|
||||
|
|
Loading…
Add table
Reference in a new issue