libcryptui-vl.spec 3.2 KB

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