fix bug 178127: fully localize the initscript
This commit is contained in:
parent
66b52c4335
commit
b0f3249fe9
@ -4,7 +4,7 @@
|
|||||||
%endif
|
%endif
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6.4
|
Version: 0.6.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -24,6 +24,7 @@ Patch4: avahi-0.6-dbus-0.6.patch
|
|||||||
Patch5: avahi-0.6.3-bz177148.patch
|
Patch5: avahi-0.6.3-bz177148.patch
|
||||||
# enable mono's mcs to work in beehive buildroot:
|
# enable mono's mcs to work in beehive buildroot:
|
||||||
Patch6: avahi-0.6.3-MONO_SHARED_DIR.patch
|
Patch6: avahi-0.6.3-MONO_SHARED_DIR.patch
|
||||||
|
Patch7: avahi-0.6.4-initscript-i18n.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Avahi is a system which facilitates service discovery on
|
Avahi is a system which facilitates service discovery on
|
||||||
@ -118,6 +119,7 @@ necessary for developing programs using avahi.
|
|||||||
%if %{WITH_MONO}
|
%if %{WITH_MONO}
|
||||||
%patch6 -p1 -b .MONO_SHARED_DIR
|
%patch6 -p1 -b .MONO_SHARED_DIR
|
||||||
%endif
|
%endif
|
||||||
|
%patch7 -p1 -b .i18n
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# auto* update needed for avahi-0.5.2-fedora.patch
|
# auto* update needed for avahi-0.5.2-fedora.patch
|
||||||
@ -283,6 +285,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 19 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-2
|
||||||
|
- fix bug 178127: fully localize the initscript
|
||||||
|
|
||||||
* Mon Jan 16 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-1
|
* Mon Jan 16 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-1
|
||||||
- Upgrade to upstream version 0.6.4
|
- Upgrade to upstream version 0.6.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user