|
|
@@ -31,11 +31,11 @@ Distribution: OpenPKG Community
|
|
|
Class: EVAL
|
|
|
Group: Filesystem
|
|
|
License: Apache
|
|
|
-Version: 1.15.3
|
|
|
-Release: 20210501
|
|
|
+Version: 1.18.8
|
|
|
+Release: 20220317
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: https://github.com/watchexec/watchexec/archive/%{version}.tar.gz
|
|
|
+Source0: https://github.com/watchexec/watchexec/archive/cli-v%{version}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101, rust
|
|
|
@@ -53,7 +53,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
}
|
|
|
|
|
|
%prep
|
|
|
- %setup -q
|
|
|
+ %setup -q -n watchexec-cli-v%{version}
|
|
|
|
|
|
%build
|
|
|
HOME=`pwd`
|