source: projects/specs/trunk/d/dbus-sharp/dbus-sharp-vl.spec @ 3285

Revision 3285, 4.4 KB checked in by owa, 13 years ago (diff)

mono-2.10.1

Line 
1%define dbus_version 0.90
2%define dbus_glib_version 0.70
3
4Summary:        C# bindings for D-Bus
5Summary(ja):    D-Bus の C# バインディング
6Name:           dbus-sharp
7Version:        0.7.0
8Release:        2%{?_dist_release}
9URL:            http://www.freedesktop.org/software/dbus/
10Source0:        https://github.com/downloads/mono/dbus-sharp/%{name}-%{version}.tar.gz
11License:        AFL or GPLv2
12Group:          System Environment/Libraries
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14BuildRequires:  dbus-devel >= %{dbus_version}
15BuildRequires:  dbus-glib-devel >= %{dbus_glib_version}
16BuildRequires:  autoconf
17BuildRequires:  automake, libtool
18BuildRequires:  mono-devel
19
20%description
21dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus.
22It's often referred to as "managed D-Bus" to avoid confusion with existing
23bindings (which wrap libdbus).
24
25%description -l ja
26dbus-sharp は、C# による D-Bus の実装である ndesk-dbus のフォーク(派生版)です。
27これは (libdbusのラッパーである) 既存のバインディングとの混乱を避けるために、
28"managed D-Bus"と呼ばれることがあります。
29
30%package        devel
31Summary:        Libraries and headers for %{name}
32Summary(ja):    %{name} 用の開発ライブラリおよびヘッダファイル
33Group:          Development/Libraries
34Requires:       %{name} = %{version}-%{release}
35Requires:       pkgconfig
36
37%description devel
38This package includes the files needed for developing and compiling
39applications which use the %{name} library.
40
41You should install the %{name}-devel package if you would like to
42develop applications using %{name}.
43
44%description devel -l ja
45このパッケージは %{name} ライブラリを使用するアプリケーションを開発
46するのに必要なライブラリやヘッダファイルを含んでいます。
47
48%{name} を使用したアプリケーションを開発する場合は、このパッケージ
49をインストールしてください。
50
51
52%prep
53%setup -q
54
55%build
56%configure
57
58%install
59%{__rm} -rf %{buildroot}
60%{__make} install DESTDIR=$RPM_BUILD_ROOT
61
62%clean
63%{__rm} -rf %{buildroot}
64
65
66%files
67%defattr(-,root,root)
68%doc COPYING ChangeLog NEWS
69%{_libdir}/mono/dbus-sharp-1.0
70%{_libdir}/mono/gac/dbus-sharp
71
72%files devel
73%defattr(-,root,root)
74%{_libdir}/pkgconfig/dbus-sharp-1.0.pc
75
76%changelog
77* Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-2
78- rebuilt with mono-2.10.1
79
80* Mon Mar 14 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-1
81- initial build for Vine Linux based on fedora development
82
83* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
85
86* Tue Jan 11 2011 Dan Hor叩k <dan[at]danny.cz> - 0.63-16
87- updated the supported arch list
88
89* Tue Oct 26 2010 Christian Krause <chkr@fedoraproject.org> - 0.63-15
90- Rebuilt against Mono 2.8
91
92* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.63-14
93- ExcludeArch sparc64
94
95* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-13.1
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
97
98* Wed Jun 17 2009 Karsten Hopp <karsten@redhat.com> 0.63-12.1
99- mono is now available on s390x
100
101* Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.63-12
102- build arch ppc64.
103
104* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
106
107* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-10
108- fix license tag
109
110* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.63-9
111- Autorebuild for GCC 4.3
112
113* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-8
114- Add alpha to ExlusiveArch
115
116* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-7
117- Fix license field
118- Add pkgconfig dependency to the -devel package
119
120* Wed Aug 30 2006 Alexander Larsson <alexl@redhat.com> - 0.63-6
121- Fix connection and message gc problem (#187452)
122- Patch from Christian Krause
123
124* Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 0.63-5
125- Update for new mono multilib setup
126- Don't buildrequire old gtk-sharp
127
128* Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-4
129- Remove from the s390 builds
130
131* Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.63-3
132- remove unnecessary obsolete
133
134* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-2
135- Spec file cleanups
136
137* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-1
138- Initial dbus-glib package
Note: See TracBrowser for help on using the repository browser.