- Create avahi-ui-sharp-devel package for pkgconfig dep-chain (#477308).

This commit is contained in:
Michael Schwendt 2009-05-26 18:29:54 +00:00
parent fae4a7031a
commit 318a85ec60

View File

@ -6,7 +6,7 @@
%endif
Name: avahi
Version: 0.6.25
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Local network service discovery
Group: System Environment/Base
License: LGPLv2
@ -177,15 +177,24 @@ The avahi-sharp package contains the files needed to develop
mono programs that use avahi.
%package ui-sharp
Summary: Mono language bindings for avahi-ui mono development
Group: Development/Libraries
Summary: Mono language bindings for avahi-ui
Group: System Environment/Libraries
Requires: mono-core >= 1.1.13
Requires: gtk-sharp2
BuildRequires: gtk-sharp2-devel
%description ui-sharp
The avahi-sharp package contains the files needed to develop
mono programs that use avahi-ui.
The avahi-sharp package contains the files needed to run
Mono programs that use avahi-ui.
%package ui-sharp-devel
Summary: Mono language bindings for developing with avahi-ui
Group: Development/Libraries
Requires: %{name}-ui-sharp = %{version}-%{release}
%description ui-sharp-devel
The avahi-sharp-ui-devel package contains the files needed to develop
Mono programs that use avahi-ui.
%endif
%package devel
@ -528,6 +537,9 @@ fi
%defattr(0644, root, root, 0755)
%{_libdir}/mono/avahi-ui-sharp
%{_libdir}/mono/gac/avahi-ui-sharp
%files ui-sharp-devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/avahi-ui-sharp.pc
%endif
@ -559,6 +571,9 @@ fi
%endif
%changelog
* Tue May 26 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.25-3
- Create avahi-ui-sharp-devel package for pkgconfig dep-chain (#477308).
* Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.6.25-2
- Build arch ppc64 for *-sharp & *-ui-sharp.