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

Revision 9912, 4.1 KB checked in by tomop, 8 years ago (diff)

cadaver-0.23.3-4

Line 
1Summary: A command-line WebDAV client
2Summary(ja): コマンドライン形式の WebDAV クライアント
3Name: cadaver
4Version: 0.23.3
5Release: 4%{_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
41# ad-hoc fix for building with neon 0.30.0
42sed -i -e 's/27 28 29/27 28 29 30/g' configure
43
44%configure --with-ssl --with-neon --with-libxml2
45make %{?_smp_mflags}
46
47%install
48rm -fr %{buildroot}
49%makeinstall
50mkdir -p %{buildroot}%{_mandir}/man1
51install -p -m 0644 doc/cadaver.1 %{buildroot}%{_mandir}/man1
52
53%find_lang %{name}
54
55%clean
56rm -fr %{buildroot}
57
58%files -f %{name}.lang
59%defattr(-,root,root)
60%doc BUGS ChangeLog COPYING FAQ INTEROP NEWS README THANKS TODO
61%{_bindir}/cadaver
62%{_mandir}/man1/cadaver.1*
63
64%changelog
65* Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23.3-4
66- built with gnutls-3.4.x.
67
68* Sun Apr  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.23.3-3
69- rebuilt with readline 6.3
70
71* Fri Dec 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.23.3-2
72- rebuilt on current VineSeed
73- fixed spec to built with neon 0.30
74
75* Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.23.3-1
76- updated to 0.23.3
77- removed BR: openssl-devel
78
79* Sat Jun 06 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.23.2-2
80- spec in UTF-8
81- added Packager tag
82
83* Thu May 07 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.23.2-1
84- new upstream relase
85- new versioning policy
86- rebuilt with new toolchain (neon, openssl)
87- add BuildRequires: krb5-devel
88
89* Wed Feb 27 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.22.5-0vl2
90- rebuild with expat-2.0.1
91
92* Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22.5-0vl1
93- upstream release
94- rebuilt with new toolchain
95
96* Thu Jul 21 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.22.2-0vl1
97- upstream release
98- drop Patch100
99  (security patch which was already included in upstream source)
100- add BUGS to %doc
101
102* Wed Jul 20 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.22.0-0vl3
103- add Japanese description
104- remove BuildRequires: libxml-devel
105- add BuildRequires: libxml2-devel
106- use libxml2-2.6.20 (configure --with-libxml2 with libxml2-devel)
107
108* Sun Sep  5 2004 IWAI, Masaharu <iwai@alib.jp>
109- SECURITY FIX: CAN-2004-0179 and CAN-2004-0398
110  - add cadaver.patch ( Patch100 ) from OpenPKG cadaver-0.22.0-2.0.2
111
112* Tue Mar 30 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.22.0-0vl1
113- updated to 0.22.0
114- rebuild with openssl-0.9.7d
115
116* Thu May 22 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.21.0-0vl1
117- updated to 0.21.0
118- rebuild with new toolchains
119- add Japanese summary
120
121* Fri Feb 22 2002 Toru Sagami <sagami@vinelinux.org> 0.19.1-0vl1
122- updated to 0.19.1
123
124* Mon Oct 29 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.18.0-0vl1
125- updated 0.18.0
126- changed configure options --with-ssl --with-neon=./libneon --with-libxml1
127- eliminated neon-devel in BuildPreReq (because 0.18.0 supported neon-0.16.1 )
128- added libxml-devel in BuildPreReq
129- added manpage
130
131* Fri Jul 27 2001 Satoshi MACHINO <machino@vinelinux.org> 0.17.0-0vl1
132- updated 0.17.0
133- --enable-libxml
134
135* Fri Mar  2 2001 Tim Powers <timp@redhat.com>
136- rebuilt against openssl-0.9.6-1
137
138* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
139- update to 0.16.0
140
141* Mon Nov 20 2000 Tim Powers <timp@redhat.com>
142- rebuilt to fix bad dir perms
143
144* Wed Nov  8 2000 Nalin Dahyabhai <nalin@redhat.com>
145- initial Power Tools build
Note: See TracBrowser for help on using the repository browser.