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
|
||||
Version: 0.4
|
||||
Release: 2mamba
|
||||
Version: 2.2
|
||||
Release: 1mamba
|
||||
Summary: A WebDav server implementation using libsoup (RFC 4918).
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
@ -72,7 +72,7 @@ This package includes the %{name} API documentation.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
%find_lang %{name} --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -80,14 +80,17 @@ This package includes the %{name} API documentation.
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%systemd_post
|
||||
%systemd_post spice-webdavd
|
||||
:
|
||||
|
||||
%preun
|
||||
%systemd_preun
|
||||
%systemd_preun spice-webdavd
|
||||
:
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%systemd_postun
|
||||
%systemd_postun spice-webdavd
|
||||
:
|
||||
|
||||
%post -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
|
||||
%{_sbindir}/spice-webdavd
|
||||
%{_unitdir}/spice-webdavd.service
|
||||
%{_unitdir}/spice-webdavd.target
|
||||
#%{_unitdir}/spice-webdavd.target
|
||||
/lib/udev/rules.d/70-spice-webdavd.rules
|
||||
%{_mandir}/man1/chezdav.1*
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libphodav-1.0.so.*
|
||||
%{_libdir}/libphodav-2.0.so.*
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libphodav-1.0
|
||||
%{_includedir}/libphodav-1.0/libphodav
|
||||
%{_includedir}/libphodav-1.0/libphodav/*.h
|
||||
%{_libdir}/libphodav-1.0.a
|
||||
%{_libdir}/libphodav-1.0.la
|
||||
%{_libdir}/libphodav-1.0.so
|
||||
%{_libdir}/pkgconfig/libphodav-1.0.pc
|
||||
%doc NEWS README TODO
|
||||
%dir %{_includedir}/libphodav-2.0
|
||||
%{_includedir}/libphodav-2.0/libphodav
|
||||
%{_includedir}/libphodav-2.0/libphodav/*.h
|
||||
%{_libdir}/libphodav-2.0.a
|
||||
%{_libdir}/libphodav-2.0.la
|
||||
%{_libdir}/libphodav-2.0.so
|
||||
%{_libdir}/pkgconfig/libphodav-2.0.pc
|
||||
#%doc NEWS README TODO
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/phodav
|
||||
%{_datadir}/gtk-doc/html/phodav/*
|
||||
%dir %{_datadir}/gtk-doc/html/phodav-2.0
|
||||
%{_datadir}/gtk-doc/html/phodav-2.0/*
|
||||
|
||||
%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
|
||||
- fix udev directory
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user