From 79e1007d1d187180ea6749dc26a94802539ce7ac Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Oct 20 2013 14:12:25 +0000 Subject: remove the seahorse extension because it's broken --- diff --git a/nemo-extensions.spec b/nemo-extensions.spec index 8313e68..ce662ac 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -2,7 +2,7 @@ Name: nemo-extensions Version: 1.8.0 -Release: 0.5.git%{_internal_version}%{?dist} +Release: 0.6.git%{_internal_version}%{?dist} Summary: Extensions for Nemo License: GPLv2+ and LGPLv2 @@ -15,29 +15,16 @@ BuildRequires: nemo-devel BuildRequires: python-distutils-extra BuildRequires: python2-devel BuildRequires: desktop-file-utils -BuildRequires: gpgme-devel -BuildRequires: libcryptui-devel BuildRequires: pygobject2-devel BuildRequires: pygobject3-devel BuildRequires: gnome-common BuildRequires: intltool -BuildRequires: GConf2-devel -BuildRequires: libgnome-keyring-devel BuildRequires: gtk-doc BuildRequires: libnotify-devel %description Extensions for Nemo -%package -n nemo-seahorse -Summary: PGP encryption and signing for Nemo -License: GPLv2+ and LGPLv2 -Requires: seahorse - -%description -n nemo-seahorse -Seahorse nemo is an extension for nemo which allows encryption -and decryption of OpenPGP files using GnuPG. - %package -n nemo-pastebin Summary: Pastebin extension for Nemo License: GPLv2+ @@ -86,12 +73,6 @@ Python bindings for Nemo %setup -q -n linuxmint-%{name}-%{_internal_version} %build -pushd nemo-seahorse -autoreconf -fi -%configure -make V=1 %{?_smp_mflags} -popd - pushd nemo-pastebin %{__python} setup.py build popd @@ -117,10 +98,6 @@ popd %install rm -rf %{buildroot} -pushd nemo-seahorse -%make_install -popd - pushd nemo-pastebin %{__python} setup.py install -O1 --install-scripts=%{_datadir}/nemo-pastebin/ --skip-build --root %{buildroot} mkdir -p %{buildroot}/%{_datadir}/nemo-python/extensions/ @@ -147,20 +124,8 @@ rm %{buildroot}/%{_libdir}/nemo/extensions-3.0/libnemo-*.a desktop-file-install \ --delete-original \ --dir=%{buildroot}%{_datadir}/applications \ - %{buildroot}/%{_datadir}/applications/seahorse-pgp-*.desktop - -desktop-file-install \ - --delete-original \ - --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}/%{_datadir}/applications/nemo-pastebin-configurator.desktop -%find_lang nemo-seahorse - -%post -n nemo-seahorse -/usr/bin/update-desktop-database &> /dev/null || : - -%postun -n nemo-seahorse -/usr/bin/update-desktop-database &> /dev/null || : %postun -n nemo-pastebin if [ $1 -eq 0 ] ; then @@ -171,14 +136,6 @@ fi /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : -%files -n nemo-seahorse -f nemo-seahorse.lang -%doc nemo-seahorse/{AUTHORS,COPYING,README,NEWS,ChangeLog} -%{_bindir}/seahorse-tool -%{_libdir}/nemo/extensions-3.0/libnemo-seahorse.so -%{_datadir}/applications/seahorse-pgp-*.desktop -%{_datadir}/nemo-seahorse/ -%{_mandir}/man1/seahorse-tool.1.* - %files -n nemo-pastebin %doc nemo-pastebin/{README,NEWS} %{_bindir}/nemo-pastebin-configurator @@ -207,6 +164,11 @@ fi %{_libdir}/pkgconfig/nemo-python.pc %changelog +* Sun Oct 20 2013 Leigh Scott - 1.8.0-0.6.git3e366de +- remove the seahorse extension because + it's broken and conflicts with seahorse-nautilus + (can't be bothered to fix it) + * Tue Oct 08 2013 Leigh Scott - 1.8.0-0.5.git3e366de - add nemo-rabbitvcs sub-package