]> git.pld-linux.org Git - packages/libwpe.git/blame - libwpe.spec
- updated to 1.4.0.1, new url
[packages/libwpe.git] / libwpe.spec
CommitLineData
f63b2a76
AG
1Summary: General-purpose library for the WPE-flavored port of WebKit
2Name: libwpe
e84cdfec 3Version: 1.4.0.1
f63b2a76
AG
4Release: 1
5License: BSD
6Group: Libraries
7Source0: https://github.com/WebPlatformForEmbedded/libwpe/releases/download/%{version}/%{name}-%{version}.tar.xz
e84cdfec
AG
8# Source0-md5: 1d4d38413ee0d0043f74d0445cab906f
9URL: https://wpewebkit.org/
f63b2a76
AG
10BuildRequires: cmake
11BuildRequires: xorg-lib-libxkbcommon-devel
12BuildRequires: Mesa-libEGL-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16General-purpose library developed for the WPE-flavored port of WebKit
17
18%package devel
19Summary: Header files for %{name} library
20Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
21Group: Development/Libraries
22Requires: %{name} = %{version}-%{release}
23
24%description devel
25Header files for %{name} library.
26
27%description devel -l pl.UTF-8
28Pliki nagłówkowe biblioteki %{name}.
29
30%prep
31%setup -q
32
33%build
34%cmake . \
35 -DCMAKE_BUILD_TYPE=Release
36
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%post -p /sbin/ldconfig
48%postun -p /sbin/ldconfig
49
50%files
51%defattr(644,root,root,755)
52%doc COPYING NEWS
53%attr(755,root,root) %{_libdir}/%{name}-1.0.so.*.*.*
54%attr(755,root,root) %ghost %{_libdir}/%{name}-1.0.so.1
55
56%files devel
57%defattr(644,root,root,755)
58%{_includedir}/wpe-1.0/
59%attr(755,root,root) %{_libdir}/%{name}-1.0.so
60%{_pkgconfigdir}/wpe-1.0.pc
61
This page took 0.136629 seconds and 4 git commands to generate.