[libmicrohttpd] spec: Correct comments about the doc location (#993819)

Václav Pavlín vpavlin at fedoraproject.org
Tue Aug 6 14:42:48 UTC 2013


commit ecad66e6c6a6ee68fbde7cfa949084fd3d459c7e
Author: Václav Pavlín <vpavlin at redhat.com>
Date:   Tue Aug 6 16:42:19 2013 +0200

    spec: Correct comments about the doc location (#993819)

 libmicrohttpd.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec
index 3d82a94..8cf0e07 100644
--- a/libmicrohttpd.spec
+++ b/libmicrohttpd.spec
@@ -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 at redhat.com> - 0.9.28-3
+- Correct comments about the doc location (#993819)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at 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 at niemueller.de> - 0.9.2-1
 - Update to 0.9.2
 
-* Sun Jun 4 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.4.6-1
+* Fri Jun 4 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.4.6-1
 - Update to 0.4.6
 
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.2-2


More information about the scm-commits mailing list