[packages/eventum: 1/6] drop route-* packages, scripts are deprecated
glen
glen at pld-linux.org
Sat Feb 6 15:16:48 CET 2016
commit 4e2cf70d6847c3e0c654def21719dba0634531dd
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Jan 26 09:03:18 2016 +0200
drop route-* packages, scripts are deprecated
eventum.spec | 92 ++++--------------------------------------------------------
1 file changed, 6 insertions(+), 86 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index 60e3e79..6d08b99 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_with order # with experimental order patch
-%define rel 1
+%define rel 1.1
#define subver 105
#define githash 9c49ee5
%define php_min_version 5.3.7
@@ -96,6 +96,9 @@ Suggests: webserver(setenv)
Provides: group(eventum)
Provides: user(eventum)
Obsoletes: eventum-base < 3.0.3-1.305
+Obsoletes: eventum-route-drafts < 3.0.8-1.1
+Obsoletes: eventum-route-emails < 3.0.8-1.1
+Obsoletes: eventum-route-notes < 3.0.8-1.1
Conflicts: logrotate < 3.8.0
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -257,79 +260,6 @@ testów uprawnień i plików w Monitor::checkConfiguration().
Ten pakiet zawiera zadanie dla crona.
-%package route-drafts
-Summary: Eventum Draft Routing
-Summary(pl.UTF-8): Przekazywanie szkiców dla Eventum
-Group: Applications/WWW
-Requires: %{name} = %{version}-%{release}
-Requires: eventum(router)
-
-%description route-drafts
-The draft routing feature is used to automatically associate a thread
-of drafts into an Eventum issue. By setting up Postfix to deliver
-emails sent to a specific address (usually draft-<number>@<domain>) to
-the above script, users are able to send drafts written in their mail
-client to be stored in Eventum. These drafts will NOT broadcasted to
-the notification list.
-
-%description route-drafts -l pl.UTF-8
-Przekazywanie szkiców służy do automatycznego wiązania wątku szkiców z
-problemem w Eventum. Ustawiając Postfiksa, aby dostarczał pocztę
-wysłaną na podany adres (zwykle draft-<liczba>@<domena>) do tego
-skryptu umożliwia się użytkownikom wysyłanie szkiców napisanych w ich
-kliencie pocztowym do zapisania w Eventum. Szkice te NIE będą wysyłane
-na listę powiadomień.
-
-%package route-emails
-Summary: Eventum Email Routing
-Summary(pl.UTF-8): Przekazywanie poczty dla Eventum
-Group: Applications/WWW
-Requires: %{name} = %{version}-%{release}
-Requires: eventum(router)
-
-%description route-emails
-The email routing feature is used to automatically associate a thread
-of emails into an Eventum issue. By setting up Postfix to deliver
-emails sent to a specific address (usually issue-<number>@<domain>) to
-the above script, users are able to use their email clients to reply
-to emails coming from Eventum, and those replies will be automatically
-associated with the issue and broadcasted to the entire notification
-list.
-
-%description route-emails -l pl.UTF-8
-Funkcjonalność przekazywania poczty służy do automatycznego wiązania
-wątku listów ze sprawą w Eventum. Po ustawieniu czy nawet Postfiksa,
-aby dostarczał listy wysyłane na pewien adres (zwykle
-issue-<numer>@<domena>) na powyższy skrypt, użytkownicy będą mogli
-używać klientów pocztowych do odpowiadania na listy przychodzące z
-Eventum, a odpowiedzi te będą automatycznie wiązane ze sprawą i
-rozprowadzane do całej listy ogłoszeniowej.
-
-%package route-notes
-Summary: Eventum Note Routing
-Summary(pl.UTF-8): Przekazywanie notatek dla Eventum
-Group: Applications/WWW
-Requires: %{name} = %{version}-%{release}
-Requires: eventum(router)
-
-%description route-notes
-The note routing feature is used to automatically associate a thread
-of notes into an Eventum issue. By setting up Postfix to deliver
-emails sent to a specific address (usually note-<number>@<domain>) to
-the above script, users are able to use their email clients to reply
-to internal notes coming from Eventum, and those replies will be
-automatically associated with the issue and broadcasted to the
-notification list staff members.
-
-%description route-notes -l pl.UTF-8
-Funkcjonalność przekazywania notatek służy do automatycznego wiązania
-wątku notatek ze sprawą w Eventum. Po ustawieniu Postfiksa, aby
-dostarczał listy wysyłane na pewien adres (zwykle
-note-<numer>@<domena>) na powyższy skrypt, użytkownicy będą mogli
-używać klientów pocztowych do odpowiadania na wewnętrzne notatki
-pochodzące od Eventu, a odpowiedzi te będą automatycznie wiązane ze
-sprawą i rozprowadzane do członków personelu listy ogłoszeniowej.
-
%package router-postfix
Summary: Eventum Mail Routing - Postfix
Summary(pl.UTF-8): Przekazywanie poczty Eventum - Postfix
@@ -488,6 +418,8 @@ rm config/config.php
%patch108 -p1
rm htdocs/.htaccess.dist
+# deprecated in favour of process_all_emails.php
+rm bin/route_*.php
# cleanup vendor. keep only needed libraries.
# (the rest are packaged with system packages)
@@ -763,18 +695,6 @@ done
%attr(755,root,root) %{_appdir}/bin/monitor.php
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}-monitor
-%files route-drafts
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_appdir}/bin/route_drafts.php
-
-%files route-emails
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_appdir}/bin/route_emails.php
-
-%files route-notes
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_appdir}/bin/route_notes.php
-
%files router-postfix
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/router-postfix
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/aff846e1fc4c4ff9d95e0b2222cee31f83638901
More information about the pld-cvs-commit
mailing list