source: projects/specs/branches/6/c/cadaver/cadaver-vl.spec @ 3090

Revision 3090, 3.7 KB checked in by inagaki, 13 years ago (diff)

update: cadaver, keyutils

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