Author: freetz Date: Thu Jan 26 15:54:52 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.6.5, added glade patch, require dbus >= 0.60-2, small fixes
---- Files affected: SPECS: avahi.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/avahi.spec diff -u SPECS/avahi.spec:1.10 SPECS/avahi.spec:1.11 --- SPECS/avahi.spec:1.10 Mon Jan 23 09:26:04 2006 +++ SPECS/avahi.spec Thu Jan 26 16:54:46 2006 @@ -6,16 +6,17 @@ Summary: Free mDNS/DNS-SD implementation Summary(pl): Wolna implementacja mDNS/DNS-SD Name: avahi -Version: 0.6.4 -Release: 0.1 +Version: 0.6.5 +Release: 1 License: GPL v.2/LGPL Group: Applications Source0: http://avahi.org/download/%{name}-%{version}.tar.gz -# Source0-md5: 12eb941043f26f82c51e99821ac52c44 +# Source0-md5: 1ecbc3534e3b45cf15269a3f4cfe1dca Source1: %{name}-daemon Source2: %{name}-dnsconfd Source3: %{name}.png -Patch1: %{name}-desktop.patch +Patch0: %{name}-desktop.patch +Patch1: %{name}-glade.patch URL: http://avahi.org/ BuildRequires: autoconf BuildRequires: automake @@ -38,6 +39,7 @@ BuildRequires: qt-devel BuildRequires: rpmbuild(macros) >= 1.228 Requires(post,preun): /sbin/chkconfig +Requires: dbus >= 0.60-2 Requires: %{name}-libs = %{version}-%{release} Provides: group(avahi) Provides: user(avahi) @@ -242,6 +244,8 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -267,7 +271,7 @@ install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir} -#rm -f $RPM_BUILD_ROOT%{py_sitedir}/avahi/*.py +rm -f $RPM_BUILD_ROOT%{py_sitedir}/avahi/{__init__,SimpleGladeApp}.py %clean rm -rf $RPM_BUILD_ROOT @@ -414,6 +418,7 @@ %files discover-standalone %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/avahi-discover-standalone +%{_datadir}/%{name}/interfaces/avahi-discover-standalone.glade %files utils %defattr(644,root,root,755) @@ -427,6 +432,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2006/01/26 15:54:46 freetz +- 0.6.5, added glade patch, require dbus >= 0.60-2, small fixes + Revision 1.10 2006/01/23 08:26:04 freetz - -devel tunning ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/avahi.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
