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
|
||||
Name: libmicrohttpd
|
||||
Version: 0.4.6
|
||||
Version: 0.9.2
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
@ -83,10 +83,12 @@ rm -rf %{buildroot}
|
||||
|
||||
%post doc
|
||||
/sbin/install-info %{_infodir}/microhttpd.info.gz %{_infodir}/dir || :
|
||||
/sbin/install-info %{_infodir}/microhttpd-tutorial.info.gz %{_infodir}/dir || :
|
||||
|
||||
%preun doc
|
||||
if [ $1 = 0 ] ; then
|
||||
/sbin/install-info --delete %{_infodir}/microhttpd.info.gz %{_infodir}/dir || :
|
||||
/sbin/install-info --delete %{_infodir}/microhttpd-tutorial.info.gz %{_infodir}/dir || :
|
||||
fi
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -95,8 +97,7 @@ fi
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_libdir}/libmicrohttpd.so.5
|
||||
%{_libdir}/libmicrohttpd.so.5.2.1
|
||||
%{_libdir}/libmicrohttpd.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -108,11 +109,15 @@ fi
|
||||
%defattr(-,root,root,-)
|
||||
%{_mandir}/man3/libmicrohttpd.3.gz
|
||||
%{_infodir}/microhttpd.info.gz
|
||||
%{_infodir}/microhttpd-tutorial.info.gz
|
||||
%doc AUTHORS README ChangeLog
|
||||
%doc examples
|
||||
%doc html
|
||||
|
||||
%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
|
||||
- Update to 0.4.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user