]> git.pld-linux.org Git - packages/cherokee.git/blobdiff - cherokee.spec
drop all Upstart hacks
[packages/cherokee.git] / cherokee.spec
index 90a66e9456ad7d9d2965171d5aed3bcb5821addb..8d9ae98326b82fbec15ba9ed01b031b363f4dc67 100644 (file)
@@ -14,7 +14,7 @@ Summary:      Fast, Flexible and Lightweight Web server
 Summary(pl.UTF-8):     Cherokee - serwer WWW
 Name:          cherokee
 Version:       1.2.103
-Release:       3
+Release:       4
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       https://github.com/cherokee/webserver/archive/v%{version}.zip
@@ -24,8 +24,7 @@ Source1:      CTK-20120806.tar.xz
 # Source1-md5: 567f087cd6cdf10b89047535cbe94f8e
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
-Source4:       %{name}.upstart
-Source5:       %{name}.service
+Source4:       %{name}.service
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-panic_path.patch
 Patch2:                ffmpeg0.11.patch
@@ -87,19 +86,6 @@ znaków, TLS/SSL poprzez OpenSSL, hosty wirtualne, uwierzytelnianie,
 opcje związane z pamięcią podręczną, PHP, własne zarządzanie błędami i
 wiele więcej.
 
-%package upstart
-Summary:       Upstart job description for the Cherokee web server
-Summary(pl.UTF-8):     Opis zadania Upstart dla serwera Cherokee
-Group:         Daemons
-Requires:      %{name} = %{version}-%{release}
-Requires:      upstart >= 0.6
-
-%description upstart
-Upstart job description for the Cherokee web server.
-
-%description upstart -l pl.UTF-8
-Opis zadania Upstart dla serwera WWW Cherokee.
-
 %package admin
 Summary:       Cherokee web server administration interface
 Summary(pl.UTF-8):     Interfejs administracyjny serwera WWW Cherokee
@@ -171,7 +157,7 @@ touch po/admin/*.po
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/{init,pam.d,sysconfig,rc.d/init.d} \
+install -d $RPM_BUILD_ROOT/etc/{pam.d,sysconfig,rc.d/init.d} \
                $RPM_BUILD_ROOT/var/log/%{name} \
                $RPM_BUILD_ROOT%{systemdunitdir}
 
@@ -180,8 +166,7 @@ install -d $RPM_BUILD_ROOT/etc/{init,pam.d,sysconfig,rc.d/init.d} \
 
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
-install %{SOURCE4} $RPM_BUILD_ROOT/etc/init/%{name}.conf
-install %{SOURCE5} $RPM_BUILD_ROOT%{systemdunitdir}/cherokee.service
+install %{SOURCE4} $RPM_BUILD_ROOT%{systemdunitdir}/cherokee.service
 
 # users don't need this
 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/cherokee-panic
@@ -243,12 +228,6 @@ fi
 %triggerpostun -- %{name} < 1.2.103-1
 %systemd_trigger %{name}.service
 
-%post upstart
-%upstart_post %{name}
-
-%postun upstart
-%upstart_postun %{name}
-
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
@@ -354,10 +333,6 @@ fi
 %dir %attr(771,cherokee,cherokee) /var/lib/%{name}/graphs
 %dir %attr(771,cherokee,cherokee) /var/lib/%{name}/graphs/images
 
-%files upstart
-%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) /etc/init/%{name}.conf
-
 %files admin -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/cherokee-admin
This page took 0.028797 seconds and 4 git commands to generate.