Update to 0.9.2
This commit is contained in:
parent
2f8d994505
commit
84ddd7b736
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
libmicrohttpd-0.4.6.tar.gz
|
/libmicrohttpd-0.9.2*
|
||||||
|
.build*
|
||||||
|
/noarch
|
||||||
|
/x86_64
|
||||||
|
@ -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.4.6
|
Version: 0.9.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -83,10 +83,12 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%post doc
|
%post doc
|
||||||
/sbin/install-info %{_infodir}/microhttpd.info.gz %{_infodir}/dir || :
|
/sbin/install-info %{_infodir}/microhttpd.info.gz %{_infodir}/dir || :
|
||||||
|
/sbin/install-info %{_infodir}/microhttpd-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}/microhttpd.info.gz %{_infodir}/dir || :
|
||||||
|
/sbin/install-info --delete %{_infodir}/microhttpd-tutorial.info.gz %{_infodir}/dir || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -95,8 +97,7 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libmicrohttpd.so.5
|
%{_libdir}/libmicrohttpd.so.*
|
||||||
%{_libdir}/libmicrohttpd.so.5.2.1
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -108,11 +109,15 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_mandir}/man3/libmicrohttpd.3.gz
|
%{_mandir}/man3/libmicrohttpd.3.gz
|
||||||
%{_infodir}/microhttpd.info.gz
|
%{_infodir}/microhttpd.info.gz
|
||||||
|
%{_infodir}/microhttpd-tutorial.info.gz
|
||||||
%doc AUTHORS README ChangeLog
|
%doc AUTHORS README ChangeLog
|
||||||
%doc examples
|
%doc examples
|
||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 7 2010 Tim Niemueller <tim@niemueller.de> - 0.9.2-1
|
||||||
|
- 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user