cadaver-vl.spec 3.7 KB

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