| 1 | Summary: Library for OpenPGP prompts |
|---|
| 2 | Name: libcryptui |
|---|
| 3 | Version: 3.12.2 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{name}-%{version}.tar.xz |
|---|
| 6 | License: GPLv2 |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | URL: http://git.gnome.org/browse/libcryptui/ |
|---|
| 9 | |
|---|
| 10 | BuildRequires: glib2-devel |
|---|
| 11 | BuildRequires: GConf2-devel |
|---|
| 12 | BuildRequires: gtk3-devel |
|---|
| 13 | BuildRequires: gpgme-devel >= 1.0.0 |
|---|
| 14 | BuildRequires: libgnome-keyring-devel |
|---|
| 15 | BuildRequires: libnotify-devel |
|---|
| 16 | BuildRequires: libSM-devel |
|---|
| 17 | BuildRequires: yelp-tools |
|---|
| 18 | |
|---|
| 19 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 20 | |
|---|
| 21 | Vendor: Project Vine |
|---|
| 22 | Distribution: Vine Linux |
|---|
| 23 | Packager: Takemikaduchi |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | %description |
|---|
| 27 | libcryptui is a library used for prompting for PGP keys. It's likely that this |
|---|
| 28 | library will become deprecated in the near future. |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | %package devel |
|---|
| 32 | Summary: Development tools for libcryptui |
|---|
| 33 | Summary(ja): libcryptui の開発環境 |
|---|
| 34 | Group: Development/Libraries |
|---|
| 35 | Requires: %{name} = %{version}-%{release} |
|---|
| 36 | Requires: pkgconfig |
|---|
| 37 | |
|---|
| 38 | %description devel |
|---|
| 39 | Header files and libraries for building a extension library for the |
|---|
| 40 | libcryptui. |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | %package docs |
|---|
| 44 | Summary: Documentation for libcryptui |
|---|
| 45 | Summary(ja): libcryptui 用のドキュメント |
|---|
| 46 | Group: Documentation |
|---|
| 47 | Requires: %{name} = %{version}-%{release} |
|---|
| 48 | BuildArch: noarch |
|---|
| 49 | Provides: %{name}-doc = %{version}-%{release} |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | %description docs |
|---|
| 53 | This package contains documentation for libcryptui. |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | %prep |
|---|
| 57 | %setup -q |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | %build |
|---|
| 61 | autoreconf -fi |
|---|
| 62 | %configure --disable-static |
|---|
| 63 | %{__make} %{?_smp_mflags} |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | %install |
|---|
| 67 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 68 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 69 | |
|---|
| 70 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' |
|---|
| 71 | |
|---|
| 72 | # conflict with seahorse |
|---|
| 73 | rm -rf $RPM_BUILD_ROOT%{_sysconfdir} |
|---|
| 74 | rm -rf $RPM_BUILD_ROOT%{_datadir}/locale |
|---|
| 75 | |
|---|
| 76 | %clean |
|---|
| 77 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 78 | |
|---|
| 79 | %post -p /sbin/ldconfig |
|---|
| 80 | |
|---|
| 81 | %postun |
|---|
| 82 | /sbin/ldconfig |
|---|
| 83 | if [ $1 -eq 0 ] ; then |
|---|
| 84 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 85 | fi |
|---|
| 86 | |
|---|
| 87 | %posttrans |
|---|
| 88 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 89 | |
|---|
| 90 | |
|---|
| 91 | %files |
|---|
| 92 | %defattr(-,root,root,-) |
|---|
| 93 | %doc COPYING ChangeLog NEWS README |
|---|
| 94 | %{_bindir}/seahorse-daemon |
|---|
| 95 | %{_libdir}/libcryptui.so.* |
|---|
| 96 | %{_libdir}/girepository-1.0/CryptUI-0.0.typelib |
|---|
| 97 | %{_datadir}/GConf/gsettings/org.gnome.seahorse.recipients.convert |
|---|
| 98 | %{_datadir}/dbus-1/services/org.gnome.seahorse.service |
|---|
| 99 | %{_datadir}/glib-2.0/schemas/org.gnome.seahorse.recipients.gschema.xml |
|---|
| 100 | %{_datadir}/pixmaps/cryptui/*/* |
|---|
| 101 | %{_datadir}/cryptui/ui/*.xml |
|---|
| 102 | %{_mandir}/man1/seahorse-daemon.1.gz |
|---|
| 103 | |
|---|
| 104 | %files devel |
|---|
| 105 | %defattr(-,root,root,-) |
|---|
| 106 | %{_includedir}/libcryptui |
|---|
| 107 | %{_libdir}/libcryptui.so |
|---|
| 108 | %{_libdir}/pkgconfig/cryptui-0.0.pc |
|---|
| 109 | %{_datadir}/gir-1.0/CryptUI-0.0.gir |
|---|
| 110 | |
|---|
| 111 | %files docs |
|---|
| 112 | %defattr(-,root,root,-) |
|---|
| 113 | %{_datadir}/gtk-doc/html/libcryptui |
|---|
| 114 | |
|---|
| 115 | |
|---|
| 116 | %changelog |
|---|
| 117 | * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1 |
|---|
| 118 | - new upstream release |
|---|
| 119 | |
|---|
| 120 | * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2 |
|---|
| 121 | - rebuild with VineSeed environment |
|---|
| 122 | |
|---|
| 123 | * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1 |
|---|
| 124 | - new upstream release |
|---|
| 125 | |
|---|
| 126 | * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1 |
|---|
| 127 | - new upstream release |
|---|
| 128 | |
|---|
| 129 | * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1 |
|---|
| 130 | - new upstream release |
|---|
| 131 | - change BuildRequires: yelp-tools instead of gnome-doc-utils |
|---|
| 132 | |
|---|
| 133 | * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1 |
|---|
| 134 | - new upstream release |
|---|
| 135 | |
|---|
| 136 | * Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1 |
|---|
| 137 | - new upstream release |
|---|
| 138 | |
|---|
| 139 | * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1 |
|---|
| 140 | - new upstream release |
|---|
| 141 | |
|---|
| 142 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.91-1 |
|---|
| 143 | - new upstream release |
|---|
| 144 | - remove Patch0 |
|---|
| 145 | |
|---|
| 146 | * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-2 |
|---|
| 147 | - add Patch0 (libcryptui-3.1.4-bug655291.patch) |
|---|
| 148 | |
|---|
| 149 | * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1 |
|---|
| 150 | - initial build for Vine Linux |
|---|
| 151 | |
|---|