Sophie

Sophie

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

nautilus-sendto-0.4-5mdk.src.rpm

%define name nautilus-sendto
%define version 0.4
%define release 5mdk

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: gnome-bluetooth-devel >= 0.6.0
BuildRequires: perl-XML-Parser
Requires: nautilus
#gw it's useless without at least one plugin
Requires: %name-plugin = %version

%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 or IM account which you want to send
the file/files .

%package gaim
Summary: Send files from nautilus to gaim
Group: Graphical desktop/GNOME
Requires: gaim
Requires: %name = %version
Provides: %name-plugin = %version-%release

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

%package evolution
Summary: Send files from nautilus to evolution
Group: Graphical desktop/GNOME
Requires: evolution
Requires: %name = %version
Provides: %name-plugin = %version-%release

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

%package bluetooth
Summary: Send files from nautilus to bluetooth
Group: Graphical desktop/GNOME
Requires: %name = %version
Provides: %name-plugin = %version-%release

%description bluetooth
This application provide integration between nautilus and bluetooth.
It adds a Nautilus context menu component ("Send To...") and features
a dialog for insert the bluetooth device 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/nautilus/extensions-1.0/libnautilus-sendto.la
%_libdir/nautilus/extensions-1.0/libnautilus-sendto.so
%dir %_libdir/%name/
%dir %_libdir/%name/plugins
%_datadir/nautilus-sendto/

%files gaim
%defattr(-,root,root)
%_libdir/gaim/nautilus.la
%_libdir/gaim/nautilus.so
%_libdir/%name/plugins/libgaim*

%files evolution
%defattr(-,root,root)
%_libdir/%name/plugins/libevolution*

%files bluetooth
%defattr(-,root,root)
%_libdir/%name/plugins/libbluetooth*

%changelog
* Sun Sep 04 2005 Michael Scherer <misc@mandriva.org> 0.4-5mdk
- Rebuild to avoid libglitz deps

* Sun Aug 21 2005 Götz Waschk <waschk@mandriva.org> 0.4-4mdk
- drop patch

* Tue Aug  9 2005 Götz Waschk <waschk@mandriva.org> 0.4-3mdk
- split the plugins into subpackages

* Wed Aug  3 2005 Götz Waschk <waschk@mandriva.org> 0.4-2mdk
- enable bluetooth

* Wed Aug 03 2005 Götz Waschk <waschk@mandriva.org> 0.4-1mdk
- New release 0.4

* Thu Apr 21 2005 Götz Waschk <waschk@mandriva.org> 0.3-3mdk
- rebuild for new e-d-s

* 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