!3 update to version 0.0.3
From: @lwg99 Reviewed-by: @open-bot Signed-off-by: @open-bot
This commit is contained in:
commit
fd2f5209c2
@ -1,12 +0,0 @@
|
||||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 9a30fada749f427a8fd106d11f34c928b5ace351..a75cf6d74663c0054df684376ea3e92b9a336025 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -57,6 +57,7 @@ fbd_lib = static_library(
|
||||
)
|
||||
|
||||
fbd_dep = declare_dependency(
|
||||
+ sources: generated_dbus_sources,
|
||||
include_directories : fbd_inc,
|
||||
link_with : fbd_lib,
|
||||
dependencies : fbd_deps,
|
||||
Binary file not shown.
BIN
feedbackd-v0.0.3.tar.gz
Normal file
BIN
feedbackd-v0.0.3.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,14 @@
|
||||
%global gmobile_commit 1039e7808195d4de367ce2718481641ca8af2427
|
||||
%global gmobile_commit v0.0.1
|
||||
|
||||
Name: feedbackd
|
||||
Version: 0.0.2
|
||||
Version: 0.0.3
|
||||
Release: 1
|
||||
Summary: Feedback library for GNOME
|
||||
License: GPLv3+
|
||||
URL: https://source.puri.sm/Librem5/feedbackd
|
||||
Source0: https://source.puri.sm/Librem5/feedbackd/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
||||
Source1: https://gitlab.gnome.org/guidog/gmobile/-/archive/%{gmobile_commit}/gmobile-%{gmobile_commit}.tar.gz
|
||||
Source1: https://gitlab.gnome.org/guidog/gmobile/-/archive/%{gmobile_commit}/gmobile-%{gmobile_commit}.tar.gz
|
||||
|
||||
Patch0: 0000-add-dbus-source-deps.patch
|
||||
|
||||
BuildRequires: gcc meson systemd-devel vala dbus-daemon
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.50.0
|
||||
@ -45,7 +44,6 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -a1 -q -n %{name}-v%{version}
|
||||
%patch0 -p1
|
||||
|
||||
rmdir subprojects/gmobile
|
||||
mv gmobile-%{gmobile_commit} subprojects/gmobile
|
||||
@ -59,7 +57,7 @@ mv gmobile-%{gmobile_commit} subprojects/gmobile
|
||||
install -D -m 644 debian/feedbackd.udev %{buildroot}%{_udevrulesdir}/90-feedbackd.rules
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
#%%meson_test
|
||||
|
||||
%files
|
||||
%{_bindir}/fbcli
|
||||
@ -84,6 +82,9 @@ install -D -m 644 debian/feedbackd.udev %{buildroot}%{_udevrulesdir}/90-feedback
|
||||
%{_libdir}/pkgconfig/libfeedback-0.0.pc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2023 lwg <liweiganga@uniontech.com> - 0.0.3-1
|
||||
- update to version 0.0.3
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.0.2-1
|
||||
- Update to 0.0.2
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://source.puri.sm/Librem5/feedbackd
|
||||
tag_prefix: ^v
|
||||
seperator: _
|
||||
separator: _
|
||||
|
||||
Binary file not shown.
BIN
gmobile-v0.0.1.tar.gz
Normal file
BIN
gmobile-v0.0.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user