OSDN Git Service

Revise version of packages in versions.ods toolchain worksheet.
[resuse/doc.git] / templete.spec
1 #
2 # spec file for package 
3 #
4 # Copyright (c) 2021 Essential OS Project
5 #
6 # All modifications and additions to the file contributed by third parties 
7 # remain the property of their copyright owners, unless otherwise agreed
8 # upon. The license of the SPEC file and the modifications and additions 
9 # to the libre software , linux-firmware and non-libre software with source
10 # code are all AGPLv3. The license of the SPEC file and the modifications 
11 # and additions to the non-libre software are all Anti-996 License except 
12 # linux-firmware, software provided source code. All the libre license we
13 # acceptd are all listed in https://www.gnu.org/licenses/license-list.html
14 #
15 # Please submit bugfixes or comments via https://bugs.essentialos.org/
16 #
17
18
19 Name:           
20 Version:
21 Release:        
22 Summary:
23 License:
24 URL:
25 Source0:
26 BuildRequires:
27 Requires:
28
29 %description
30
31
32 %prep
33 %setup -q
34
35 %build
36 %configure
37 make %{?_smp_mflags}
38
39 %install
40 %make_install
41
42 %files
43 %license add-license-file-here
44 %doc add-docs-here
45
46 %changelog
47