libcryptui-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. Summary: Library for OpenPGP prompts
  2. Name: libcryptui
  3. Version: 3.1.4
  4. Release: 2%{?_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. Patch0: libcryptui-3.1.4-bug655291.patch
  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: gnome-doc-utils >= 0.3.2
  18. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. Packager: Takemikaduchi
  22. %description
  23. libcryptui is a library used for prompting for PGP keys. It's likely that this
  24. library will become deprecated in the near future.
  25. %package devel
  26. Summary: Development tools for libcryptui
  27. Summary(ja): libcryptui の開発環境
  28. Group: Development/Libraries
  29. Requires: %{name} = %{version}-%{release}
  30. Requires: pkgconfig
  31. %description devel
  32. Header files and libraries for building a extension library for the
  33. libcryptui.
  34. %package doc
  35. Summary: Documentation for libcryptui
  36. Summary(ja): libcryptui 用のドキュメント
  37. Group: Documentation
  38. Requires: %{name} = %{version}-%{release}
  39. BuildArch: noarch
  40. %description doc
  41. This package contains documentation for libcryptui.
  42. %prep
  43. %setup -q
  44. %patch0 -p1
  45. %build
  46. autoreconf -fi
  47. %configure --disable-static
  48. %{__make} %{?_smp_mflags}
  49. %install
  50. %{__rm} -rf ${RPM_BUILD_ROOT}
  51. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  52. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  53. # conflict with seahorse
  54. rm -rf $RPM_BUILD_ROOT%{_sysconfdir}
  55. rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
  56. %clean
  57. %{__rm} -rf ${RPM_BUILD_ROOT}
  58. %files
  59. %defattr(-,root,root,-)
  60. %doc COPYING ChangeLog NEWS README
  61. %{_bindir}/seahorse-daemon
  62. %{_libdir}/libcryptui.so.*
  63. %{_libdir}/girepository-1.0/CryptUI-0.0.typelib
  64. %{_datadir}/dbus-1/services/org.gnome.seahorse.service
  65. %{_datadir}/pixmaps/cryptui/*/*
  66. %{_datadir}/cryptui/ui/*.xml
  67. %{_mandir}/man1/seahorse-daemon.1.gz
  68. %files devel
  69. %defattr(-,root,root,-)
  70. %{_includedir}/libcryptui
  71. %{_libdir}/libcryptui.so
  72. %{_libdir}/pkgconfig/cryptui-0.0.pc
  73. %{_datadir}/gir-1.0/CryptUI-0.0.gir
  74. %files doc
  75. %defattr(-,root,root,-)
  76. %{_datadir}/gtk-doc/html/libcryptui
  77. %changelog
  78. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-2
  79. - add Patch0 (libcryptui-3.1.4-bug655291.patch)
  80. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  81. - initial build for Vine Linux