wpebackend-fdo/wpebackend-fdo.spec

57 lines
1.4 KiB
RPMSpec
Raw Normal View History

2020-07-24 16:42:41 +08:00
Name: wpebackend-fdo
Version: 1.6.1
2022-08-02 07:06:51 +08:00
Release: 2
2020-07-24 16:42:41 +08:00
Summary: A WPE backend designed for Linux desktop systems
2022-08-02 07:06:51 +08:00
License: BSD-2-Clause
2020-07-24 16:42:41 +08:00
URL: https://github.com/Igalia/%{name}
Source0: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz
BuildRequires: cmake gcc-c++ mesa-libEGL-devel libxkbcommon-devel
BuildRequires: wayland-devel libwpe-devel glib2-devel
%description
A WPE backend designed for Linux desktop systems.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries, build data, and header
files for developing applications that use %{name}.
%prep
%autosetup -p1 -n %{name}-%{version}
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%cmake \
..
popd
%make_build -C %{_target_platform}
%install
%make_install -C %{_target_platform}
%files
%defattr(-,root,root)
%doc NEWS
%license COPYING
%{_libdir}/libWPEBackend-fdo-1.0.so.1
%{_libdir}/libWPEBackend-fdo-1.0.so.1.*
%{_libdir}/libWPEBackend-fdo-1.0.so
%files devel
%defattr(-,root,root)
%{_includedir}/wpe-fdo-1.0
%{_libdir}/pkgconfig/wpebackend-fdo-1.0.pc
%changelog
2022-08-02 07:06:51 +08:00
* Mon Aug 01 2022 liukuo <liukuo@kylinos.cn> - 1.6.1-2
- License compliance rectification
* Thu Jul 23 2020 songnannan <songnannan2@huawei.com> - 1.6.1-1
2020-07-24 16:42:41 +08:00
- package init