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
|
||||
Version: 0.6.31
|
||||
Release: 23%{?dist}
|
||||
Release: 24%{?dist}
|
||||
Summary: Local network service discovery
|
||||
License: LGPLv2+
|
||||
URL: http://avahi.org
|
||||
@ -323,6 +323,7 @@ fashion with mDNS.
|
||||
%setup -q
|
||||
%patch0 -p1 -b .mono-libdir
|
||||
%patch1 -p1 -b .no_deprecations
|
||||
rm docs/INSTALL
|
||||
|
||||
# patch1 requires autogen
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
@ -345,7 +346,7 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
--enable-compat-howl \
|
||||
%endif
|
||||
%if ! %{WITH_QT3}
|
||||
--disable-qt3 \
|
||||
--disable-qt3 \
|
||||
%endif
|
||||
%if ! %{WITH_MONO}
|
||||
--disable-mono \
|
||||
@ -634,6 +635,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Fix minor issue in exclude logic
|
||||
|
||||
@ -997,7 +1001,7 @@ exit 0
|
||||
- fix bug 185965: make chkconfigs unconditional
|
||||
|
||||
* 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
|
||||
- fix scriptlet error introduced by last fix:
|
||||
|
Loading…
Reference in New Issue
Block a user