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

Revision 8068, 2.4 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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:        11%{?_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* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-11
57- rebuild with VineSeed environment
58
59* Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 0.6.0-10
60- rebuilt with mono-2.10.1-3
61
62* Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.6.0-9
63- rebuilt with mono-2.10.1
64
65* Fri Oct 08 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.0-8
66- rebuilt with mono-2.8
67
68* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.0-7
69- rebuilt with rpm-4.8.1 for pkg-config
70
71* Fri Jul 10 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-6
72- rebuild with latest rpm to update mono-dependencies
73
74* Sat Jul 04 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-5
75- add Requires: mono-core
76
77* Mon Nov 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.0-4
78- added macro %%mono_dir, %%pkgconfigdir
79- added --libdir=%%{_prefix}/lib at %%configure
80
81* Thu Oct 09 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-3
82- rebuild with mono-2.0
83- update BuildRequires: mono -> mono-core
84- spec in UTF-8
85
86* Tue Jul 08 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.0-2
87- fixed libdir in ndesk-dbus-1.0.pc.in
88
89* Sun Apr 20 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-1
90- initial build for Vine Linux
91
Note: See TracBrowser for help on using the repository browser.