-
Notifications
You must be signed in to change notification settings - Fork 693
/
Copy pathdotnet-sdk.spec
77 lines (65 loc) · 2.67 KB
/
dotnet-sdk.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
%define debug_package %{nil}
Summary: Microsoft .NET Core SDK
Name: dotnet-sdk
Version: 7.0.302
Release: 1%{?dist}
Vendor: VMware, Inc.
Distribution: Photon
License: MIT
Url: https://github.com/dotnet/core
Group: Development/Tools
# Download source tarball from the links provided in:
# https://github.com/dotnet/core/tree/main/release-notes
#
# For example:
# https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.0/6.0.0.md
# https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz
Source0: %{name}-%{version}-linux-x64.tar.gz
%define sha512 %{name}=9387bd804ed980ba1bc33093598ddbafa3a761e07d28916c94442cc329533d78a03bfc59d3066a1a861244302414e7e658b4e721b5bc825f623f8f908e748b7e
BuildArch: x86_64
BuildRequires: lttng-ust-devel >= 2.13.4-2
Requires: curl
Requires: libunwind
Requires: krb5
Requires: lttng-ust >= 2.13.4-2
Requires: icu >= 70.1
Requires: libstdc++
%description
.NET Core is a development platform that you can use to build command-line
applications, microservices and modern websites.
%prep
%autosetup -p1 -c %{name}-%{version} -p1
%build
%install
mkdir -p %{buildroot}%{_libdir}/dotnet/sdk
cp -pr sdk/%{version} %{buildroot}%{_libdir}/dotnet/sdk
%files
%defattr(-,root,root,0755)
%{_libdir}/*
%changelog
- Upgrade to v7.0.302, removed the dotnet-runtime dependency, sdk installs the dotnet runtime.
- Bump version as a part of icu upgrade
- Upgrade to v7.0.102
- Bump version as a part of icu upgrade
- Upgrade to v7.0.100-rc1
- Release bump to build with icu-70.1
- Upgrade to version 6.0.100
- Upgrade to version 5.0.402
- upgrade to version 5.0.103
- Automatic Version Bump
- upgraded to version 2.1.509
- upgraded to version 2.1.403
- Initial build for photon