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

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

2015-04-05 Ryoichi INAGAKI <ryo1@…>

  • cadaver, freetds, iverlog: rebuilt
  • tgif: updated


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