mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
missing header.inc.php and removed no longer used .tar.bz2 files
This commit is contained in:
parent
7b4316d735
commit
aa851924b1
@ -41,8 +41,6 @@
|
||||
%define extra_requires httpd php-mysql php-xml
|
||||
%endif
|
||||
|
||||
Distribution: %{distribution}
|
||||
|
||||
Name: %{packagename}
|
||||
Version: %{egwversion}.%{packaging}
|
||||
Release:
|
||||
@ -58,8 +56,7 @@ Source1: %{packagename}-egw-pear-%{egwversion}.%{packaging}.tar.bz2
|
||||
Source2: %{packagename}-icalsrv-%{egwversion}.%{packaging}.tar.bz2
|
||||
Source3: %{packagename}-mydms-%{egwversion}.%{packaging}.tar.bz2
|
||||
Source4: %{packagename}-gallery-%{egwversion}.%{packaging}.tar.bz2
|
||||
Source5: %{?source5}
|
||||
Source6: %{name}-rpmlintrc
|
||||
Source5: %{name}-rpmlintrc
|
||||
Patch0: class.uiasyncservice.inc.php.patch
|
||||
BuildRoot: /tmp/%{packagename}-buildroot
|
||||
Requires: %{php} %{php}-mbstring %{php}-imap %{php}-gd %{php}-pear %{php}-posix %{extra_requires} %{cron} %{packagename}-egw-pear >= %{egwversion}.%{packaging}
|
||||
@ -375,7 +372,6 @@ This is the wiki app for eGroupware.
|
||||
%setup2 -T -D -a 2 -n %{egwdirname}
|
||||
%setup3 -T -D -a 3 -n %{egwdirname}
|
||||
%setup4 -T -D -a 4 -n %{egwdirname}
|
||||
%setup5 -T -D -a 5 -n %{egwdirname}
|
||||
%patch0 -p 0
|
||||
|
||||
%build
|
||||
|
Binary file not shown.
Binary file not shown.
8
doc/rpm-build/header.inc.php
Normal file
8
doc/rpm-build/header.inc.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// dummy setup file
|
||||
if (strpos($_SERVER['PHP_SELF'],'/setup/') === false)
|
||||
{
|
||||
header('Location: /egroupware/setup/');
|
||||
exit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user