Author: wiget Date: Thu Sep 8 21:00:20 2011 GMT Module: packages Tag: DEVEL ---- Log message: - up to 3.1.91
---- Files affected: packages/seahorse: seahorse.spec (1.130 -> 1.130.2.1) ---- Diffs: ================================================================ Index: packages/seahorse/seahorse.spec diff -u packages/seahorse/seahorse.spec:1.130 packages/seahorse/seahorse.spec:1.130.2.1 --- packages/seahorse/seahorse.spec:1.130 Mon May 23 13:05:47 2011 +++ packages/seahorse/seahorse.spec Thu Sep 8 23:00:14 2011 @@ -2,14 +2,13 @@ Summary: Seahorse - A GNOME front end for GnuPG Summary(pl.UTF-8): Seahorse - frontend GNOME do GnuPG Name: seahorse -Version: 3.0.2 +Version: 3.1.91 Release: 1 License: GPL v2 Group: X11/Applications -Source0: http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.0/%{name}-%{version}.tar.bz2 -# Source0-md5: 47feb342d2ce36727e1fde12b9e12dda +Source0: http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.1/%{name}-%{version}.tar.xz +# Source0-md5: f20afeb4b2e85b29adf74244046d3315 URL: http://www.gnome.org/projects/seahorse/ -BuildRequires: GConf2-devel >= 2.24.0 BuildRequires: atk-devel >= 1.32 BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -36,12 +35,12 @@ BuildRequires: rpmbuild(macros) >= 1.311 BuildRequires: xorg-lib-libICE-devel BuildRequires: xorg-lib-libSM-devel +Requires(post,postun): desktop-file-utils Requires(post,postun): gtk-update-icon-cache Requires(post,postun): hicolor-icon-theme -Requires(post,preun): GConf2 Requires: gnupg >= 1.4.5 Requires: gnupg2 -Requires: libcryptui = %{version}-%{release} +Requires: gnome-keyring >= 3.1.91 Requires: rarian # sr@Latn vs. sr@latin Conflicts: glibc-misc < 6:2.7 @@ -62,52 +61,11 @@ realizowane poprzez graficzny interfejs użytkownika, a zarządzanie kluczami jest prowadzone przez intuicyjny interfejs. -%package -n libcryptui -Summary: libcryptui library -Summary(pl.UTF-8): Biblioteka libcryptui -License: LGPL v2 -Group: X11/Libraries - -%description -n libcryptui -libcryptui library. - -%description -n libcryptui -l pl.UTF-8 -Biblioteka libcryptui. - -%package -n libcryptui-devel -Summary: Header files for libcryptui library -Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libcryptui -License: LGPL v2 -Group: X11/Development/Libraries -Requires: GConf2-devel >= 2.24.0 -Requires: gtk+3-devel >= 2.91.7 -Requires: libcryptui = %{version}-%{release} - -%description -n libcryptui-devel -This is the package containing the header files for libcryptui -library. - -%description -n libcryptui-devel -l pl.UTF-8 -Ten pakiet zawiera pliki nagłówkowe biblioteki libcryptui. - -%package -n libcryptui-apidocs -Summary: libcryptui library API documentation -Summary(pl.UTF-8): Dokumentacja API biblioteki libcryptui -Group: Documentation -Requires: gtk-doc-common - -%description -n libcryptui-apidocs -libcryptui library API documentation. - -%description -n libcryptui-apidocs -l pl.UTF-8 -Dokumentacja API biblioteki libcryptui. - %prep %setup -q %build %{__glib_gettextize} -%{__gtkdocize} %{__intltoolize} %{__libtoolize} %{__aclocal} -I m4 @@ -117,11 +75,9 @@ %configure \ SSH_KEYGEN_PATH=%{_bindir}/ssh-keygen \ SSH_PATH=%{_bindir}/ssh \ - --with-gtk=3.0 \ - --enable-gtk-doc \ --enable-pgp \ - --with-html-dir=%{_gtkdocdir} \ - --disable-schemas-install \ + --disable-silent-rules \ + --disable-schemas-compile \ --disable-scrollkeeper \ --disable-static \ --disable-update-mime-database @@ -133,61 +89,36 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -# remove internal API documentation -%{__rm} -r $RPM_BUILD_ROOT%{_gtkdocdir}/libseahorse -%{__rm} $RPM_BUILD_ROOT%{_libdir}/libcryptui.la - %find_lang %{name} --with-gnome --with-omf %clean rm -rf $RPM_BUILD_ROOT %post -%gconf_schema_install seahorse.schemas +%glib_compile_schemas %update_icon_cache hicolor -%preun -%gconf_schema_uninstall seahorse.schemas - %postun +%glib_compile_schemas %update_icon_cache hicolor -%post -n libcryptui -p /sbin/ldconfig -%postun -n libcryptui -p /sbin/ldconfig - %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/seahorse -%attr(755,root,root) %{_bindir}/seahorse-daemon %dir %{_libdir}/seahorse %attr(755,root,root) %{_libdir}/seahorse/seahorse-ssh-askpass %attr(755,root,root) %{_libdir}/seahorse/xloadimage %{_datadir}/%{name} -%{_datadir}/dbus-1/services/org.gnome.seahorse.service %{_desktopdir}/seahorse.desktop %{_pixmapsdir}/* %{_iconsdir}/hicolor/*/*/* -%{_sysconfdir}/gconf/schemas/seahorse.schemas +%{_datadir}/GConf/gsettings/org.gnome.seahorse.convert +%{_datadir}/GConf/gsettings/org.gnome.seahorse.manager.convert +%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.manager.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.seahorse.window.gschema.xml %{_mandir}/man1/seahorse.1* -%{_mandir}/man1/seahorse-daemon.1* - -%files -n libcryptui -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libcryptui.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libcryptui.so.0 -%{_libdir}/girepository-1.0/CryptUI-0.0.typelib - -%files -n libcryptui-devel -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libcryptui.so -%{_includedir}/libcryptui -%{_pkgconfigdir}/cryptui-0.0.pc -%{_datadir}/gir-1.0/CryptUI-0.0.gir - -%files -n libcryptui-apidocs -%defattr(644,root,root,755) -%{_gtkdocdir}/libcryptui %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -195,6 +126,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.130.2.1 2011/09/08 21:00:14 wiget +- up to 3.1.91 + Revision 1.130 2011/05/23 11:05:47 megabajt - updated to 3.0.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seahorse/seahorse.spec?r1=1.130&r2=1.130.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
