Skip to content

Commit

Permalink
Merge branch 'frawhide' into mado/bump/choosenim
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Oct 5, 2024
2 parents ccb9465 + 7d283bb commit 19f252f
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so

Name: discord-canary-openasar
Version: 0.0.500
Version: 0.0.499
Release: 1%?dist
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
Expand Down
2 changes: 1 addition & 1 deletion anda/apps/discord-canary/discord-canary.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so

Name: discord-canary
Version: 0.0.500
Version: 0.0.499
Release: 1%?dist
Summary: Free Voice and Text Chat for Gamers
URL: discord.com
Expand Down
4 changes: 2 additions & 2 deletions anda/apps/mpv/mpv-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global commit 216abbc12149668c71e400c19d1f60a507fb68c8
%global commit 493cab7efc1d80bb780d6eacffb316e7f5313154
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20241004
%global commit_date 20241005
%global ver 0.39.0

Name: mpv-nightly
Expand Down
2 changes: 1 addition & 1 deletion anda/apps/ruffle/ruffle-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%global ver 2024-10-04
%global ver 2024-10-05
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
%global commit b50e4de107ed43e44a8d28538f977938ea43a78f
%global commit a46c39abf0b38ca396dc27d0096f6805f2250d39
%forgemeta

Name: lomiri-system-settings
Expand Down
4 changes: 2 additions & 2 deletions anda/devs/zed/nightly/zed-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global commit 6635758009842dcf901fe341082e496549cb8577
%global commit 7608000df8c2e70b0381c7d933197242a3cd24ee
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20241004
%global commit_date 20241005
%global ver 0.157.0

%bcond_with check
Expand Down
12 changes: 6 additions & 6 deletions anda/docker/moby-buildx/moby-buildx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: go-rpm-macros
BuildRequires: git-core
BuildRequires: gcc
Requires: docker
BuildRequires: anda-srpm-macros

Provides: docker-buildx = %{version}-%{release}
Provides: docker-buildx-cli = %{version}-%{release}


%description
buildx is a Docker CLI plugin for extended build capabilities with BuildKit.


%prep
%autosetup -n buildx-%{version}
go mod download


%build
export CGO_ENABLED=1
go build -ldflags "-B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n') -s -w -extldflags '--static-pie'" \
-buildmode=pie -tags 'osusergo,netgo,static_build' -v -x \
-o docker-buildx ./cmd/buildx
%go_build_online ./cmd/buildx


%install
install -D -m 0755 docker-buildx %{buildroot}%{_libexecdir}/docker/cli-plugins/docker-buildx
install -D -m 0755 build/bin/cmd/buildx %{buildroot}%{_libexecdir}/docker/cli-plugins/docker-buildx


%files
Expand Down
1 change: 0 additions & 1 deletion anda/docker/moby-compose/moby-compose.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Source0: %{url}archive/refs/tags/v%{version}.tar.gz
BuildRequires: go-rpm-macros
BuildRequires: git-core
BuildRequires: docker
Requires: docker
Provides: docker-compose = %{version}-%{release}
Provides: docker-compose-cli = %{version}-%{release}

Expand Down
2 changes: 1 addition & 1 deletion anda/langs/nim/nim-nightly/nim-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ln -s %_prefix/lib/nim %buildroot%_prefix/lib/nim/lib || true
rm -rf %buildroot/nim || true
rm %buildroot%_bindir/*.bat || true

cp -r dist %_datadir/nim/
cp -r dist %buildroot%_datadir/nim/


%files
Expand Down
2 changes: 1 addition & 1 deletion anda/langs/nim/nim/nim.spec
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ rm -rf %buildroot/nim || true
rm %buildroot%_bindir/*.bat || true
rm -rf %buildroot%_bindir/empty.txt

cp -r dist %_datadir/nim/
cp -r dist %buildroot%_datadir/nim/


%files
Expand Down
4 changes: 2 additions & 2 deletions anda/lib/lsp-dsp/liblsp-dsp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#define _empty_manifest_terminate_build 0

Name: liblsp-dsp
Version: 1.0.25
Release: 1%dist
Version: 1.0.26
Release: 1%?dist
Summary: DSP library for signal processing
License: LGPL-3.0
#Group: System/Libraries
Expand Down

0 comments on commit 19f252f

Please sign in to comment.