rpms/nautilus-dropbox/F-20 nautilus-dropbox.spec, NONE, 1.1 sources, 1.1, 1.2

Leigh Scott leigh123linux at rpmfusion.org
Sat Dec 20 17:41:13 CET 2014


Author: leigh123linux

Update of /cvs/nonfree/rpms/nautilus-dropbox/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29940

Modified Files:
	sources 
Added Files:
	nautilus-dropbox.spec 
Log Message:
initial commit


--- NEW FILE nautilus-dropbox.spec ---
Name:           nautilus-dropbox
Epoch:          1
Version:        2.10.0
Release:        1%{?dist}
Summary:        Dropbox extension for Nautilus
License:        GPLv3+
Group:          User Interface/Desktops
URL:            https://www.dropbox.com
Source:         https://linux.dropbox.com/packages/%{name}-%{version}.tar.bz2

BuildRequires:  desktop-file-utils
BuildRequires:  nautilus-devel
BuildRequires:  python-docutils
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
BuildRequires:  pygobject2-devel
BuildRequires:  pygtk2-devel
Requires:       dropbox >= %{?epoch}:%{version}-%{release}

%description
Dropbox extension for nautilus file manager

%package -n dropbox
Summary:        Client for Linux
Group:          User Interface/Desktops
BuildArch:      noarch
Requires:       pygtk2
Requires:       hicolor-icon-theme

%description -n dropbox
Dropbox allows you to sync your files online and across
your computers automatically.


%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
%{make_install}
find $RPM_BUILD_ROOT%{_libdir} -type f -name '*.la' -delete -print

%check
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/dropbox.desktop

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%post -n dropbox
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun -n dropbox
if [ $1 -eq 0 ] ; then
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans -n dropbox
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%files -n dropbox
%doc ChangeLog README COPYING
%{_bindir}/dropbox
%{_datadir}/nautilus-dropbox/
%{_datadir}/icons/hicolor/*
%{_mandir}/man1/dropbox.1.gz
%{_datadir}/applications/dropbox.desktop

%files
%{_libdir}/nautilus/extensions-3.0/libnautilus-dropbox.so

%changelog
* Tue Dec 16 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.10.0-1
- first build




Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nautilus-dropbox/F-20/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Dec 2014 15:11:35 -0000	1.1
+++ sources	20 Dec 2014 16:41:13 -0000	1.2
@@ -0,0 +1 @@
+8fdaa58878cacebc00e84e4b89a8f823  nautilus-dropbox-2.10.0.tar.bz2


More information about the rpmfusion-commits mailing list