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 - 3.4.0-1 +- Update to 3.4.0 +- Added Provides: bundled(egglib) + +* Mon Mar 19 2012 Rui Matos - 3.3.92-1 +- Update to 3.3.92 +- Don't ship MAINTAINERS +- Own %%{_datadir}/pixmaps/seahorse/ + +* Tue Mar 6 2012 Rui Matos - 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