From 076491588ba51646a3af1690fa04930eeeb18e45 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2018 04:54:03 +0000 Subject: import seahorse-nautilus-3.11.92-11.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95d8446 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/seahorse-nautilus-3.11.92.tar.xz diff --git a/.seahorse-nautilus.metadata b/.seahorse-nautilus.metadata new file mode 100644 index 0000000..95c42f5 --- /dev/null +++ b/.seahorse-nautilus.metadata @@ -0,0 +1 @@ +a37a9ae8268f9963f5d73f98c34272e68ea13bab SOURCES/seahorse-nautilus-3.11.92.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/seahorse-nautilus.spec b/SPECS/seahorse-nautilus.spec new file mode 100644 index 0000000..b958df7 --- /dev/null +++ b/SPECS/seahorse-nautilus.spec @@ -0,0 +1,117 @@ +Name: seahorse-nautilus +Version: 3.11.92 +%global release_version %(echo %{version} | awk -F. '{print $1"."$2}') +Release: 11%{?dist} +Summary: PGP encryption and signing for nautilus +License: GPLv2+ +URL: https://live.gnome.org/Seahorse +Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/%{release_version}/%{name}-%{version}.tar.xz + +BuildRequires: gtk3-devel +BuildRequires: desktop-file-utils +BuildRequires: gcr-devel +BuildRequires: gnupg2 +BuildRequires: gpgme-devel >= 1.0 +BuildRequires: nautilus-devel +BuildRequires: libgnome-keyring-devel +BuildRequires: dbus-glib-devel +BuildRequires: libcryptui-devel +BuildRequires: libnotify-devel +BuildRequires: intltool + +Obsoletes: seahorse-plugins < 3.0 + +%description +Seahorse nautilus is an extension for nautilus which allows encryption +and decryption of OpenPGP files using GnuPG. + + +%prep +%setup -q + + +%build +%configure --disable-silent-rules --disable-gpg-check +make %{?_smp_mflags} + + +%install +%make_install + +desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/seahorse-pgp-encrypted.desktop +desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/seahorse-pgp-keys.desktop +desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/seahorse-pgp-signature.desktop + +find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' + +%find_lang %{name} --with-gnome + + +%postun +if [ $1 -eq 0 ] ; then + glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : +fi + +%posttrans +glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : + + +%files -f %{name}.lang +%license COPYING +%doc AUTHORS NEWS README THANKS +%{_bindir}/seahorse-tool +%{_libdir}/nautilus/extensions-3.0/libnautilus-seahorse.so +%{_datadir}/applications/*.desktop +%{_datadir}/GConf/gsettings/org.gnome.seahorse.nautilus.convert +%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.nautilus.*gschema.xml +%{_datadir}/seahorse-nautilus/ +%{_mandir}/man1/seahorse-tool.1* + + +%changelog +* Wed Jun 06 2018 Richard Hughes - 3.11.92-11 +- Update to 3.11.92 +- Resolves: #1569784 + +* Fri May 2 2014 Rui Matos - 3.8.0-5 +- Fix for "seahorse-nautilus broken by glib2 regression related to + SIGCHLD warnings" +- Resolves: #1093123 + +* Fri Jan 24 2014 Daniel Mach - 3.8.0-4 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 3.8.0-3 +- Mass rebuild 2013-12-27 + +* Fri Nov 1 2013 Matthias Clasen - 3.8.0-2 +- Improve the man page +- Resolves: #948925 + +* Tue Mar 26 2013 Kalev Lember - 3.8.0-1 +- Update to 3.8.0 + +* Wed Feb 06 2013 Kalev Lember - 3.7.5-1 +- Update to 3.7.5 + +* Tue Oct 16 2012 Kalev Lember - 3.6.1-1 +- Update to 3.6.1 + +* Wed Sep 26 2012 Kalev Lember - 3.6.0-1 +- Update to 3.6.0 + +* Wed Sep 19 2012 Kalev Lember - 3.5.92-1 +- Update to 3.5.92 +- Install the gsettings schema files + +* Sat Jul 21 2012 Fedora Release Engineering - 3.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Mar 29 2012 Rui Matos - 3.4.0-2 +- Use rpm macros to define the version number +- Do verbose builds +- Fix %%files entries to comply with ownership rules + +* Tue Mar 27 2012 Rui Matos - 3.4.0-1 +- initial packaging for Fedora