OBS User unknown 2007-08-09 19:21:06 +00:00 committed by Git OBS Bridge
parent d34a6300a4
commit fc4f51fce6
2 changed files with 23 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 7 18:45:46 CEST 2007 - maw@suse.de
- Use %fdupes
- Split off a -lang subpackage
- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 22 23:31:47 CEST 2007 - maw@suse.de Fri Jun 22 23:31:47 CEST 2007 - maw@suse.de

View File

@ -11,13 +11,14 @@
# norootforbuild # norootforbuild
Name: seahorse Name: seahorse
BuildRequires: gnome-doc-utils-devel gnome-themes gpg2 gpgme-devel intltool libglade2-devel libgnomeprintui-devel libgpg-error-devel libsoup-devel libwnck-devel mDNSResponder-devel nautilus-devel openldap2 openldap2-devel openssh perl-XML-Parser update-desktop-files BuildRequires: fdupes gnome-doc-utils-devel gnome-themes gpg2 gpgme-devel intltool libglade2-devel libgnomeprintui-devel libgpg-error-devel libsoup-devel libwnck-devel mDNSResponder-devel nautilus-devel openldap2 openldap2-devel openssh perl-XML-Parser update-desktop-files
License: GNU General Public License (GPL) License: GPL v2 or later
Group: System/GUI/GNOME Group: System/GUI/GNOME
Autoreqprov: on Autoreqprov: on
PreReq: gconf2 PreReq: gconf2
Version: 1.0.1 Version: 1.0.1
Release: 25 Release: 39
Requires: %{name}-lang = %{version}
Summary: GNOME2 interface for gnupg Summary: GNOME2 interface for gnupg
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
Patch2: %{name}-gpgme-version.patch Patch2: %{name}-gpgme-version.patch
@ -60,6 +61,7 @@ Authors:
Nate Nielsen <nielsen@memberwebs.com> Nate Nielsen <nielsen@memberwebs.com>
Adam Schreiber <sadam@clemson.edu> Adam Schreiber <sadam@clemson.edu>
%lang_package
%prep %prep
%setup %setup
%patch2 %patch2
@ -94,7 +96,9 @@ $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/gnome-mime-application-pgp-keys.png
rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.*a rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.*a
%find_lang %{name} %find_lang %{name}
%find_gconf_schemas %find_gconf_schemas
cat %{name}.schemas_list %{name}.lang >%{name}.lst cat %{name}.schemas_list >%{name}.lst
%fdupes $RPM_BUILD_ROOT
%pre -f %{name}.schemas_pre %pre -f %{name}.schemas_pre
@ -103,13 +107,13 @@ cat %{name}.schemas_list %{name}.lang >%{name}.lst
%preun -f %{name}.schemas_preun %preun -f %{name}.schemas_preun
%post %post
%run_ldconfig /sbin/ldconfig
if test -x usr/bin/update-mime-database ; then if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database %{_prefix}/share/mime > /dev/null usr/bin/update-mime-database %{_prefix}/share/mime > /dev/null
fi fi
%postun %postun
%run_ldconfig /sbin/ldconfig
if test -x usr/bin/update-mime-database ; then if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database %{_prefix}/share/mime > /dev/null usr/bin/update-mime-database %{_prefix}/share/mime > /dev/null
fi fi
@ -145,6 +149,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/seahorse %{_datadir}/seahorse
%{_datadir}/mime/packages/seahorse.xml %{_datadir}/mime/packages/seahorse.xml
%files lang -f %{name}.lang
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
@ -152,6 +158,10 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/libcryptui/*.h %{_includedir}/libcryptui/*.h
%changelog %changelog
* Tue Aug 07 2007 - maw@suse.de
- Use %%fdupes
- Split off a -lang subpackage
- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun.
* Fri Jun 22 2007 - maw@suse.de * Fri Jun 22 2007 - maw@suse.de
- s/gpg/gpg2/ in the buildreq - s/gpg/gpg2/ in the buildreq
- Add seahorse-gpg-version.patch to allow builds when only gpg2 - Add seahorse-gpg-version.patch to allow builds when only gpg2