update to version 0.0.3
This commit is contained in:
parent
6d4a22e032
commit
c26595d383
@ -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
|
Name: feedbackd
|
||||||
Version: 0.0.2
|
Version: 0.0.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Feedback library for GNOME
|
Summary: Feedback library for GNOME
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://source.puri.sm/Librem5/feedbackd
|
URL: https://source.puri.sm/Librem5/feedbackd
|
||||||
Source0: https://source.puri.sm/Librem5/feedbackd/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
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: gcc meson systemd-devel vala dbus-daemon
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.50.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.50.0
|
||||||
@ -45,7 +44,6 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -a1 -q -n %{name}-v%{version}
|
%setup -a1 -q -n %{name}-v%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
rmdir subprojects/gmobile
|
rmdir subprojects/gmobile
|
||||||
mv gmobile-%{gmobile_commit} 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
|
install -D -m 644 debian/feedbackd.udev %{buildroot}%{_udevrulesdir}/90-feedbackd.rules
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%meson_test
|
#%%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/fbcli
|
%{_bindir}/fbcli
|
||||||
@ -84,6 +82,9 @@ install -D -m 644 debian/feedbackd.udev %{buildroot}%{_udevrulesdir}/90-feedback
|
|||||||
%{_libdir}/pkgconfig/libfeedback-0.0.pc
|
%{_libdir}/pkgconfig/libfeedback-0.0.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.0.2-1
|
||||||
- Update to 0.0.2
|
- Update to 0.0.2
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: https://source.puri.sm/Librem5/feedbackd
|
src_repo: https://source.puri.sm/Librem5/feedbackd
|
||||||
tag_prefix: ^v
|
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