source: projects/specs/trunk/n/ndesk-dbus/ndesk-dbus-vl.spec @ 3701

Revision 3701, 2.3 KB checked in by owa, 13 years ago (diff)

rebuilt with mono-2.10.1-3

Line 
1%define mono_dir %{_prefix}/lib/mono
2%define pkgconfigdir %{_datadir}/pkgconfig
3Summary:        C# implementation of D-Bus
4Summary(ja):    D-BUs の C# による実装
5Name:           ndesk-dbus
6Version:        0.6.0
7Release:        10%{?_dist_release}
8Source0:        %{name}-%{version}.tar.gz
9License:        MIT
10Group:          System Environment/Libraries
11URL:            http://www.ndesk.org/DBusSharp
12Requires:       mono-core
13BuildRequires:  mono-core, mono-devel
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16Packager:       kazutaka
17
18%description
19ndesk-dbus is a C# implementation of D-Bus. It's often referred to as
20"managed D-Bus" to avoid confusion with existing bindings (which wrap
21libdbus).
22
23%description -l ja
24ndesk-dbus は C# による D-Bus の実装です。 これは(libdbusのラッパーで
25ある)既存のバインディングとの混乱を避けるために、"managed D-Bus"と呼
26ばれることがあります。
27
28
29%prep
30%setup -q
31
32
33%build
34%configure --libdir=%{_prefix}/lib
35%{__make}
36
37
38%install
39%{__rm} -rf ${RPM_BUILD_ROOT}
40make install DESTDIR=${RPM_BUILD_ROOT} pkgconfigdir=%{pkgconfigdir}
41
42
43%clean
44%{__rm} -rf ${RPM_BUILD_ROOT}
45
46
47%files
48%defattr(-,root,root)
49%doc AUTHORS COPYING ChangeLog NEWS README examples
50%{mono_dir}/gac/NDesk.DBus/*
51%{mono_dir}/ndesk-dbus-1.0/NDesk.DBus.dll
52%{pkgconfigdir}/ndesk-dbus-1.0.pc
53
54
55%changelog
56* Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 0.6.0-10
57- rebuilt with mono-2.10.1-3
58
59* Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.6.0-9
60- rebuilt with mono-2.10.1
61
62* Fri Oct 08 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.0-8
63- rebuilt with mono-2.8
64
65* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.0-7
66- rebuilt with rpm-4.8.1 for pkg-config
67
68* Fri Jul 10 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-6
69- rebuild with latest rpm to update mono-dependencies
70
71* Sat Jul 04 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-5
72- add Requires: mono-core
73
74* Mon Nov 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.0-4
75- added macro %%mono_dir, %%pkgconfigdir
76- added --libdir=%%{_prefix}/lib at %%configure
77
78* Thu Oct 09 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-3
79- rebuild with mono-2.0
80- update BuildRequires: mono -> mono-core
81- spec in UTF-8
82
83* Tue Jul 08 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.0-2
84- fixed libdir in ndesk-dbus-1.0.pc.in
85
86* Sun Apr 20 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-1
87- initial build for Vine Linux
88
Note: See TracBrowser for help on using the repository browser.