]> git.pld-linux.org Git - packages/apache.git/commitdiff
- apache-devel R: apr-devel, so /usr/include/apache should belong to apr-devel
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Feb 2003 12:12:26 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.219

apache.spec

index 594adf56fd373cdd2b90e11a533a58ceaa9fc7a0..2d8a92f5e4d072e4b7b6afd2ca0cd3ccd0f1d361 100644 (file)
@@ -1078,7 +1078,7 @@ if [ "$1" = "0" ]; then
        fi
 fi
 
-%post -n apr -p /sbin/ldconfig
+%post  -n apr -p /sbin/ldconfig
 %postun -n apr -p /sbin/ldconfig
 
 %files
@@ -1215,8 +1215,8 @@ fi
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}
-%exclude %{_includedir}/apr*.h
+%{_includedir}/[!a]*
+%{_includedir}/ap[!r]*
 %{_libexecdir}/*.exp
 
 %files static
@@ -1384,6 +1384,7 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/apr-config
 %attr(755,root,root) %{_bindir}/apu-config
+%dir %{_includedir}
 %{_includedir}/apr*.h
 #%{_libdir}/APRVARS
 %{_libdir}/apr*.exp
This page took 0.14563 seconds and 4 git commands to generate.