Drop INSTALL from docs, fix some trivial rpmlint warnings.
This commit is contained in:
parent
ec56af5ec9
commit
9a2dbece8f
10
avahi.spec
10
avahi.spec
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6.31
|
Version: 0.6.31
|
||||||
Release: 23%{?dist}
|
Release: 24%{?dist}
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://avahi.org
|
URL: http://avahi.org
|
||||||
@ -323,6 +323,7 @@ fashion with mDNS.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .mono-libdir
|
%patch0 -p1 -b .mono-libdir
|
||||||
%patch1 -p1 -b .no_deprecations
|
%patch1 -p1 -b .no_deprecations
|
||||||
|
rm docs/INSTALL
|
||||||
|
|
||||||
# patch1 requires autogen
|
# patch1 requires autogen
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
@ -345,7 +346,7 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
--enable-compat-howl \
|
--enable-compat-howl \
|
||||||
%endif
|
%endif
|
||||||
%if ! %{WITH_QT3}
|
%if ! %{WITH_QT3}
|
||||||
--disable-qt3 \
|
--disable-qt3 \
|
||||||
%endif
|
%endif
|
||||||
%if ! %{WITH_MONO}
|
%if ! %{WITH_MONO}
|
||||||
--disable-mono \
|
--disable-mono \
|
||||||
@ -634,6 +635,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.6.31-24
|
||||||
|
- Drop INSTALL from docs, fix some trivial rpmlint warnings.
|
||||||
|
|
||||||
* Wed Jan 8 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-23
|
* Wed Jan 8 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-23
|
||||||
- Fix minor issue in exclude logic
|
- Fix minor issue in exclude logic
|
||||||
|
|
||||||
@ -997,7 +1001,7 @@ exit 0
|
|||||||
- fix bug 185965: make chkconfigs unconditional
|
- fix bug 185965: make chkconfigs unconditional
|
||||||
|
|
||||||
* Thu Mar 16 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-6
|
* Thu Mar 16 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-6
|
||||||
- Fix bug 185692: install avahi-sharp into %{_prefix}/lib, not %{_libdir}
|
- Fix bug 185692: install avahi-sharp into %%{_prefix}/lib, not %%{_libdir}
|
||||||
|
|
||||||
* Thu Mar 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-4
|
* Thu Mar 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-4
|
||||||
- fix scriptlet error introduced by last fix:
|
- fix scriptlet error introduced by last fix:
|
||||||
|
Loading…
Reference in New Issue
Block a user