source: projects/specs/trunk/c/cadaver/cadaver-vl.spec @ 521

Revision 521, 3.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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