update to 0.24 [release 0.24-1mamba;Tue Nov 01 2022]
This commit is contained in:
parent
55d7e24b39
commit
b4516a66d1
33
cadaver.spec
33
cadaver.spec
@ -1,21 +1,31 @@
|
||||
Name: cadaver
|
||||
Version: 0.23.3
|
||||
Release: 3mamba
|
||||
Version: 0.24
|
||||
Release: 1mamba
|
||||
Summary: A command-line WebDAV client for Unix
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.webdav.org/cadaver/
|
||||
Source: http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz
|
||||
URL: https://notroj.github.io/cadaver/
|
||||
Source: https://notroj.github.io/cadaver/cadaver-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libgssapi-devel
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libneon-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
cadaver is a command-line WebDAV client for Unix. It supports file upload, download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -27,18 +37,21 @@ cadaver is a command-line WebDAV client for Unix. It supports file upload, downl
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
#%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cadaver
|
||||
%{_mandir}/man1/cadaver.1.gz
|
||||
%doc BUGS COPYING ChangeLog NEWS README THANKS TODO
|
||||
%{_mandir}/man1/cadaver.1*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Nov 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24-1mamba
|
||||
- update to 0.24
|
||||
|
||||
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 0.23.3-3mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user