automatic version update by autodist [release 2.2-1mamba;Sat Jan 13 2018]
This commit is contained in:
parent
7d27a12994
commit
a6b5f7afea
42
phodav.spec
42
phodav.spec
@ -1,6 +1,6 @@
|
|||||||
Name: phodav
|
Name: phodav
|
||||||
Version: 0.4
|
Version: 2.2
|
||||||
Release: 2mamba
|
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
|
||||||
@ -72,7 +72,7 @@ This package includes the %{name} API documentation.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -80,14 +80,17 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%systemd_post
|
%systemd_post spice-webdavd
|
||||||
|
:
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun
|
%systemd_preun spice-webdavd
|
||||||
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%systemd_postun
|
%systemd_postun spice-webdavd
|
||||||
|
:
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
@ -97,32 +100,35 @@ This package includes the %{name} API documentation.
|
|||||||
%{_bindir}/chezdav
|
%{_bindir}/chezdav
|
||||||
%{_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
|
/lib/udev/rules.d/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-1.0.so.*
|
%{_libdir}/libphodav-2.0.so.*
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libphodav-1.0
|
%dir %{_includedir}/libphodav-2.0
|
||||||
%{_includedir}/libphodav-1.0/libphodav
|
%{_includedir}/libphodav-2.0/libphodav
|
||||||
%{_includedir}/libphodav-1.0/libphodav/*.h
|
%{_includedir}/libphodav-2.0/libphodav/*.h
|
||||||
%{_libdir}/libphodav-1.0.a
|
%{_libdir}/libphodav-2.0.a
|
||||||
%{_libdir}/libphodav-1.0.la
|
%{_libdir}/libphodav-2.0.la
|
||||||
%{_libdir}/libphodav-1.0.so
|
%{_libdir}/libphodav-2.0.so
|
||||||
%{_libdir}/pkgconfig/libphodav-1.0.pc
|
%{_libdir}/pkgconfig/libphodav-2.0.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
|
%dir %{_datadir}/gtk-doc/html/phodav-2.0
|
||||||
%{_datadir}/gtk-doc/html/phodav/*
|
%{_datadir}/gtk-doc/html/phodav-2.0/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 13 2018 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Nov 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-2mamba
|
* Tue Nov 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-2mamba
|
||||||
- fix udev directory
|
- fix udev directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user