Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > a256958e996bf00497ee0f52473d569a > files > 2

nautilus-open-terminal-0.4-1mdk.src.rpm

%define name nautilus-open-terminal
%define version 0.4
%define release 1mdk

Summary: Open a terminal in a specified folder
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://manny.cluecoder.org/packages/nautilus-open-terminal/%{name}-%{version}.tar.bz2
License: GPL
Group: Graphical desktop/GNOME
Url: http://www.gnome-de.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: nautilus-devel
BuildRequires: perl-XML-Parser
#if patched
BuildRequires: intltool

%description
This is a proof-of-concept Nautilus extension which allows you to open
a terminal in arbitrary local folders.

%prep
%setup -q
aclocal
autoconf

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT %name.lang
%makeinstall_std
%find_lang %name
rm -f %buildroot%_libdir/nautilus/extensions-1.0/libnautilus-open-terminal.*a

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc ChangeLog NEWS README AUTHORS TODO
%_libdir/nautilus/extensions-1.0/libnautilus-open-terminal.so

%changelog
* Mon Jul 11 2005 Götz Waschk <waschk@mandriva.org> 0.4-1mdk
- New release 0.4

* Wed May 11 2005 Götz Waschk <waschk@mandriva.org> 0.2-3mdk
- fix buildrequires

* Fri May  6 2005 Götz Waschk <waschk@mandriva.org> 0.2-2mdk
- fix build on x86_64

* Fri Apr 29 2005 Götz Waschk <waschk@mandriva.org> 0.2-1mdk
- add source URL
- new version

* Mon Feb  7 2005 Götz Waschk <waschk@linux-mandrake.com> 0.1-2mdk
- fix buildrequires

* Mon Jan 24 2005 Götz Waschk <waschk@linux-mandrake.com> 0.1-1mdk
- initial package