Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b604b51820 |
1 changed files with 39 additions and 37 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
%global commit a59fd76dd730432c76b12ee6347ea66567107ab9
|
%global commit a59fd76dd730432c76b12ee6347ea66567107ab9
|
||||||
%global commitdate 20170219
|
%global snapshotdate 20170219
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: webkit2-sharp
|
Name: webkit2-sharp
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.6%{?commitdate:.%{commitdate}git%{shortcommit}}%{?dist}
|
Release: 0.7%{?snapshotdate:.%{snapshotdate}git%{shortcommit}}%{?dist}
|
||||||
Summary: C# bindings for WebKit 2 with GTK+ 3
|
Summary: C# bindings for WebKit 2 with GTK+ 3
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
@ -35,7 +35,6 @@ ExclusiveArch: %mono_arches
|
||||||
#https://fedoraproject.org/wiki/Packaging:Mono#Empty_debuginfo
|
#https://fedoraproject.org/wiki/Packaging:Mono#Empty_debuginfo
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
C# bindings for WebKit 2 with GTK+ 3
|
C# bindings for WebKit 2 with GTK+ 3
|
||||||
|
|
||||||
|
|
@ -45,7 +44,6 @@ Summary: Development files for WebKit2-sharp
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for WebKit2-sharp
|
Development files for WebKit2-sharp
|
||||||
|
|
||||||
|
|
@ -56,6 +54,7 @@ Development files for WebKit2-sharp
|
||||||
%{!?shortcommit:
|
%{!?shortcommit:
|
||||||
%autosetup -n %{name}-%{version}}
|
%autosetup -n %{name}-%{version}}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
|
@ -64,14 +63,12 @@ sed -i 's/\r$//' COPYING
|
||||||
# No parallel make, race condition with monodoc
|
# No parallel make, race condition with monodoc
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
find %{buildroot} -name '*.la' -delete
|
find %{buildroot} -name '*.la' -delete
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
@ -80,11 +77,16 @@ find %{buildroot} -name '*.la' -delete
|
||||||
%{_datadir}/gapi-3.0/webkit2-sharp-api.xml
|
%{_datadir}/gapi-3.0/webkit2-sharp-api.xml
|
||||||
%{_libdir}/libwebkit2sharpglue-2.10.9.so
|
%{_libdir}/libwebkit2sharpglue-2.10.9.so
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/pkgconfig/webkit2-sharp-4.0.pc
|
%{_libdir}/pkgconfig/webkit2-sharp-4.0.pc
|
||||||
%{_prefix}/lib/monodoc/sources/webkit2-sharp*
|
%{_prefix}/lib/monodoc/sources/webkit2-sharp*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 28 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.7.20170219gita59fd76
|
||||||
|
- Remove ldconfig
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6.20170219gita59fd76
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6.20170219gita59fd76
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue