source: projects/specs/branches/6/d/dbus-sharp/dbus-sharp-vl.spec @ 3701

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

rebuilt with mono-2.10.1-3

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.7.0
7Release:        5%{?_dist_release}
8URL:            http://www.freedesktop.org/software/dbus/
9Source0:        https://github.com/downloads/mono/dbus-sharp/%{name}-%{version}.tar.gz
10License:        AFL or GPLv2
11Group:          System Environment/Libraries
12BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13BuildRequires:  dbus-devel >= %{dbus_version}
14BuildRequires:  dbus-glib-devel >= %{dbus_glib_version}
15BuildRequires:  autoconf
16BuildRequires:  automake, libtool
17BuildRequires:  mono-devel
18BuildArch: noarch
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 --libdir=%{_prefix}/lib
57
58%install
59%{__rm} -rf %{buildroot}
60%{__make} install DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_datadir}/pkgconfig
61
62%clean
63%{__rm} -rf %{buildroot}
64
65
66%files
67%defattr(-,root,root)
68%doc COPYING ChangeLog NEWS
69%{_prefix}/lib/mono/dbus-sharp-1.0
70%{_prefix}/lib/mono/gac/dbus-sharp
71
72%files devel
73%defattr(-,root,root)
74%{_datadir}/pkgconfig/dbus-sharp-1.0.pc
75
76%changelog
77* Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-5
78- rebuilt with mono-2.10.1-3
79
80* Wed Apr 13 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-4
81- fixed dbus-sharp-1.0.pc path
82
83* Mon Apr 11 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-3
84- fixed mono library path
85- added BuildArch: noarch
86
87* Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-2
88- rebuilt with mono-2.10.1
89
90* Mon Mar 14 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-1
91- initial build for Vine Linux based on fedora development
92
93* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
95
96* Tue Jan 11 2011 Dan Hor叩k <dan[at]danny.cz> - 0.63-16
97- updated the supported arch list
98
99* Tue Oct 26 2010 Christian Krause <chkr@fedoraproject.org> - 0.63-15
100- Rebuilt against Mono 2.8
101
102* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.63-14
103- ExcludeArch sparc64
104
105* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-13.1
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
107
108* Wed Jun 17 2009 Karsten Hopp <karsten@redhat.com> 0.63-12.1
109- mono is now available on s390x
110
111* Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.63-12
112- build arch ppc64.
113
114* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11
115- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
116
117* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-10
118- fix license tag
119
120* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.63-9
121- Autorebuild for GCC 4.3
122
123* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-8
124- Add alpha to ExlusiveArch
125
126* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-7
127- Fix license field
128- Add pkgconfig dependency to the -devel package
129
130* Wed Aug 30 2006 Alexander Larsson <alexl@redhat.com> - 0.63-6
131- Fix connection and message gc problem (#187452)
132- Patch from Christian Krause
133
134* Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 0.63-5
135- Update for new mono multilib setup
136- Don't buildrequire old gtk-sharp
137
138* Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-4
139- Remove from the s390 builds
140
141* Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.63-3
142- remove unnecessary obsolete
143
144* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-2
145- Spec file cleanups
146
147* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-1
148- Initial dbus-glib package
Note: See TracBrowser for help on using the repository browser.