Author: megabajt Date: Thu May 15 20:57:35 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - more verbose files - cleanup
---- Files affected: SPECS: vino.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: SPECS/vino.spec diff -u SPECS/vino.spec:1.38 SPECS/vino.spec:1.39 --- SPECS/vino.spec:1.38 Sat Apr 12 00:26:07 2008 +++ SPECS/vino.spec Thu May 15 22:57:30 2008 @@ -11,6 +11,8 @@ URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.22.0 BuildRequires: ORBit2-devel >= 1:2.14.7 +BuildRequires: autoconf +BuildRequires: automake BuildRequires: avahi-glib-devel >= 0.6.18 BuildRequires: gettext-devel BuildRequires: gnome-common >= 2.20.0 @@ -48,22 +50,22 @@ %prep %setup -q -sed -i -e [EMAIL PROTECTED]@latin# po/LINGUAS -mv po/[EMAIL PROTECTED],latin}.po +sed -i -e '[EMAIL PROTECTED]@latin#' po/LINGUAS +mv po/[EMAIL PROTECTED],latin}.po %build %{__intltoolize} %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure \ --enable-avahi \ --enable-gnome-keyring \ --enable-libnotify \ --enable-session-support \ - --disable-schemas-install \ - LIBS="-lgnutls" + --disable-schemas-install %{__make} %install @@ -72,9 +74,6 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -# stuff we don't want -rm -rf $RPM_BUILD_ROOT%{_datadir}/vino/vino-client.* - %find_lang %{name} %clean @@ -84,18 +83,19 @@ %gconf_schema_install vino-server.schemas %preun -%gconf_schema_install vino-server.schemas +%gconf_schema_uninstall vino-server.schemas %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README docs/TODO docs/remote-desktop.txt -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/vino-preferences +%attr(755,root,root) %{_bindir}/vino-session %dir %{_libexecdir} %attr(755,root,root) %{_libexecdir}/vino-server %dir %{_datadir}/vino %{_datadir}/vino/*.glade -%{_desktopdir}/*.desktop -%{_libdir}/bonobo/servers/*.server +%{_desktopdir}/vino-preferences.desktop +%{_libdir}/bonobo/servers/GNOME_RemoteDesktop.server %{_sysconfdir}/gconf/schemas/vino-server.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -104,6 +104,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2008-05-15 20:57:30 megabajt +- more verbose files +- cleanup + Revision 1.38 2008-04-11 22:26:07 sls - ver. 2.22.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vino.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
