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

Revision 9198, 4.0 KB checked in by inagaki, 9 years ago (diff)

2014-12-31 Ryoichi INAGAKI <ryo1@…>

  • cadaver, davfs2: updated spec
  • libconfuse, libotr: updated
  • python-ldap: rebuilt


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