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

Revision 3440, 4.7 KB checked in by owa, 13 years ago (diff)

dbus-sharp,dbus-sharp-glib,dockmanager,docky

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