automatic version update by autodist [release 0.9.76-1mamba;Mon Mar 06 2023]
This commit is contained in:
parent
0661f47744
commit
95a720f699
@ -1,11 +1,11 @@
|
|||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.75
|
Version: 0.9.76
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library embedding HTTP server functionality
|
Summary: A library embedding HTTP server functionality
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.gnu.org/software/libmicrohttpd/
|
URL: https://www.gnu.org/software/libmicrohttpd/
|
||||||
Source: ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -80,29 +80,22 @@ rm -f %{buildroot}%{_bindir}/demo
|
|||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%install_info %{name}.info
|
%install_info %{name}.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
%uninstall_info %{name}.info
|
%uninstall_info %{name}.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_bindir}/microspdy2http
|
|
||||||
%{_libdir}/libmicrohttpd.so.*
|
%{_libdir}/libmicrohttpd.so.*
|
||||||
#%{_libdir}/libmicrospdy.so.*
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/microhttpd.h
|
%{_includedir}/microhttpd.h
|
||||||
#%{_includedir}/microspdy.h
|
|
||||||
%{_libdir}/libmicrohttpd.la
|
|
||||||
%{_libdir}/libmicrohttpd.so
|
%{_libdir}/libmicrohttpd.so
|
||||||
#%{_libdir}/libmicrospdy.la
|
|
||||||
#%{_libdir}/libmicrospdy.so
|
|
||||||
%{_libdir}/pkgconfig/libmicrohttpd.pc
|
%{_libdir}/pkgconfig/libmicrohttpd.pc
|
||||||
#%{_libdir}/pkgconfig/libmicrospdy.pc
|
|
||||||
%{_mandir}/man3/libmicrohttpd.*
|
%{_mandir}/man3/libmicrohttpd.*
|
||||||
%{_infodir}/libmicrohttpd.info.*
|
%{_infodir}/libmicrohttpd.info.*
|
||||||
%{_infodir}/libmicrohttpd-tutorial.info.*
|
%{_infodir}/libmicrohttpd-tutorial.info.*
|
||||||
@ -115,6 +108,9 @@ exit 0
|
|||||||
#%doc doc/doxygen/html
|
#%doc doc/doxygen/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 0.9.76-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 0.9.75-1mamba
|
* Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 0.9.75-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user