aboutsummaryrefslogtreecommitdiff
path: root/chicago95.spec
diff options
context:
space:
mode:
Diffstat (limited to 'chicago95.spec')
-rw-r--r--chicago95.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/chicago95.spec b/chicago95.spec
index 45e56cb..f7ec125 100644
--- a/chicago95.spec
+++ b/chicago95.spec
@@ -3,6 +3,10 @@
# debian/ for this package
%define debug_package %{nil}
%define committish master
+%define archivename %{committish}.tar.gz
+%if 0%{?obsbuild}
+%define archivename Chicago95.tar.gz
+%endif
Name: chicago95-theme
Version: 2.0.1
Release: 1%{?dist}
@@ -11,7 +15,7 @@ Summary: XFCE Windows 95 Total Conversion
Group: User Interface/Desktops
License: GPLv3.0+/MIT
URL: https://github.com/grassmunk/Chicago95
-Source0: https://github.com/grassmunk/Chicago95/archive/%{committish}.tar.gz
+Source0: https://github.com/grassmunk/Chicago95/archive/%{archivename}
BuildArch: noarch
Packager: B Stack <bgstack15@gmail.com>
bgstack15