summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2024-12-27 15:07:07 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2024-12-27 15:07:07 +0000
commit242e97616f950229ff99e680e6785966c27e1b2c (patch)
tree882963637ae0094b9c84a3a59c406621c7715509
parent2ee55b66512a8b8dc659b7cbfb25f9eb9f2c48c9 (diff)
automatic import of CoBang
-rw-r--r--.gitignore1
-rw-r--r--CoBang.spec12
-rw-r--r--sources2
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 294a1e6..c1e98aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/CoBang-0.14.1.tar.gz
+/CoBang-83e953a.tar.gz
diff --git a/CoBang.spec b/CoBang.spec
index 0beedef..3aa3d5e 100644
--- a/CoBang.spec
+++ b/CoBang.spec
@@ -8,14 +8,18 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
+%global commit 83e953ae739f895ddb19aaa14a8b13b29d6607f4
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: CoBang
-Version: 0.14.1
+Version: 0.14.1^20241223.83e953a
Release: %autorelease
Summary: A QR code scanner desktop app for Linux
-License: GPL-3.0-or-later
+# Main code is GPL-3.0-or-later
+# Picture icon is ISC
+License: GPL-3.0-or-later AND ISC
URL: https://github.com/hongquan/CoBang
-Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: glib2-devel
@@ -110,6 +114,6 @@ appstream-util validate-relax --nonet \
%changelog
## START: Generated by rpmautospec
-* Tue Dec 17 2024 John Doe <packager@example.com> - 0.14.1-1
+* Fri Dec 27 2024 John Doe <packager@example.com> - 0.14.1^20241223.83e953a-1
- Uncommitted changes
## END: Generated by rpmautospec
diff --git a/sources b/sources
index 74c1ee9..9fd94ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0ef10462ed69d4bf2828eb469a5211a CoBang-0.14.1.tar.gz
+697d127c3759a6de1f3edae7d9f2ca0d CoBang-83e953a.tar.gz