SPECS: nautilus-open-terminal.spec (NEW) - initial PLD release

paladine paladine at pld-linux.org
Sat Aug 6 12:29:15 CEST 2005


Author: paladine                     Date: Sat Aug  6 10:29:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   nautilus-open-terminal.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nautilus-open-terminal.spec
diff -u /dev/null SPECS/nautilus-open-terminal.spec:1.1
--- /dev/null	Sat Aug  6 12:29:15 2005
+++ SPECS/nautilus-open-terminal.spec	Sat Aug  6 12:29:10 2005
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	Nautilus extension which allows you to open a terminal in arbitrary local folders
+Summary(pl):	Rozszerzenie Nautilusa pozwalające otwierać terminal w lokalnych folderach
+Name:		nautilus-open-terminal
+Version:	0.4
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://manny.cluecoder.org/packages/nautilus-open-terminal/%{name}-%{version}.tar.gz
+# Source0-md5:	931a50e602f60340a5ed369f50146f36
+URL:		http://manny.cluecoder.org/packages/nautilus-open-terminal/
+BuildRequires:	GConf2-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	glib2-devel >= 1:2.6.0
+BuildRequires:	gnome-desktop-devel >= 2.10.0
+BuildRequires:	intltool >= 0.18
+BuildRequires:	libtool
+BuildRequires:	nautilus-devel >= 2.6.0
+BuildRequires:	pkgconfig
+Requires:	gnome-terminal
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nautilus extension which allows you to open a terminal in arbitrary local folders.
+
+%description -l pl
+Rozszerzenie Nautilusa pozwalające otwierać terminal w lokalnych folderach.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.{la,a}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%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/06 10:29:10  paladine
+- initial PLD release
+
================================================================



More information about the pld-cvs-commit mailing list