spec: Correct comments about the doc location (#993819)
This commit is contained in:
parent
da99a9999b
commit
ecad66e6c6
@ -1,7 +1,7 @@
|
||||
Summary: Lightweight library for embedding a webserver in applications
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.28
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
@ -83,11 +83,11 @@ make install DESTDIR=%{buildroot}
|
||||
rm -f %{buildroot}%{_libdir}/libmicrohttpd.la
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
# Install some examples in /usr/share/doc/libmicrohttpd-${version}/examples
|
||||
# Install some examples in /usr/share/doc/libmicrohttpd-doc/examples
|
||||
mkdir examples
|
||||
install -m 644 src/examples/*.c examples
|
||||
|
||||
# Install the doxygen documentation in /usr/share/doc/libmicrohttpd-${version}/html
|
||||
# Install the doxygen documentation in /usr/share/doc/libmicrohttpd-doc/html
|
||||
cp -R doc/doxygen/html html
|
||||
|
||||
%clean
|
||||
@ -127,6 +127,9 @@ fi
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Tue Aug 06 2013 Václav Pavlín <vpavlin@redhat.com> - 0.9.28-3
|
||||
- Correct comments about the doc location (#993819)
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
@ -176,7 +179,7 @@ fi
|
||||
* Sun Nov 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
|
||||
* Fri Jun 4 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.4.6-1
|
||||
- Update to 0.4.6
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
|
||||
|
Loading…
Reference in New Issue
Block a user