OBS User unknown 2007-02-05 00:23:54 +00:00 committed by Git OBS Bridge
parent f328e6a4a8
commit 321aac2167
2 changed files with 39 additions and 29 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 5 01:00:56 CET 2007 - ro@suse.de
- GNOME moved to /usr
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 7 15:27:10 CET 2006 - sbrabec@suse.cz Thu Dec 7 15:27:10 CET 2006 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package seahorse (Version 0.8) # spec file for package seahorse (Version 0.8)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -12,14 +12,12 @@
Name: seahorse Name: seahorse
BuildRequires: gnome-themes gpgme-devel intltool libglade2-devel libgnomeprintui-devel libsoup-devel libwnck-devel mDNSResponder-devel nautilus-devel openldap2 openldap2-devel perl-XML-Parser update-desktop-files BuildRequires: gnome-themes gpgme-devel intltool libglade2-devel libgnomeprintui-devel libsoup-devel libwnck-devel mDNSResponder-devel nautilus-devel openldap2 openldap2-devel perl-XML-Parser update-desktop-files
%define prefix /opt/gnome
%define sysconfdir /etc%{prefix}
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Group: System/GUI/GNOME Group: System/GUI/GNOME
Autoreqprov: on Autoreqprov: on
PreReq: gconf2 PreReq: gconf2
Version: 0.8 Version: 0.8
Release: 50 Release: 60
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
Patch: %{name}-uninited.patch Patch: %{name}-uninited.patch
@ -50,13 +48,13 @@ rename no nb po/no.*
sed "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure.in > configure.in.tmp && mv configure.in.tmp configure.in sed "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure.in > configure.in.tmp && mv configure.in.tmp configure.in
%{?suse_update_config:%{suse_update_config -f}} %{?suse_update_config:%{suse_update_config -f}}
autoreconf -f -i autoreconf -f -i
CFLAGS="$RPM_OPT_FLAGS -I/opt/gnome/include -fno-strict-aliasing -DLDAP_DEPRECATED" \ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED" \
./configure \ ./configure \
--prefix=%prefix \ --prefix=%{_prefix} \
--libdir=%prefix/%_lib \ --libdir=%{_libdir} \
--sysconfdir=%sysconfdir \ --sysconfdir=%{_sysconfdir} \
--libexecdir=%{prefix}/lib/seahorse \ --libexecdir=%{_prefix}/lib/seahorse \
--mandir=%prefix/share/man \ --mandir=%{_mandir} \
--localstatedir=/var/%_lib \ --localstatedir=/var/%_lib \
--disable-gedit --disable-gedit
make make
@ -66,30 +64,35 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make -i install DESTDIR=$RPM_BUILD_ROOT make -i install DESTDIR=$RPM_BUILD_ROOT
#remove the stuff we don't want #remove the stuff we don't want
rm -rf $RPM_BUILD_ROOT/var/%_lib/scrollkeeper rm -rf $RPM_BUILD_ROOT/var/%_lib/scrollkeeper
rm -rf $RPM_BUILD_ROOT%{prefix}/%{_lib}/lib*.*a rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.*a
( cd ${RPM_BUILD_ROOT}/%{_datadir}/mime/ && rm -rf XMLnamespaces globs mime application magic ) ( cd ${RPM_BUILD_ROOT}/%{_datadir}/mime/ && rm -rf XMLnamespaces globs mime application magic )
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
%find_lang %{name} %find_lang %{name}
%suse_update_desktop_file %{name} Security %suse_update_desktop_file %{name} Security
%suse_update_desktop_file %{name}-pgp-preferences Security %suse_update_desktop_file %{name}-pgp-preferences Security
# Hack to work around check for installed icons in .desktop files # Hack to work around check for installed icons in .desktop files
mkdir -p $RPM_BUILD_ROOT%{prefix}/share/pixmaps mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
cp %{prefix}/share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-pgp-keys.png \ cp %{_prefix}/share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-pgp-keys.png \
$RPM_BUILD_ROOT%{prefix}/share/pixmaps/gnome-mime-application-pgp-keys.png $RPM_BUILD_ROOT%{_prefix}/share/pixmaps/gnome-mime-application-pgp-keys.png
rm $RPM_BUILD_ROOT%{prefix}/%{_lib}/nautilus/extensions-1.0/libnautilus-seahorse.*a rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.*a
%find_gconf_schemas
%pre -f %{name}.schemas_pre
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%post %post
%run_ldconfig %run_ldconfig
export GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source`
opt/gnome/bin/gconftool-2 --makefile-install-rule etc/opt/gnome/gconf/schemas/%{name}.schemas >/dev/null
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 %run_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
%clean %clean
@ -99,18 +102,20 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING ChangeLog NEWS README
%defattr (-, root, root) %defattr (-, root, root)
%{prefix}/bin/* %{_prefix}/bin/*
%{prefix}/%{_lib}/*.so* %{_libdir}/*.so*
%{prefix}/%{_lib}/nautilus/extensions-1.0/libnautilus-seahorse.so %{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so
%{prefix}/share/applications/*.desktop %{_prefix}/share/applications/*.desktop
%{prefix}/share/control-center-2.0 %{_prefix}/share/control-center-2.0
%{prefix}/share/mime-info/* %{_prefix}/share/mime-info
%{prefix}/share/pixmaps/*.png %{_prefix}/share/pixmaps/*.png
%{prefix}/share/seahorse %{_prefix}/share/seahorse
%{sysconfdir}/gconf/schemas/%{name}.schemas %{_sysconfdir}/gconf/schemas/%{name}.schemas
%{prefix}/share/mime/packages/seahorse.xml %{_prefix}/share/mime/packages/seahorse.xml
%changelog -n seahorse %changelog -n seahorse
* Mon Feb 05 2007 - ro@suse.de
- GNOME moved to /usr
* Thu Dec 07 2006 - sbrabec@suse.cz * Thu Dec 07 2006 - sbrabec@suse.cz
- Fixed MIME database path in scriptlets (#225666). - Fixed MIME database path in scriptlets (#225666).
- Use correct PreReq. - Use correct PreReq.