OSDN Git Service

Add templete of spec.
authorHe Chenlan <210hcl@gmail.com>
Mon, 18 Jan 2021 14:46:08 +0000 (22:46 +0800)
committerHe Chenlan <210hcl@gmail.com>
Mon, 18 Jan 2021 14:46:08 +0000 (22:46 +0800)
templete.spec [new file with mode: 0644]

diff --git a/templete.spec b/templete.spec
new file mode 100644 (file)
index 0000000..18ca9f6
--- /dev/null
@@ -0,0 +1,47 @@
+#
+# spec file for package 
+#
+# Copyright (c) 2021 Essential OS Project
+#
+# All modifications and additions to the file contributed by third parties 
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license of the SPEC file and the modifications and additions 
+# to the libre software , linux-firmware and non-libre software with source
+# code are all AGPLv3. The license of the SPEC file and the modifications 
+# and additions to the non-libre software are all Anti-996 License except 
+# linux-firmware, software provided source code. All the libre license we
+# acceptd are all listed in https://www.gnu.org/licenses/license-list.html
+#
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
+
+Name:           
+Version:
+Release:        
+Summary:
+License:
+URL:
+Source0:
+BuildRequires:
+Requires:
+
+%description
+
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%license add-license-file-here
+%doc add-docs-here
+
+%changelog
+