Compare commits
8 Commits
0.9.71-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
d0de083284 | |||
69f6e569c8 | |||
8a45651f87 | |||
95a720f699 | |||
0661f47744 | |||
2c9fc73c3d | |||
06d7b342ba | |||
bf215280ee |
@ -1,20 +1,17 @@
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.71
|
||||
Version: 1.0.1
|
||||
Release: 1mamba
|
||||
Summary: A library embedding HTTP server functionality
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.gnu.org/software/libmicrohttpd/
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
@ -23,7 +20,6 @@ BuildRequires: graphviz
|
||||
BuildRequires: doxygen
|
||||
Requires(post): %{__install_info}
|
||||
Requires(preun): %{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.
|
||||
@ -75,6 +71,7 @@ mkdir examples
|
||||
install -m 644 src/examples/*.c examples
|
||||
|
||||
rm -f %{buildroot}%{_bindir}/demo
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -84,29 +81,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.*
|
||||
@ -119,6 +109,30 @@ exit 0
|
||||
#%doc doc/doxygen/html
|
||||
|
||||
%changelog
|
||||
* Sat Feb 24 2024 Automatic Build System <autodist@openmamba.org> 1.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 03 2024 Automatic Build System <autodist@openmamba.org> 1.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 29 2023 Automatic Build System <autodist@mambasoft.it> 0.9.77-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Dec 20 2021 Automatic Build System <autodist@mambasoft.it> 0.9.74-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 26 2021 Automatic Build System <autodist@mambasoft.it> 0.9.73-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 30 2020 Automatic Build System <autodist@mambasoft.it> 0.9.72-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 01 2020 Automatic Build System <autodist@mambasoft.it> 0.9.71-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user