fix bugs 172047 173985
This commit is contained in:
parent
60428c92dd
commit
b159b29bbb
19
avahi.spec
19
avahi.spec
@ -1,6 +1,6 @@
|
|||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -9,11 +9,10 @@ URL: http://www.freedesktop.org/Software/Avahi
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch1: avahi-0.5.2-fedora.patch
|
Patch1: avahi-0.5.2-fedora.patch
|
||||||
Patch2: avahi-0.5.2-start_after_dbus.patch
|
Patch2: avahi-0.5.2-start_after_dbus.patch
|
||||||
|
Patch3: avahi-0.6-initscript_status.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
BuildRequires: doxygen, gtk2-devel, qt-devel, libglade2-devel, libdaemon-devel, glib-devel, libcap-devel, dbus-devel, expat-devel, python, dbus-python
|
||||||
BuildRequires: doxygen, gtk2-devel, qt-devel, libglade2-devel, libdaemon-devel, dbus-devel, expat-devel, python, dbus-python
|
Requires: dbus, libdaemon, expat, python, dbus-python, libcap
|
||||||
|
|
||||||
Requires: dbus
|
|
||||||
Obsoletes: howl, howl-libs
|
Obsoletes: howl, howl-libs
|
||||||
#Provides: howl >= 0.9.8, howl-libs >= 0.9.8
|
#Provides: howl >= 0.9.8, howl-libs >= 0.9.8
|
||||||
|
|
||||||
@ -29,7 +28,7 @@ convenient.
|
|||||||
%package tools
|
%package tools
|
||||||
Summary: Tools for mDNS browsing and publishing
|
Summary: Tools for mDNS browsing and publishing
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}, gtk2, pygtk2, libglade2, pygtk2-libglade, python-twisted
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
Tools that use avahi to browse and publish mDNS services and hosts.
|
Tools that use avahi to browse and publish mDNS services and hosts.
|
||||||
@ -92,6 +91,7 @@ necessary for developing programs using avahi.
|
|||||||
#%patch1 -p1 -b .fedora
|
#%patch1 -p1 -b .fedora
|
||||||
#^- this patch now upstream
|
#^- this patch now upstream
|
||||||
%patch2 -p1 -b .start_after_dbus
|
%patch2 -p1 -b .start_after_dbus
|
||||||
|
%patch3 -p1 -b .initscript_status
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# auto* update needed for avahi-0.5.2-fedora.patch
|
# auto* update needed for avahi-0.5.2-fedora.patch
|
||||||
@ -120,6 +120,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/applications/avahi-discover.desktop
|
|||||||
# create /var/run/avahi-daemon to ensure correct selinux policy for it:
|
# create /var/run/avahi-daemon to ensure correct selinux policy for it:
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
||||||
|
|
||||||
|
# remove the documentation directory - let \%doc handle it:
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -229,6 +232,10 @@ fi
|
|||||||
%{_includedir}/avahi-qt3/*
|
%{_includedir}/avahi-qt3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 30 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-3
|
||||||
|
- fix bug 172047 - tools should require python-twisted
|
||||||
|
- fix bug 173985 - docs directory permissions
|
||||||
|
|
||||||
* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-1
|
* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-1
|
||||||
- Upgrade to upstream version 0.6 - now provides 'avahi-howl-compat'
|
- Upgrade to upstream version 0.6 - now provides 'avahi-howl-compat'
|
||||||
libraries / includes.
|
libraries / includes.
|
||||||
|
Loading…
Reference in New Issue
Block a user