]> git.pld-linux.org Git - packages/wpebackend-fdo.git/commitdiff
- new auto/th/wpebackend-fdo-1.4.0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 6 Oct 2019 12:37:39 +0000 (14:37 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sun, 6 Oct 2019 12:37:39 +0000 (14:37 +0200)
wpebackend-fdo.spec [new file with mode: 0644]

diff --git a/wpebackend-fdo.spec b/wpebackend-fdo.spec
new file mode 100644 (file)
index 0000000..0aea1f1
--- /dev/null
@@ -0,0 +1,63 @@
+Summary:       A WPE backend designed for Linux desktop systems
+Name:          wpebackend-fdo
+Version:       1.4.0
+Release:       1
+License:       BSD
+Group:         Libraries
+Source0:       https://wpewebkit.org/releases/%{name}-%{version}.tar.xz
+# Source0-md5: 63553c3f43593c2a8c587c32e88fdf3c
+URL:           https://wpewebkit.org/
+BuildRequires: Mesa-libEGL-devel
+BuildRequires: cmake
+BuildRequires: glib2-devel
+BuildRequires: libwpe-devel
+BuildRequires: wayland-devel
+BuildRequires: xorg-lib-libxkbcommon-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A WPE backend designed for Linux desktop systems.
+
+%package devel
+Summary:       Header files for %{name} library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki %{name}
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for %{name} library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki %{name}.
+
+%prep
+%setup -q
+
+%build
+%cmake .
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING NEWS
+%attr(755,root,root) %{_libdir}/libWPEBackend-fdo-1.0.so.1.*
+%attr(755,root,root) %ghost %{_libdir}/libWPEBackend-fdo-1.0.so.1
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libWPEBackend-fdo-1.0.so
+%{_includedir}/wpe-fdo-1.0
+%{_pkgconfigdir}/wpebackend-fdo-1.0.pc
+
+%changelog
This page took 0.158524 seconds and 4 git commands to generate.