105 |
test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} && |
test -d $RPM_BUILD_ROOT%{perl_vendorarch}/auto/${fn} && |
106 |
echo %{perl_vendorarch}/auto/${fn} |
echo %{perl_vendorarch}/auto/${fn} |
107 |
done | tee devel.files | sed 's/^/%%exclude /' > exclude.files |
done | tee devel.files | sed 's/^/%%exclude /' > exclude.files |
108 |
|
echo "%{_mandir}/man3/Apache::*.3pm*" | tee -a devel.files \ |
109 |
|
| sed 's/^/%%exclude /' >> exclude.files |
110 |
|
|
111 |
# Completely remove Apache::Test - can be packaged separately |
# Completely remove Apache::Test - can be packaged separately |
112 |
#rm -rf $RPM_BUILD_ROOT%{_mandir}/man3/Apache::Test* |
#rm -rf $RPM_BUILD_ROOT%{_mandir}/man3/Apache::Test* |
135 |
%{_includedir}/httpd/* |
%{_includedir}/httpd/* |
136 |
|
|
137 |
%changelog |
%changelog |
138 |
|
* Tue Apr 22 2014 Ian Wells <esmith@wellsi.com> 2.0.4-11.sme |
139 |
|
- Update to latest upstream [SME: 8343] |
140 |
|
|
141 |
* Wed Apr 16 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.4-11 |
* Wed Apr 16 2014 Jan Kaluza <jkaluza@redhat.com> - 2.0.4-11 |
142 |
- fix a race condition in tipool management (#1072766) |
- fix a race condition in tipool management (#1072766) |
143 |
|
|
144 |
|
* Tue Feb 12 2013 Shad L. Lords <slords@mail.com> - 2.0.4-10.sme |
145 |
|
- Move Apache::Test* man pages to devel package [SME: 7331] |
146 |
|
|
147 |
* Tue Dec 8 2009 Joe Orton <jorton@redhat.com> - 2.0.4-10 |
* Tue Dec 8 2009 Joe Orton <jorton@redhat.com> - 2.0.4-10 |
148 |
- add security fix for CVE-2009-0796 (#544455) |
- add security fix for CVE-2009-0796 (#544455) |
149 |
|
|