libcryptui-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. Summary: Library for OpenPGP prompts
  2. Name: libcryptui
  3. Version: 3.10.1
  4. Release: 2%{?_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. 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: yelp-tools
  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 docs
  34. Summary: Documentation for libcryptui
  35. Summary(ja): libcryptui 用のドキュメント
  36. Group: Documentation
  37. Requires: %{name} = %{version}-%{release}
  38. BuildArch: noarch
  39. Provides: %{name}-doc = %{version}-%{release}
  40. %description docs
  41. This package contains documentation for libcryptui.
  42. %prep
  43. %setup -q
  44. %build
  45. autoreconf -fi
  46. %configure --disable-static
  47. %{__make} %{?_smp_mflags}
  48. %install
  49. %{__rm} -rf ${RPM_BUILD_ROOT}
  50. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  51. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  52. # conflict with seahorse
  53. rm -rf $RPM_BUILD_ROOT%{_sysconfdir}
  54. rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
  55. %clean
  56. %{__rm} -rf ${RPM_BUILD_ROOT}
  57. %post -p /sbin/ldconfig
  58. %postun
  59. /sbin/ldconfig
  60. if [ $1 -eq 0 ] ; then
  61. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  62. fi
  63. %posttrans
  64. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  65. %files
  66. %defattr(-,root,root,-)
  67. %doc COPYING ChangeLog NEWS README
  68. %{_bindir}/seahorse-daemon
  69. %{_libdir}/libcryptui.so.*
  70. %{_libdir}/girepository-1.0/CryptUI-0.0.typelib
  71. %{_datadir}/GConf/gsettings/org.gnome.seahorse.recipients.convert
  72. %{_datadir}/dbus-1/services/org.gnome.seahorse.service
  73. %{_datadir}/glib-2.0/schemas/org.gnome.seahorse.recipients.gschema.xml
  74. %{_datadir}/pixmaps/cryptui/*/*
  75. %{_datadir}/cryptui/ui/*.xml
  76. %{_mandir}/man1/seahorse-daemon.1.gz
  77. %files devel
  78. %defattr(-,root,root,-)
  79. %{_includedir}/libcryptui
  80. %{_libdir}/libcryptui.so
  81. %{_libdir}/pkgconfig/cryptui-0.0.pc
  82. %{_datadir}/gir-1.0/CryptUI-0.0.gir
  83. %files docs
  84. %defattr(-,root,root,-)
  85. %{_datadir}/gtk-doc/html/libcryptui
  86. %changelog
  87. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
  88. - rebuild with VineSeed environment
  89. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  90. - new upstream release
  91. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
  92. - new upstream release
  93. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  94. - new upstream release
  95. - change BuildRequires: yelp-tools instead of gnome-doc-utils
  96. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  97. - new upstream release
  98. * Mon Nov 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  99. - new upstream release
  100. * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  101. - new upstream release
  102. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.91-1
  103. - new upstream release
  104. - remove Patch0
  105. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-2
  106. - add Patch0 (libcryptui-3.1.4-bug655291.patch)
  107. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  108. - initial build for Vine Linux