Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > ab649cbb97ce6d047b297c76ce5b820b > files > 3

seahorse-sharing-3.2.1-1.mga2.src.rpm

%define url_ver	%(echo %{version}|cut -d. -f1,2)

Name:		seahorse-sharing
Version:	3.2.1
Release:	%mkrel 1
Summary:	Share PGP public keys via DNS-SD and HKP
Group:		Graphical desktop/GNOME
License:	GPLv2+
Url:		http://www.gnome.org
Source0:	http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Patch0:		seahorse-sharing-3.2-gpgme.patch
BuildRequires:	intltool
BuildRequires:  gpgme-devel
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libsoup-2.4)
BuildRequires:	pkgconfig(avahi-client)
BuildRequires:	pkgconfig(avahi-glib) >= 0.6
BuildRequires:	pkgconfig(sm)

%description
Share PGP public keys via DNS-SD and HKP.

%prep
%setup -q
%patch0 -p0 -b .gpgme-fix

%build
autoreconf -vfi
%configure2_5x
%make V=1

%install
rm -rf %{buildroot}
%makeinstall_std

# conflicts with seahorse
rm -rf %{buildroot}%{_datadir}/locale/pl/LC_MESSAGES/seahorse.mo

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README MAINTAINERS NEWS
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}
%{_datadir}/man/man1/%{name}.1*
%{_datadir}/pixmaps/seahorse/*/seahorse-share-keys.*


%changelog

* Tue Oct 18 2011 wally <wally> 3.2.1-1.mga2
+ Revision: 156061
- new version 3.2.1

* Sat Sep 24 2011 wally <wally> 3.2-1.mga2
+ Revision: 147394
- add patch to fix build on i586
- imported package seahorse-sharing