mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-12 06:30:38 +00:00
6ed095130c
* Update ipu6-camera-bins.spec Signed-off-by: Gilver <rockgrub@disroot.org> * Update update.rhai Signed-off-by: Gilver <rockgrub@disroot.org> * fix: Make nightly due to the date function Signed-off-by: Gilver <rockgrub@disroot.org> * Update ipu6-camera-bins.spec Signed-off-by: Gilver <rockgrub@disroot.org> * The funny Signed-off-by: Gilver <rockgrub@disroot.org> * Right Signed-off-by: Gilver <rockgrub@disroot.org> * Update ipu6-camera-bins.spec Signed-off-by: Gilver <rockgrub@disroot.org> * fix: Install and build * fix: Ifcond typo * feat: Ifcond * Fixes for build and obsoletes * Idiot moment * Mega idiot can't read moment * Add build dep just in case * chore: Update description/summary * cleanup: Stray dot?? * fix: Not really noarch and readelf is just trash on .a files * cleanup: Nest the %if? * chore: Bump obsolete release Signed-off-by: Gilver <rockgrub@disroot.org> --------- Signed-off-by: Gilver <rockgrub@disroot.org>
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
rpm.global("commit", gh_commit("intel/ipu6-camera-bins"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
let v = gh("intel/ipu6-camera-bins");
|
|
v.truncate(6);
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|