rpms/apr-api-docs/devel apr-api-docs.spec,1.7,1.8

Bojan Smojver (bojan) fedora-extras-commits at redhat.com
Fri Jul 4 04:57:53 UTC 2008


Author: bojan

Update of /cvs/pkgs/rpms/apr-api-docs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10085

Modified Files:
	apr-api-docs.spec 
Log Message:
Include all headers.


Index: apr-api-docs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apr-api-docs/devel/apr-api-docs.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- apr-api-docs.spec	2 Jul 2008 00:42:50 -0000	1.7
+++ apr-api-docs.spec	4 Jul 2008 04:57:05 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           apr-api-docs
 Version:        1.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Apache Portable Runtime API documentation
 
 Group:          Development/Tools
@@ -29,12 +29,12 @@
 
 %build
 cd %{name}-%{version}
-%define docheaders %(ls %{_includedir}/apr-1/apr.h %{_includedir}/apr-1/apr-%{_arch}.h %{_includedir}/apr-1/apr_*.h %{_includedir}/apr-1/apu*.h | xargs echo)
+%define docheaders %(ls %{_includedir}/apr-1/*.h | xargs echo)
 sed -e 's,\(INPUT *= *\).*$,\1%{docheaders},' \
     -e 's,\(OUTPUT_DIRECTORY *= *\).*$,\1docs,' \
     -e 's,\(GENERATE_TAGFILE *= *\).*$,\1docs/apr.tag,' \
 doxygen.conf | doxygen -
-sed -ie 's,^\[<a class="el" href="group___a_p_r.html">Apache Portability Runtime library</a>\],&'\
+sed -i -e 's,^\[<a class="el" href="group___a_p_r.html">Apache Portability Runtime library</a>\],&'\
 '<br><strong><font color="red">'\
 'WARNING: The actual values of macros and typedefs<br>'\
 'are platform specific and should NOT be relied upon!'\
@@ -60,6 +60,9 @@
 %doc %{_docdir}/apr-%{version}/api-docs/*
 
 %changelog
+* Fri Jul 04 2008 Bojan Smojver <bojan at rexursive.com> 1.3.2-2
+- %%{_arch} is set to noarch, cannot use that, include all headers
+
 * Wed Jul 02 2008 Bojan Smojver <bojan at rexursive.com> 1.3.2-1
 - Bump up to 1.3.2
 




More information about the fedora-extras-commits mailing list