blivet-gui/blivet-gui.spec
sherlock2010 0cbf724247 enable test
(cherry picked from commit 5da7d299e5f1f1078bdfc1f226fb14e5d28d6866)
2023-10-26 09:57:31 +08:00

87 lines
2.4 KiB
RPMSpec

Name: blivet-gui
Version: 2.1.15
Release: 3
Summary: Tool for data storage configuration
License: GPLv2+
URL: https://github.com/storaged-project/blivet-gui
Source0: https://github.com/storaged-project/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-Ignore-fallback-ITS-rule-warning-from-gettext.patch
Patch1: skip-brtfs-raid-test-if-no-support.patch
BuildArch: noarch
BuildRequires: desktop-file-utils libappstream-glib python3-devel gettext python3-setuptools
#required by test
BuildRequires: python3-six python3-gobject-base python3-blivet xorg-x11-server-Xvfb
Requires: python3 python3-gobject gettext python3-blivet gtk3
Requires: PolicyKit-authentication-agent python3-pid libreport adwaita-icon-theme
Provides: %{name}-runtime
Obsoletes: %{name}-runtime
%description
Graphical (GTK) tool for manipulation and configuration of data storage
(disks, LVMs, RAIDs) based on blivet library.
%package_help
%prep
%autosetup -p1 -n %{name}-%{version}
%build
%make_build
%install
%make_install
desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/blivet-gui.appdata.xml
install -d %{buildroot}/%{_localstatedir}/log/blivet-gui
%check
make test
%files
%defattr(-,root,root)
%doc COPYING
%{_sysconfdir}/libreport/events.d/blivet-gui_event.conf
%{_bindir}/*
%{python3_sitelib}/*
%{_datadir}/locale/*
%{_datadir}/blivet-gui
%{_datadir}/appdata/blivet-gui.appdata.xml
%{_datadir}/applications/blivet-gui.desktop
%{_datadir}/icons/hicolor/*/apps/blivet-gui.png
%{_datadir}/polkit-1/actions/org.fedoraproject.pkexec.blivet-gui.policy
%{_localstatedir}/log/blivet-gui
%files help
%defattr(-,root,root)
%doc ChangeLog README.md
%{_mandir}/man1/blivet-gui.1*
%changelog
* Thu Sep 28 2023 zhouyihang<zhouyihang3@h-partners.com> - 2.1.15-3
- Type:requirements
- ID:NA
- SUG:NA
- DESC:enable test
* Fri Sep 4 2020 gaihuiying<gaihuiying1@huawei.com> - 2.1.15-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix build error because gettext update to 0.21
* Wed Aug 19 2020 gaihuiying<gaihuiying1@huawei.com> - 2.1.15-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update to 2.1.15
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.1.11-1
- Package init