cadaver-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. Summary: A command-line WebDAV client
  2. Summary(ja): コマンドライン形式の WebDAV クライアント
  3. Name: cadaver
  4. Version: 0.23.3
  5. Release: 4%{_dist_release}
  6. Group: Applications/Internet
  7. License: GPLv2+
  8. URL: http://www.webdav.org/cadaver/
  9. Source: http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: krb5-devel
  12. BuildRequires: libxml2-devel
  13. BuildRequires: neon-devel
  14. BuildRequires: readline-devel
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: iwamoto, inagaki
  18. %description
  19. cadaver is a command-line WebDAV client. It supports file upload,
  20. download, on-screen display, namespace operations (move/copy),
  21. collection creation and deletion, and locking operations.
  22. %description -l ja
  23. cadaver はコマンドライン形式の WebDAV クライアントです。ファイル
  24. アップロード、ダウンロード、表示画面( on-screen display )、
  25. 名前空間での操作( move/copy )、コレクションの作成や削除、ロック
  26. 処理をサポートします。
  27. %prep
  28. %setup -q
  29. %build
  30. CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
  31. # ad-hoc fix for building with neon 0.30.0
  32. sed -i -e 's/27 28 29/27 28 29 30/g' configure
  33. %configure --with-ssl --with-neon --with-libxml2
  34. make %{?_smp_mflags}
  35. %install
  36. rm -fr %{buildroot}
  37. %makeinstall
  38. mkdir -p %{buildroot}%{_mandir}/man1
  39. install -p -m 0644 doc/cadaver.1 %{buildroot}%{_mandir}/man1
  40. %find_lang %{name}
  41. %clean
  42. rm -fr %{buildroot}
  43. %files -f %{name}.lang
  44. %defattr(-,root,root)
  45. %doc BUGS ChangeLog COPYING FAQ INTEROP NEWS README THANKS TODO
  46. %{_bindir}/cadaver
  47. %{_mandir}/man1/cadaver.1*
  48. %changelog
  49. * Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23.3-4
  50. - built with gnutls-3.4.x.
  51. * Sun Apr 5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.23.3-3
  52. - rebuilt with readline 6.3
  53. * Fri Dec 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.23.3-2
  54. - rebuilt on current VineSeed
  55. - fixed spec to built with neon 0.30
  56. * Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.23.3-1
  57. - updated to 0.23.3
  58. - removed BR: openssl-devel
  59. * Sat Jun 06 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.23.2-2
  60. - spec in UTF-8
  61. - added Packager tag
  62. * Thu May 07 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.23.2-1
  63. - new upstream relase
  64. - new versioning policy
  65. - rebuilt with new toolchain (neon, openssl)
  66. - add BuildRequires: krb5-devel
  67. * Wed Feb 27 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.22.5-0vl2
  68. - rebuild with expat-2.0.1
  69. * Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22.5-0vl1
  70. - upstream release
  71. - rebuilt with new toolchain
  72. * Thu Jul 21 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.22.2-0vl1
  73. - upstream release
  74. - drop Patch100
  75. (security patch which was already included in upstream source)
  76. - add BUGS to %doc
  77. * Wed Jul 20 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.22.0-0vl3
  78. - add Japanese description
  79. - remove BuildRequires: libxml-devel
  80. - add BuildRequires: libxml2-devel
  81. - use libxml2-2.6.20 (configure --with-libxml2 with libxml2-devel)
  82. * Sun Sep 5 2004 IWAI, Masaharu <iwai@alib.jp>
  83. - SECURITY FIX: CAN-2004-0179 and CAN-2004-0398
  84. - add cadaver.patch ( Patch100 ) from OpenPKG cadaver-0.22.0-2.0.2
  85. * Tue Mar 30 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22.0-0vl1
  86. - updated to 0.22.0
  87. - rebuild with openssl-0.9.7d
  88. * Thu May 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.21.0-0vl1
  89. - updated to 0.21.0
  90. - rebuild with new toolchains
  91. - add Japanese summary
  92. * Fri Feb 22 2002 Toru Sagami <sagami@vinelinux.org> 0.19.1-0vl1
  93. - updated to 0.19.1
  94. * Mon Oct 29 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.18.0-0vl1
  95. - updated 0.18.0
  96. - changed configure options --with-ssl --with-neon=./libneon --with-libxml1
  97. - eliminated neon-devel in BuildPreReq (because 0.18.0 supported neon-0.16.1 )
  98. - added libxml-devel in BuildPreReq
  99. - added manpage
  100. * Fri Jul 27 2001 Satoshi MACHINO <machino@vinelinux.org> 0.17.0-0vl1
  101. - updated 0.17.0
  102. - --enable-libxml
  103. * Fri Mar 2 2001 Tim Powers <timp@redhat.com>
  104. - rebuilt against openssl-0.9.6-1
  105. * Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
  106. - update to 0.16.0
  107. * Mon Nov 20 2000 Tim Powers <timp@redhat.com>
  108. - rebuilt to fix bad dir perms
  109. * Wed Nov 8 2000 Nalin Dahyabhai <nalin@redhat.com>
  110. - initial Power Tools build