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