initial commit of file from CVS for smeserver-webhosting on Sat Sep 7 16:45:03 AEST 2024
This commit is contained in:
62
additional/smeserver-webhosting.spec
Normal file
62
additional/smeserver-webhosting.spec
Normal file
@@ -0,0 +1,62 @@
|
||||
%define name smeserver-webhosting
|
||||
%define version 0.0.9
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
Summary: allow to change php/apache settings to ibays, only yet for sme9
|
||||
|
||||
Group: SMEserver/addon
|
||||
License: GNU GPL version 2
|
||||
URL: http://www.contribs.org
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
BuildArchitectures: noarch
|
||||
BuildRequires: e-smith-devtools
|
||||
Requires: e-smith-release >= 9.0
|
||||
Requires: smeserver-mod_dav
|
||||
AutoReqProv: no
|
||||
|
||||
%description
|
||||
allow to change php/apache settings to ibays, only yet for sme9
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
perl createlinks
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
|
||||
rm -f %{name}-%{version}-filelist
|
||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
|
||||
echo "%doc COPYING" >> %{name}-%{version}-filelist
|
||||
|
||||
%clean
|
||||
cd ..
|
||||
rm -rf %{name}-%{version}
|
||||
|
||||
%pre
|
||||
%preun
|
||||
%post
|
||||
%postun
|
||||
|
||||
%files -f %{name}-%{version}-filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.9-1.sme
|
||||
- added a box larger for writing the phpbasedir
|
||||
|
||||
* Mon Jun 16 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.8-1.sme
|
||||
- add german translation, thanks to Rudolf Vielnascher
|
||||
- add french translation, thanks to me :)
|
||||
|
||||
* Fri Jun 13 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.6-1.sme
|
||||
- Add mod dav in dependency with an option enabled/disabled
|
||||
|
||||
* Sun Jun 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1
|
||||
- Initial Release
|
||||
|
Reference in New Issue
Block a user