10 Star 0 Fork 7

src-openEuler / wpebackend-fdo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wpebackend-fdo.spec 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
sun_hai 提交于 2023-09-01 18:13 . sync master
Name: wpebackend-fdo
Version: 1.6.1
Release: 2
Summary: A WPE backend designed for Linux desktop systems
License: BSD-2-Clause
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
* 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
- package init
1
https://gitee.com/src-openeuler/wpebackend-fdo.git
git@gitee.com:src-openeuler/wpebackend-fdo.git
src-openeuler
wpebackend-fdo
wpebackend-fdo
openEuler-22.03-LTS

搜索帮助