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

Revision 9054, 5.0 KB checked in by inagaki, 9 years ago (diff)

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

  • dbus-sharp, dbus-sharp-glib, gtk-sharp2: updated


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