updating to v 1.0.0 w soname bump
This commit is contained in:
parent
0465d9ecdc
commit
242d20bc4a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/wpebackend-fdo-0.1.tar.gz
|
||||
/wpebackend-fdo-1.0.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wpebackend-fdo-0.1.tar.gz) = 3a4925ea00b0e29c9755b7ed2d808e64da66e2b8cbaff950f89030f5329cc56cf01386032f04bf1e8d3fad2bf51fcbfab4d35e2672d4b0f4eef3753a7288b9cc
|
||||
SHA512 (wpebackend-fdo-1.0.0.tar.xz) = 1daf32c1c83ac11377231691945f6feaced39ce404dd3486e4f002156181512def369df04ac66336ab0469918a0dc46bd6648268e1727568acbb1c780f49fb5a
|
||||
|
@ -1,17 +1,17 @@
|
||||
Name: wpebackend-fdo
|
||||
Version: 0.1
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A WPE backend designed for Linux desktop systems
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/Igalia/%{name}
|
||||
Source0: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/Igalia/%{name}/archive/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: mesa-libEGL-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: wpebackend-devel
|
||||
BuildRequires: libwpe-devel
|
||||
BuildRequires: libwayland-client-devel
|
||||
BuildRequires: libwayland-egl-devel
|
||||
BuildRequires: libwayland-server-devel
|
||||
@ -29,7 +29,7 @@ The %{name}-devel package contains libraries, build data, and header
|
||||
files for developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n WPEBackend-fdo-%{version}
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
mkdir -p %{_target_platform}
|
||||
@ -46,8 +46,8 @@ popd
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%{_libdir}/libWPEBackend-fdo-0.1.so.0
|
||||
%{_libdir}/libWPEBackend-fdo-0.1.so.0.*
|
||||
%{_libdir}/libWPEBackend-fdo-0.1.so.1
|
||||
%{_libdir}/libWPEBackend-fdo-0.1.so.1.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/wpe-fdo-0.1
|
||||
@ -55,5 +55,7 @@ popd
|
||||
%{_libdir}/pkgconfig/wpebackend-fdo-0.1.pc
|
||||
|
||||
%changelog
|
||||
* Sun Aug 26 2018 Chris King <bunnyapocalypse@protonmail.com> - 1.0.0-1
|
||||
- Soname bump
|
||||
* Mon Jul 16 2018 Chris King <bunnyapocalypse@fedoraproject.org> - 0.1-1
|
||||
- Initial RPM package
|
||||
|
Loading…
Reference in New Issue
Block a user