Accepting request 343855 from home:pgajdos
- require apache-rpm-macros-control [bsc#893659] - do not append macros.apache-module-test to macros.apache, provide separate macros file instead OBS-URL: https://build.opensuse.org/request/show/343855 OBS-URL: https://build.opensuse.org/package/show/Apache/apache-rpm-macros?expand=0&rev=23
This commit is contained in:
parent
348ddeb892
commit
957bf872a2
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 15:34:04 UTC 2015 - pgajdos@suse.com
|
||||
|
||||
- require apache-rpm-macros-control [bsc#893659]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 11:54:12 UTC 2015 - pgajdos@suse.com
|
||||
|
||||
- do not append macros.apache-module-test to macros.apache, provide
|
||||
separate macros file instead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 17:14:29 UTC 2015 - pgajdos@suse.com
|
||||
|
||||
|
@ -69,6 +69,7 @@ BuildRequires: apache%{ap_major}-devel
|
||||
%else
|
||||
BuildRequires: httpd-devel
|
||||
%endif
|
||||
Requires: apache-rpm-macros-control
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -96,15 +97,15 @@ cat << eom > %{macros_file}
|
||||
%%apache_access_syntax_version %{ap_access_syntax_version}
|
||||
eom
|
||||
echo >> %{macros_file}
|
||||
cat %{SOURCE1} >> %{macros_file}
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{macros_dir}
|
||||
install -m 644 %{macros_file} %{buildroot}%{macros_dir}
|
||||
install -m 644 %{SOURCE1} %{buildroot}%{macros_dir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{macros_dir}
|
||||
%{macros_dir}/%{macros_file}
|
||||
%{macros_dir}/macros.apache*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user