libcryptui-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Summary: Library for OpenPGP prompts
  2. Name: libcryptui
  3. Version: 3.1.4
  4. Release: 1%{?_dist_release}
  5. Source0: %{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. %configure --disable-static
  45. %{__make} %{?_smp_mflags}
  46. %install
  47. %{__rm} -rf ${RPM_BUILD_ROOT}
  48. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  49. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  50. # conflict with seahorse
  51. rm -rf $RPM_BUILD_ROOT%{_sysconfdir}
  52. rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
  53. %clean
  54. %{__rm} -rf ${RPM_BUILD_ROOT}
  55. %files
  56. %defattr(-,root,root,-)
  57. %doc COPYING ChangeLog NEWS README
  58. %{_bindir}/seahorse-daemon
  59. %{_libdir}/libcryptui.so.*
  60. %{_libdir}/girepository-1.0/CryptUI-0.0.typelib
  61. %{_datadir}/dbus-1/services/org.gnome.seahorse.service
  62. %{_datadir}/pixmaps/seahorse/*/*
  63. %{_datadir}/seahorse/ui/*.xml
  64. %{_mandir}/man1/seahorse-daemon.1.gz
  65. %files devel
  66. %defattr(-,root,root,-)
  67. %{_includedir}/libcryptui
  68. %{_libdir}/libcryptui.so
  69. %{_libdir}/pkgconfig/cryptui-0.0.pc
  70. %{_datadir}/gir-1.0/CryptUI-0.0.gir
  71. %files doc
  72. %defattr(-,root,root,-)
  73. %{_datadir}/gtk-doc/html/libcryptui
  74. %changelog
  75. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  76. - initial build for Vine Linux