cadaver-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. Summary: A command-line WebDAV client
  2. Summary(ja): コマンドライン形式の WebDAV クライアント
  3. Name: cadaver
  4. Version: 0.23.3
  5. Release: 1%{_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. %configure --with-ssl --with-neon --with-libxml2
  32. make %{?_smp_mflags}
  33. %install
  34. rm -fr %{buildroot}
  35. %makeinstall
  36. mkdir -p %{buildroot}%{_mandir}/man1
  37. install -p -m 0644 doc/cadaver.1 %{buildroot}%{_mandir}/man1
  38. %find_lang %{name}
  39. %clean
  40. rm -fr %{buildroot}
  41. %files -f %{name}.lang
  42. %defattr(-,root,root)
  43. %doc BUGS ChangeLog COPYING FAQ INSTALL INTEROP NEWS README THANKS TODO
  44. %{_bindir}/cadaver
  45. %{_mandir}/man1/cadaver.1*
  46. %changelog
  47. * Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.23.3-1
  48. - updated to 0.23.3
  49. - removed BR: openssl-devel
  50. * Sat Jun 06 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.23.2-2
  51. - spec in UTF-8
  52. - added Packager tag
  53. * Thu May 07 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.23.2-1
  54. - new upstream relase
  55. - new versioning policy
  56. - rebuilt with new toolchain (neon, openssl)
  57. - add BuildRequires: krb5-devel
  58. * Wed Feb 27 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.22.5-0vl2
  59. - rebuild with expat-2.0.1
  60. * Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22.5-0vl1
  61. - upstream release
  62. - rebuilt with new toolchain
  63. * Thu Jul 21 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.22.2-0vl1
  64. - upstream release
  65. - drop Patch100
  66. (security patch which was already included in upstream source)
  67. - add BUGS to %doc
  68. * Wed Jul 20 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.22.0-0vl3
  69. - add Japanese description
  70. - remove BuildRequires: libxml-devel
  71. - add BuildRequires: libxml2-devel
  72. - use libxml2-2.6.20 (configure --with-libxml2 with libxml2-devel)
  73. * Sun Sep 5 2004 IWAI, Masaharu <iwai@alib.jp>
  74. - SECURITY FIX: CAN-2004-0179 and CAN-2004-0398
  75. - add cadaver.patch ( Patch100 ) from OpenPKG cadaver-0.22.0-2.0.2
  76. * Tue Mar 30 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22.0-0vl1
  77. - updated to 0.22.0
  78. - rebuild with openssl-0.9.7d
  79. * Thu May 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.21.0-0vl1
  80. - updated to 0.21.0
  81. - rebuild with new toolchains
  82. - add Japanese summary
  83. * Fri Feb 22 2002 Toru Sagami <sagami@vinelinux.org> 0.19.1-0vl1
  84. - updated to 0.19.1
  85. * Mon Oct 29 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.18.0-0vl1
  86. - updated 0.18.0
  87. - changed configure options --with-ssl --with-neon=./libneon --with-libxml1
  88. - eliminated neon-devel in BuildPreReq (because 0.18.0 supported neon-0.16.1 )
  89. - added libxml-devel in BuildPreReq
  90. - added manpage
  91. * Fri Jul 27 2001 Satoshi MACHINO <machino@vinelinux.org> 0.17.0-0vl1
  92. - updated 0.17.0
  93. - --enable-libxml
  94. * Fri Mar 2 2001 Tim Powers <timp@redhat.com>
  95. - rebuilt against openssl-0.9.6-1
  96. * Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
  97. - update to 0.16.0
  98. * Mon Nov 20 2000 Tim Powers <timp@redhat.com>
  99. - rebuilt to fix bad dir perms
  100. * Wed Nov 8 2000 Nalin Dahyabhai <nalin@redhat.com>
  101. - initial Power Tools build