source: projects/specs/trunk/w/webkit-sharp/webkit-sharp-vl.spec @ 9095

Revision 9095, 3.6 KB checked in by inagaki, 9 years ago (diff)

2014-11-16 Ryoichi INAGAKI <ryo1@…>

  • gedit-code-assitance, gksu-polkit, webkit-sharp: modified Group


Line 
1Name:           webkit-sharp
2Version:        0.3
3Release:        2%{?_dist_release}
4Summary:        .NET bindings for WebKit
5Summary(ja):    WebKit の .NET バインディング
6
7License:        MIT
8Group:          System Environment/Libraries
9URL:            http://www.mono-project.com/Main_Page
10
11Source0:        http://origin-download.mono-project.com/sources/webkit-sharp/%{name}-%{version}.tar.bz2
12# https://bugzilla.redhat.com/show_bug.cgi?id=658502
13Patch1:         webkit-sharp-0.3-dllmap.patch
14
15Requires:       WebKit-gtk
16BuildRequires:  WebKit-gtk-devel
17BuildRequires:  mono-devel
18BuildRequires:  gtk-sharp2-devel
19BuildRequires:  gtk-sharp2-gapi
20BuildRequires:  monodoc
21
22ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
23
24%description
25WebKit-sharp is .NET bindings for the WebKit rendering engine.
26
27
28%package devel
29Summary:        Development files for WebKit-sharp
30Summary(ja):    WebKit-sharp の開発用ファイル
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34
35%description devel
36Development files for WebKit-sharp
37
38
39%prep
40%setup -q
41# update for new webkit library name
42%patch1 -p1 -b .dllmap
43sed -i -e 's!@libdir@!${exec_prefix}/lib!g' sources/webkit-sharp.pc.in
44
45
46%build
47%configure
48make %{?_smp_mflags}
49
50
51%install
52rm -rf $RPM_BUILD_ROOT
53make DESTDIR=%{buildroot} install
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58
59%files
60%doc COPYING README
61%{_prefix}/lib/mono/
62
63
64%files devel
65%{_libdir}/pkgconfig/webkit-sharp-1.0.pc
66%{_prefix}/lib/monodoc/sources/webkit-sharp*
67
68
69%changelog
70* Sun Nov 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.3-2
71- added Group tag and %%clean section to spec
72
73* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-1
74- initial build for Vine Linux
75
76* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-11
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
78
79* Wed Mar 27 2013 Nikos Roussos <comzeradd@fedoraproject.org> 0.3-10
80- Clean up package for F19
81
82* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-9
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
84
85* Sun Oct 23 2011 Christian Krause <chkr@fedoraproject.org> - 0.3-8
86- Change paths for mono assemblies according to updated packaging
87  guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
88
89* Fri Jun 03 2011 Paul Whalen <paul.whalen@senecac.on.ca> - 0.3-7
90- Added arm macro to ExclusiveArch
91
92* Mon Mar 28 2011 Christian Krause <chkr@fedoraproject.org> - 0.3-6
93- Rebuilt against mono 2.10
94- Minor spec file cleanup
95
96* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-5
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
98
99* Sat Nov 27 2010 Dan Horák <dan[at]danny.cz> - 0.3-4
100- update dll mapping for new webkitgtk (#658502)
101- sync ExclusiveArch list with mono
102
103* Sun Oct 31 2010 Christian Krause <chkr@fedoraproject.org> - 0.3-3
104- Rebuild again to create correct requires/provides capabilities
105
106* Sat Oct 09 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.3-2
107- Rebuild for mono-2.8
108
109* Thu Dec 17 2009 Paul Lange <palango@gmx.de> - 0.3-1
110- Update to version 0.3
111
112* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.2-6
113- build for sparcv9 s390 s390x
114
115* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
117
118* Sun Jun 21 2009 Paul Lange <palango@gmx.de> - 0.2-4
119- Fix supported archs
120
121* Sun Jun 14 2009 Paul Lange <palango@gmx.de> - 0.2-3
122- Fix wrong webkitgtk link and missing dependency (#500654)
123
124* Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.2-2
125- Build arch ppc64.
126
127* Sat Feb 21 2009 David Nielsen <gnomeuser@gmail.com> - 0.2-1
128- Initial package
Note: See TracBrowser for help on using the repository browser.