SPECS: nautilus-actions.spec (NEW) - initial PLD release
paladine
paladine at pld-linux.org
Mon Aug 29 15:48:04 CEST 2005
Author: paladine Date: Mon Aug 29 13:48:04 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
nautilus-actions.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/nautilus-actions.spec
diff -u /dev/null SPECS/nautilus-actions.spec:1.1
--- /dev/null Mon Aug 29 15:48:04 2005
+++ SPECS/nautilus-actions.spec Mon Aug 29 15:47:58 2005
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary: Nautilus extension which adds customized command in Nautilus menu
+Name: nautilus-actions
+Version: 0.4
+Release: 1
+License: GPL v2
+Group: X11/Applications
+Source0: %{name}-%{version}.tar.gz
+# Source0-md5: cfc0d0e580c176870049bdfc3f894e6d
+Patch0: %{name}-desktop.patch
+URL: http://www.grumz.net/?q=taxonomy/term/2/9
+BuildRequires: glib2-devel >= 1:2.6.0
+BuildRequires: libxml2-devel
+BuildRequires: nautilus-devel >= 2.10.0
+Requires: nautilus >= 2.10.0
+Requires: python-libxml2
+Requires: python-pygtk-glade >= 2.0.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nautilus extension which allow to configure program to be launch on
+files selected into Nautilus interface.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/config_newaction.xml
+%dir %{_datadir}/%{name}/nact
+%{_datadir}/%{name}/nact/nautilus-actions-config.glade
+%attr(755,root,root)%{_datadir}/%{name}/nact/nautilus-actions-config.py
+%{_datadir}/%{name}/nact/nautilus-launch-icon.png
+%{_desktopdir}/*
+%attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/*.so
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/08/29 13:47:58 paladine
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list