Author: freetz Date: Thu Nov 24 20:36:29 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.99, install schemas, dropped python dependencies in this release, updated BRs, updated URL
---- Files affected: SPECS: nautilus-actions.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/nautilus-actions.spec diff -u SPECS/nautilus-actions.spec:1.8 SPECS/nautilus-actions.spec:1.9 --- SPECS/nautilus-actions.spec:1.8 Sun Oct 30 20:57:27 2005 +++ SPECS/nautilus-actions.spec Thu Nov 24 21:36:23 2005 @@ -2,27 +2,28 @@ Summary: Nautilus extension which adds customized command in Nautilus menu Summary(pl): Rozszerzenie dodające własne polecenia w menu Nautilusa Name: nautilus-actions -Version: 0.7.1 +Version: 0.99 Release: 1 License: GPL v2 Group: X11/Applications Source0: ftp://ftp2.grumz.net/grumz/%{name}-%{version}.tar.gz -# Source0-md5: 98caa03d2d0616a9dd4a4c35c08d4502 +# Source0-md5: 682d452e4b05c77b5a258c7ec49634bc Patch0: %{name}-desktop.patch -URL: http://www.grumz.net/?q=taxonomy/term/2/9 +URL: http://www.grumz.net/node/8/ +BuildRequires: GConf2-devel >= 2.8.0 BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRequires: gettext-devel BuildRequires: glib2-devel >= 1:2.8.1 BuildRequires: intltool BuildRequires: libbonobo-devel >= 2.10.0 +BuildRequires: libglade2 >= 2.4.0 BuildRequires: libgnomeui-devel >= 2.12.0 BuildRequires: libtool -BuildRequires: libxml2-devel +BuildRequires: libxml2-devel >= 1:2.6.0 BuildRequires: nautilus-devel >= 2.12.0 +Requires(post,preun): GConf2 Requires: nautilus >= 2.12.0 -Requires: python-libxml2 -Requires: python-pygtk-glade >= 2.8.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -41,7 +42,10 @@ %{__aclocal} %{__autoconf} %{__automake} -%configure +%configure \ + --disable-schemas-install \ + --enable-commandline-tool + %{__make} %install @@ -57,6 +61,12 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +%gconf_schema_install config_newaction.schemas + +%preun +%gconf_schema_uninstall config_newaction.schemas + %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog @@ -65,6 +75,7 @@ %{_desktopdir}/* %{_pixmapsdir}/*.png %attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/*.so +%{_sysconfdir}/gconf/schemas/config_newaction.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +83,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2005/11/24 20:36:23 freetz +- 0.99, install schemas, dropped python dependencies in this release, + updated BRs, updated URL + Revision 1.8 2005/10/30 19:57:27 freetz - 0.7.1, updated %%files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nautilus-actions.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
