[seahorse-sharing] Initial import (#800526).

rtcm rtcm at fedoraproject.org
Fri Mar 30 13:05:53 UTC 2012


commit 234da8336edde8817e8599f1f845f9d04fbd41af
Author: Rui Matos <rmatos at redhat.com>
Date:   Fri Mar 30 15:05:07 2012 +0200

    Initial import (#800526).

 .gitignore            |    1 +
 seahorse-sharing.spec |   66 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5893095 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/seahorse-sharing-3.4.0.tar.xz
diff --git a/seahorse-sharing.spec b/seahorse-sharing.spec
new file mode 100644
index 0000000..2de9559
--- /dev/null
+++ b/seahorse-sharing.spec
@@ -0,0 +1,66 @@
+Name:           seahorse-sharing
+Version:        3.4.0
+Release:        1%{?dist}
+Summary:        Sharing of PGP public keys via DNS-SD and HKP
+# daemon is GPLv2+
+# libegg is LGPLv2+
+License:        GPLv2+ and LGPLv2+
+URL:            https://live.gnome.org/Seahorse
+Source0:        http://ftp.gnome.org/pub/gnome/sources/seahorse-sharing/3.4/%{name}-%{version}.tar.xz
+
+Provides:       bundled(egglib)
+
+BuildRequires:  gtk3-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  gnupg2
+BuildRequires:  gpgme-devel >= 1.0
+BuildRequires:  libsoup-devel
+BuildRequires:  avahi-glib-devel
+BuildRequires:  intltool
+BuildRequires:  libSM-devel
+
+Obsoletes: seahorse < 3.1.4
+
+%description
+This package ships a session daemon that allows users to share PGP public keys
+via DNS-SD and HKP.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/%{name}.desktop
+
+%find_lang %{name} --with-gnome
+
+
+%files -f %{name}.lang
+%doc AUTHORS COPYING NEWS README
+%{_sysconfdir}/xdg/autostart/%{name}.desktop
+%{_bindir}/%{name}
+%{_datadir}/pixmaps/seahorse/
+%{_mandir}/man1/%{name}.1.gz
+
+
+%changelog
+* Tue Mar 27 2012 Rui Matos <rmatos at redhat.com> - 3.4.0-1
+- Update to 3.4.0
+- Added Provides: bundled(egglib)
+
+* Mon Mar 19 2012 Rui Matos <rmatos at redhat.com> - 3.3.92-1
+- Update to 3.3.92
+- Don't ship MAINTAINERS
+- Own %%{_datadir}/pixmaps/seahorse/
+
+* Tue Mar  6 2012 Rui Matos <rmatos at redhat.com> - 3.2.1-1
+- initial packaging for Fedora
+
diff --git a/sources b/sources
index e69de29..98bfef7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6f5dac5fbf4ef064ccb48469663b5fe2  seahorse-sharing-3.4.0.tar.xz


More information about the scm-commits mailing list