forked from pool/info2html
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 815ceecbf7 | |||
| 7a4929c756 | |||
| f295126c68 | |||
| b92dc3ce5c |
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 11:11:34 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
- Switch to PCRE2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 07:04:18 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add /srv/www directories to filelist [bsc#1231027]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 13:44:21 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package info2html
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
Name: info2html
|
||||
BuildRequires: apache2-devel
|
||||
BuildRequires: libapr-util1-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: pcre2-devel
|
||||
URL: http://sourceforge.net/projects/info2html/
|
||||
Provides: inf2htm
|
||||
Obsoletes: inf2htm
|
||||
@@ -70,7 +70,10 @@ install -c arrows/r-ball.gif $RPM_BUILD_ROOT%{apache_serverroot}/htdocs/gif
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
%dir %{apache_serverroot}
|
||||
%dir %{apache_serverroot}/htdocs
|
||||
%dir %{apache_serverroot}/htdocs/gif
|
||||
%dir %{apache_serverroot}/cgi-bin
|
||||
%attr(755,root,root) %{apache_serverroot}/cgi-bin/infocat
|
||||
%attr(755,root,root) %{apache_serverroot}/cgi-bin/info2html
|
||||
%attr(644,root,root) %config %{apache_serverroot}/cgi-bin/info2html.conf
|
||||
|
||||
Reference in New Issue
Block a user