source: projects/specs/trunk/g/gtk-sharp-beans/gtk-sharp-beans-vl.spec @ 6270

Revision 6270, 2.5 KB checked in by Takemikaduchi, 12 years ago (diff)

NEW: banshee and C# binding packages

Line 
1%define tagname 2.14.0
2%define relvers 0
3%define tsuffix ga2ff3c5
4%define dsuffix 19023b6
5
6%global debug_package %{nil}
7
8Name:           gtk-sharp-beans
9Version:        %{tagname}
10Release:        1%{?_dist_release}
11Summary:        C# bindings for GTK+ API not included in GTK#
12
13Group:          Development/Libraries
14License:        LGPLv2
15URL:            http://github.com/mono/%{name}
16# Releases are tarballs downloaded from a tag at github.
17# They are releases, but the file is generated on the fly.
18# The actual URL is: http://github.com/mono/$name/tarball/$tagname
19Source0:        mono-%{name}-%{tagname}-%{relvers}-%{tsuffix}.tar.gz
20
21BuildRequires:  autoconf
22BuildRequires:  automake
23BuildRequires:  mono-devel
24BuildRequires:  gio-sharp-devel
25BuildRequires:  gtk-sharp2
26BuildRequires:  gtk-sharp2-gapi
27
28# Mono only available on these:
29ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
30
31%package devel
32Summary:        Development files for gtk-sharp-beans
33Requires:       pkgconfig
34Requires:       %{name} = %{version}-%{release}
35
36%description
37C# bindings for GTK+ API not included in GTK#
38
39%description devel
40Development files for gtk-sharp-beans
41
42%prep
43%setup -q -n mono-%{name}-%{dsuffix}
44
45%build
46NOCONFIGURE=true ./autogen.sh
47%configure
48make #%{?_smp_mflags}
49
50%install
51make install DESTDIR=$RPM_BUILD_ROOT
52
53%files
54%defattr(-,root,root,-)
55%doc AUTHORS COPYING NEWS README
56%{_prefix}/lib/%{name}
57
58%files devel
59%defattr(-,root,root,-)
60%{_libdir}/pkgconfig/%{name}-2.0.pc
61
62%changelog
63* Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.0-1
64- initial build for VIne Linux
65
66
67* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14.0-7
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
69
70* Sun Jan 01 2012 Christian Krause <chkr@fedoraproject.org> - 2.14.0-6
71- Add mandatory BR mono-devel
72
73* Wed Oct 26 2011 Christian Krause <chkr@fedoraproject.org> - 2.14.0-5
74- Change paths for mono assemblies according to updated packaging
75  guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
76
77* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14.0-4
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
79
80* Tue Jan 11 2011 Dan Horák <dan[at]danny.cz> - 2.14.0-3
81- updated the supported arch list
82
83* Sun Oct 03 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.14.0-2
84- Fix -devel requires (pkgconfig, base package)
85- Disable debuginfo
86
87* Wed Sep 29 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.14.0-1
88- Initial version
89
Note: See TracBrowser for help on using the repository browser.