- Create avahi-ui-sharp-devel package for pkgconfig dep-chain (#477308).
This commit is contained in:
parent
fae4a7031a
commit
318a85ec60
27
avahi.spec
27
avahi.spec
@ -6,7 +6,7 @@
|
|||||||
%endif
|
%endif
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6.25
|
Version: 0.6.25
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -177,15 +177,24 @@ The avahi-sharp package contains the files needed to develop
|
|||||||
mono programs that use avahi.
|
mono programs that use avahi.
|
||||||
|
|
||||||
%package ui-sharp
|
%package ui-sharp
|
||||||
Summary: Mono language bindings for avahi-ui mono development
|
Summary: Mono language bindings for avahi-ui
|
||||||
Group: Development/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: mono-core >= 1.1.13
|
Requires: mono-core >= 1.1.13
|
||||||
Requires: gtk-sharp2
|
Requires: gtk-sharp2
|
||||||
BuildRequires: gtk-sharp2-devel
|
BuildRequires: gtk-sharp2-devel
|
||||||
|
|
||||||
%description ui-sharp
|
%description ui-sharp
|
||||||
The avahi-sharp package contains the files needed to develop
|
The avahi-sharp package contains the files needed to run
|
||||||
mono programs that use avahi-ui.
|
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
|
%endif
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -528,6 +537,9 @@ fi
|
|||||||
%defattr(0644, root, root, 0755)
|
%defattr(0644, root, root, 0755)
|
||||||
%{_libdir}/mono/avahi-ui-sharp
|
%{_libdir}/mono/avahi-ui-sharp
|
||||||
%{_libdir}/mono/gac/avahi-ui-sharp
|
%{_libdir}/mono/gac/avahi-ui-sharp
|
||||||
|
|
||||||
|
%files ui-sharp-devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/pkgconfig/avahi-ui-sharp.pc
|
%{_libdir}/pkgconfig/avahi-ui-sharp.pc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -559,7 +571,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 25 2009 Xavie rLamien <laxathom@fedoraproject.org> - 0.6.25-2
|
* 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.
|
- Build arch ppc64 for *-sharp & *-ui-sharp.
|
||||||
|
|
||||||
* Mon Apr 13 2009 Lennart Poettering <lpoetter@redhat.com> - 0.6.25-1
|
* Mon Apr 13 2009 Lennart Poettering <lpoetter@redhat.com> - 0.6.25-1
|
||||||
|
Loading…
Reference in New Issue
Block a user