automatic version update by autodist [release 3.0-1mamba;Tue Jul 05 2022]
This commit is contained in:
parent
67e0c0a23e
commit
61481c8227
36
phodav.spec
36
phodav.spec
@ -1,31 +1,22 @@
|
|||||||
Name: phodav
|
Name: phodav
|
||||||
Version: 2.5
|
Version: 3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A WebDav server implementation using libsoup (RFC 4918).
|
Summary: A WebDav server implementation using libsoup (RFC 4918).
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://live.gnome.org
|
URL: https://wiki.gnome.org/
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/phodav/%{version}/phodav-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/phodav/%{version}/phodav-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libavahi-devel
|
|
||||||
BuildRequires: libavahi-glib-devel
|
BuildRequires: libavahi-glib-devel
|
||||||
BuildRequires: libdbus-devel
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libsqlite-devel
|
|
||||||
BuildRequires: libssp-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
phởdav is a WebDav server implementation using libsoup (RFC 4918).
|
phởdav is a WebDav server implementation using libsoup (RFC 4918).
|
||||||
@ -104,29 +95,32 @@ This package includes the %{name} API documentation.
|
|||||||
%{_sbindir}/spice-webdavd
|
%{_sbindir}/spice-webdavd
|
||||||
%{_unitdir}/spice-webdavd.service
|
%{_unitdir}/spice-webdavd.service
|
||||||
#%{_unitdir}/spice-webdavd.target
|
#%{_unitdir}/spice-webdavd.target
|
||||||
/lib/udev/rules.d/70-spice-webdavd.rules
|
%{_udevrulesdir}/70-spice-webdavd.rules
|
||||||
%{_mandir}/man1/chezdav.1*
|
%{_mandir}/man1/chezdav.1*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libphodav-2.0.so.*
|
%{_libdir}/libphodav-*.so.*
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libphodav-2.0
|
%dir %{_includedir}/libphodav-*
|
||||||
%{_includedir}/libphodav-2.0/libphodav
|
%dir %{_includedir}/libphodav-*/libphodav
|
||||||
%{_includedir}/libphodav-2.0/libphodav/*.h
|
%{_includedir}/libphodav-*/libphodav/*.h
|
||||||
%{_libdir}/libphodav-2.0.so
|
%{_libdir}/libphodav-*.so
|
||||||
%{_libdir}/pkgconfig/libphodav-2.0.pc
|
%{_libdir}/pkgconfig/libphodav-*.pc
|
||||||
#%doc NEWS README TODO
|
#%doc NEWS README TODO
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/phodav-2.0
|
%dir %{_datadir}/gtk-doc/html/phodav-*
|
||||||
%{_datadir}/gtk-doc/html/phodav-2.0/*
|
%{_datadir}/gtk-doc/html/phodav-*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 05 2022 Automatic Build System <autodist@mambasoft.it> 3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Oct 25 2020 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
* Sun Oct 25 2020 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user