diff options
author | B Stack <bgstack15@gmail.com> | 2020-07-15 12:12:09 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-07-15 12:12:09 -0400 |
commit | 0bc770774806a9d8883906ba2c8874131a0c8154 (patch) | |
tree | b7d33f0b50f7ecdfc62e62e960b2fd3437db9a67 | |
parent | WIP: update tarball name in spec (diff) | |
download | chicago95-packages-0bc770774806a9d8883906ba2c8874131a0c8154.tar.gz chicago95-packages-0bc770774806a9d8883906ba2c8874131a0c8154.tar.bz2 chicago95-packages-0bc770774806a9d8883906ba2c8874131a0c8154.zip |
adjust archive dir for obs
-rw-r--r-- | chicago95.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chicago95.spec b/chicago95.spec index f16d4a4..b8fc5a7 100644 --- a/chicago95.spec +++ b/chicago95.spec @@ -6,8 +6,10 @@ %define debug_package %{nil} %define committish master %define archivename %{committish}.tar.gz +%define archivedir Chicago95-%{committish} %if 0%{?obsbuild} %define archivename chicago95.orig.tar.gz +%define archivedir chicago95.orig %endif Name: chicago95-theme Version: 2.0.1 @@ -114,7 +116,7 @@ Summary: Windows Plus! Theme Conversion for XFCE/Chicago95 Translate Windows 95 Plus! themes to Gtk-compatible themes. %prep -%setup -n Chicago95-%{committish} +%setup -n %{archivedir} #%%patch0 -p1 |