From 1fc28c05ef2bf388380a99cbc2545b7b1ed45e20250f95d6c4aa08ed7a1df3dc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 5 Jul 2007 07:50:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=18 --- avahi.changes | 5 +++++ avahi.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/avahi.changes b/avahi.changes index 5f601ad..9002780 100644 --- a/avahi.changes +++ b/avahi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 5 02:19:19 CEST 2007 - maw@suse.de + +- Remove some extraneous comments in the .spec file. + ------------------------------------------------------------------- Tue Jul 3 12:17:48 CDT 2007 - maw@suse.de diff --git a/avahi.spec b/avahi.spec index 129bb1a..87ed8ff 100644 --- a/avahi.spec +++ b/avahi.spec @@ -18,7 +18,7 @@ BuildRequires: libqt4-devel python-gtk-devel BuildRequires: python-gtk qt-devel %endif Version: 0.6.20 -Release: 1 +Release: 2 URL: http://www.avahi.org/ Group: System/Daemons License: LGPL v2 or later @@ -29,7 +29,6 @@ Source2: avahi-bookmarks.init Source3: avahi.firewall Patch0: avahi-gacdir.patch Patch1: avahi-desktop.patch -### Patch2: avahi-discover-icon.patch # See also http://www.avahi.org/wiki/DownloadAvahi#RequirementsTable Requires: dbus-1 # Not really required, but many tools expect nss-mdns installed: @@ -413,7 +412,7 @@ install -m 644 %{S:3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/se %suse_update_desktop_file -r avahi-discover GNOME System Monitor %clean -### rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %pre %{_sbindir}/groupadd -r avahi 2> /dev/null || : @@ -568,7 +567,6 @@ install -m 644 %{S:3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/se %{_libdir}/*avahi-client*.so %{_libdir}/*avahi-core.*a %{_libdir}/*avahi-core*.so -### %{_libdir}/*avahi-common.*a %{_libdir}/*avahi-common*.so %{_libdir}/*avahi-glib*.*a %{_libdir}/*avahi-glib*.so @@ -586,6 +584,8 @@ install -m 644 %{S:3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/se %{_libdir}/pkgconfig/avahi-ui.pc %changelog +* Thu Jul 05 2007 - maw@suse.de +- Remove some extraneous comments in the .spec file. * Tue Jul 03 2007 - maw@suse.de - Update to version 0.6.20: + Various bug fixes and portability fixes