Update to latest uptsream release 0.9.24
This commit is contained in:
parent
8989f7934d
commit
ee23d314b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
.build*
|
.build*
|
||||||
/noarch
|
/noarch
|
||||||
/x86_64
|
/x86_64
|
||||||
|
/libmicrohttpd-0.9.24.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Lightweight library for embedding a webserver in applications
|
Summary: Lightweight library for embedding a webserver in applications
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.22
|
Version: 0.9.24
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -94,13 +94,13 @@ cp -R doc/doxygen/html html
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post doc
|
%post doc
|
||||||
/sbin/install-info %{_infodir}/microhttpd.info.gz %{_infodir}/dir || :
|
/sbin/install-info %{_infodir}/libmicrohttpd.info.gz %{_infodir}/dir || :
|
||||||
/sbin/install-info %{_infodir}/microhttpd-tutorial.info.gz %{_infodir}/dir || :
|
/sbin/install-info %{_infodir}/libmicrohttpd-tutorial.info.gz %{_infodir}/dir || :
|
||||||
|
|
||||||
%preun doc
|
%preun doc
|
||||||
if [ $1 = 0 ] ; then
|
if [ $1 = 0 ] ; then
|
||||||
/sbin/install-info --delete %{_infodir}/microhttpd.info.gz %{_infodir}/dir || :
|
/sbin/install-info --delete %{_infodir}/libmicrohttpd.info.gz %{_infodir}/dir || :
|
||||||
/sbin/install-info --delete %{_infodir}/microhttpd-tutorial.info.gz %{_infodir}/dir || :
|
/sbin/install-info --delete %{_infodir}/libmicrohttpd-tutorial.info.gz %{_infodir}/dir || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -120,13 +120,16 @@ fi
|
|||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_mandir}/man3/libmicrohttpd.3.gz
|
%{_mandir}/man3/libmicrohttpd.3.gz
|
||||||
%{_infodir}/microhttpd.info.gz
|
%{_infodir}/libmicrohttpd.info.gz
|
||||||
%{_infodir}/microhttpd-tutorial.info.gz
|
%{_infodir}/libmicrohttpd-tutorial.info.gz
|
||||||
%doc AUTHORS README ChangeLog
|
%doc AUTHORS README ChangeLog
|
||||||
%doc examples
|
%doc examples
|
||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 8 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.24-1
|
||||||
|
- Update to latest uptsream release 0.9.24
|
||||||
|
|
||||||
* Thu Sep 27 2012 Tim Niemueller <tim@niemueller.de> - 0.9.22-1
|
* Thu Sep 27 2012 Tim Niemueller <tim@niemueller.de> - 0.9.22-1
|
||||||
- Update to latest uptsream release 0.9.22
|
- Update to latest uptsream release 0.9.22
|
||||||
|
|
||||||
@ -158,10 +161,10 @@ fi
|
|||||||
* Tue Nov 16 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-2
|
* Tue Nov 16 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-2
|
||||||
- Re-enable HTTPS, configure flags had unexpected result
|
- Re-enable HTTPS, configure flags had unexpected result
|
||||||
|
|
||||||
* Sun Nov 7 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-1
|
* Sun Nov 7 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-1
|
||||||
- Update to 0.9.2
|
- Update to 0.9.2
|
||||||
|
|
||||||
* Sun Jun 4 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.6-1
|
* Sun Jun 4 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.6-1
|
||||||
- Update to 0.4.6
|
- Update to 0.4.6
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
|
||||||
|
Loading…
Reference in New Issue
Block a user