Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
006979228e
!10 update to version 1.3.5
From: @zhangxianting 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-29 07:49:41 +00:00
zhangxianting
801686eb99 update to version 1.3.5 2023-11-24 13:17:15 +08:00
openeuler-ci-bot
faa4048f5f
!6 update to 1.2.2
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-21 06:57:27 +00:00
zhang__3125
66ccbe4500 update to 1.2.2 2022-06-21 12:09:48 +08:00
openeuler-ci-bot
666dddc459
!5 add flatpak-builder.yaml
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-20 07:58:58 +00:00
zhang__3125
a401aa924d add flatpak-builder.yaml 2022-06-20 10:19:12 +08:00
openeuler-ci-bot
fe73224b47
!4 Add buildrequires
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2022-06-15 04:16:10 +00:00
dwl301
935bf0d4a5 Add build requires libdw 2022-06-15 12:03:26 +08:00
openeuler-ci-bot
de3b0140e4 !1 Package init with 1.0.14
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-08-06 01:39:49 +00:00
weijin-deng
178181fde4 Package init with 1.0.14 2021-08-05 16:55:49 +08:00
3 changed files with 58 additions and 0 deletions

Binary file not shown.

54
flatpak-builder.spec Normal file
View File

@ -0,0 +1,54 @@
Name: flatpak-builder
Version: 1.3.5
Release: 1
Summary: A tool to build flatpaks from source
License: LGPLv2+ and GPLv2+
URL: https://flatpak.org/
Source0: https://github.com/flatpak/flatpak-builder/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: make flatpak pkgconfig(glib-2.0) >= 2.44 pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(ostree-1) >= 2017.14 pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libxml-2.0) >= 2.4 pkgconfig(libcurl) pkgconfig(libelf) libxslt pkgconfig(libdw)
BuildRequires: docbook-style-xsl xmlto
BuildRequires: appstream-compose
Requires: flatpak
%description
Flatpak-builder is a tool for building flatpaks from sources.
%prep
%autosetup -p1
%build
%configure \
--enable-docbook-docs
%make_build
%install
%make_install
%files
%license COPYING
%{_bindir}/flatpak-builder
%{_defaultdocdir}/flatpak-builder/*
%{_libexecdir}/flatpak-builder-debugedit
%{_mandir}/man1/flatpak-builder.1*
%{_mandir}/man5/flatpak-manifest.5*
%changelog
* Thu Nov 23 2023 zhangxianting <zhangxianting@uniontech.com> - 1.3.5-1
- update to version 1.3.5
* Tue Jun 21 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.2.2-1
- update to 1.2.2
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.0.14-3
- Add flatpak-builder.yaml
* Wed Jun 15 2022 wenlong ding <wenlong.ding@turbolinux.com.cn> - 1.0.14-2
- Add BuildRequires pkgconfig(libdw)
* Thu Aug 05 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.0.14-1
- Package init with 1.0.14

4
flatpak-builder.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: flatpak/flatpak-builder
tag_prefix: ^
seperator: .