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

Revision 8067, 4.9 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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:        6%{?_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* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-6
78- rebuild with VineSeed environment
79
80* Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-5
81- rebuilt with mono-2.10.1-3
82
83* Wed Apr 13 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-4
84- fixed dbus-sharp-1.0.pc path
85
86* Mon Apr 11 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-3
87- fixed mono library path
88- added BuildArch: noarch
89
90* Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-2
91- rebuilt with mono-2.10.1
92
93* Mon Mar 14 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-1
94- initial build for Vine Linux based on fedora development
95
96* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
98
99* Tue Jan 11 2011 Dan Hor叩k <dan[at]danny.cz> - 0.63-16
100- updated the supported arch list
101
102* Tue Oct 26 2010 Christian Krause <chkr@fedoraproject.org> - 0.63-15
103- Rebuilt against Mono 2.8
104
105* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.63-14
106- ExcludeArch sparc64
107
108* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-13.1
109- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
110
111* Wed Jun 17 2009 Karsten Hopp <karsten@redhat.com> 0.63-12.1
112- mono is now available on s390x
113
114* Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.63-12
115- build arch ppc64.
116
117* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11
118- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
119
120* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-10
121- fix license tag
122
123* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.63-9
124- Autorebuild for GCC 4.3
125
126* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-8
127- Add alpha to ExlusiveArch
128
129* Tue Oct  2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-7
130- Fix license field
131- Add pkgconfig dependency to the -devel package
132
133* Wed Aug 30 2006 Alexander Larsson <alexl@redhat.com> - 0.63-6
134- Fix connection and message gc problem (#187452)
135- Patch from Christian Krause
136
137* Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 0.63-5
138- Update for new mono multilib setup
139- Don't buildrequire old gtk-sharp
140
141* Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-4
142- Remove from the s390 builds
143
144* Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.63-3
145- remove unnecessary obsolete
146
147* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-2
148- Spec file cleanups
149
150* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-1
151- Initial dbus-glib package
Note: See TracBrowser for help on using the repository browser.