Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 03755d3e1cceec4f38adb5937efc2b8e > files > 2

nautilus-sendto-0.3-2mdk.src.rpm

%define name nautilus-sendto
%define version 0.3
%define release 2mdk

Summary: Send files from nautilus using evolution or gaim
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://ftp.gnome.org/pub/GNOME/sources/nautilus-sendto/%{name}-%{version}.tar.bz2
License: GPL
Group: Graphical desktop/GNOME
Url: http://www.es.gnome.org/~telemaco/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: evolution-data-server-devel
BuildRequires: libnautilus-devel
BuildRequires: gaim-devel
BuildRequires: perl-XML-Parser
Requires: nautilus
Requires: evolution
Requires: gaim


%description
This application provide integration between nautilus , evolution and gaim.
It adds a Nautilus context menu component ("Send To...") and features
a dialog for insert the email acount or IM account which you want to send
the file/files .


%prep
%setup -q -n %name-%version

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT %name.lang
%makeinstall_std
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%doc NEWS AUTHORS ChangeLog
%_bindir/nautilus-sendto
%_libdir/gaim/nautilus.la
%_libdir/gaim/nautilus.so
%_libdir/nautilus/extensions-1.0/libnautilus-sendto.la
%_libdir/nautilus/extensions-1.0/libnautilus-sendto.so
%_libdir/%name/
%_datadir/nautilus-sendto/

%changelog
* Thu Jan 20 2005 Götz Waschk <waschk@linux-mandrake.com> 0.3-2mdk
- fix buildrequires

* Tue Jan 18 2005 Götz Waschk <waschk@linux-mandrake.com> 0.3-1mdk
- update file list
- source URL
- New release 0.3

* Tue Nov  9 2004 Götz Waschk <waschk@linux-mandrake.com> 0.2-1mdk
- update file list
- requires new libgnomeui
- New release 0.2-1

* Fri Sep  3 2004 Götz Waschk <waschk@linux-mandrake.com> 0.1-2mdk
- fix buildrequires

* Thu Sep  2 2004 Götz Waschk <waschk@linux-mandrake.com> 0.1-1mdk
- initial package