Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Oct 23, 2017
1 parent 8ce3235 commit 9d72db8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions SPECS/httpd24u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@
%endif

# Drop automatic provides for module DSOs
%{?filter_setup:
%filter_provides_in %{_libdir}/httpd/modules/.*\.so$
%filter_setup
}
%{?filter_provides_in:%filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
%{?filter_setup}

Summary: Apache HTTP Server
Name: %{real_name}%{ius_suffix}
Expand Down Expand Up @@ -112,7 +110,6 @@ BuildRequires: %{apr}-devel >= 1.5.0, %{apr}-util-devel >= 1.5.0, pcre-devel >=
BuildRequires: libnghttp2-devel
%{?with_systemd:BuildRequires: systemd-devel}
Requires: /etc/mime.types, system-logos >= 7.92.1-1
Obsoletes: httpd-suexec
Provides: webserver
Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release}
Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}
Expand Down Expand Up @@ -143,7 +140,6 @@ web server.
%package devel
Group: Development/Libraries
Summary: Development interfaces for the Apache HTTP server
Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel
Requires: %{apr}-devel >= 1.5.0, %{apr}-util-devel >= 1.5.0, pkgconfig
Requires: %{name} = %{version}-%{release}
# IUS-isms
Expand All @@ -165,7 +161,6 @@ to install this package.
Group: Documentation
Summary: Documentation for the Apache HTTP server
Requires: %{name} = %{version}-%{release}
Obsoletes: secureweb-manual, apache-manual
BuildArch: noarch
# IUS-isms
Provides: %{real_name}-manual = %{version}-%{release}
Expand Down Expand Up @@ -215,7 +210,6 @@ BuildRequires: openssl-devel
Requires(post): openssl >= 0.9.7f-4, /bin/cat, /bin/hostname
Requires(pre): %{name}-filesystem
Requires: %{name} = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
Obsoletes: stronghold-mod_ssl
# IUS-isms
Provides: mod_ssl = 1:%{version}-%{release}
Provides: mod_ssl%{?_isa} = 1:%{version}-%{release}
Expand Down Expand Up @@ -380,7 +374,7 @@ export LYNX_PATH=/usr/bin/links
--enable-ldap --enable-authnz-ldap \
--enable-cgid --enable-cgi \
--enable-authn-anon --enable-authn-alias \
--disable-imagemap --disable-file-cache
--disable-imagemap --disable-file-cache \
$*
make %{?_smp_mflags}

Expand Down

0 comments on commit 9d72db8

Please sign in to comment.