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

Revision 9472, 5.1 KB checked in by inagaki, 9 years ago (diff)

2015-03-28 Ryoichi INAGAKI <ryo1@…>

  • dbus-sharp, dbus-sharp-glib, gecko-sharp2, gio-sharp, gnome-desktop-sharp2, kimono, libgpod, mono-debugger, mono-zeroconf, webkit-sharp: rebuilt
  • gnome-sharp2, libgdiplus, mono, mono-addins, mono-basic, nant: updated


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