chore (unity-scope-home): use %conf and stop using %autorelease (#11315)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2026-04-17 17:19:20 -05:00
committed by GitHub
parent 5a25ac86d5
commit 75bd98dac9
@@ -1,7 +1,7 @@
Name: unity-scope-home
Summary: Home scope that aggregates results from multiple scopes
Version: 19.04.20190412
Release: %autorelease
Release: 1%{?dist}
License: GPL-3.0
URL: https://launchpad.net/unity-scope-home
Source0: http://archive.ubuntu.com/ubuntu/pool/universe/u/unity-scope-home/unity-scope-home_6.8.2+%{version}.orig.tar.gz
@@ -32,12 +32,14 @@ Theme and icons for Unity.
%prep
%autosetup -c -p1
%build
%conf
NOCONFIGURE=1 \
./autogen.sh
# Cannot build with Fedora's libunity
%configure --disable-static
%build
%make_build
%install