]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum.spec
- add new constants: APP_DEFAULT_ASSIGNED_EMAILS, APP_DEFAULT_NEW_EMAILS from some...
[packages/eventum.git] / eventum.spec
index 640cf00f763a1901fe3678471efefad7b2714dbc..b77f5754402357776f00c7052565d865cdf0c169 100644 (file)
 %bcond_with    qmail   # build the router-qmail subpackage
 
 # snapshot: DATE
-#define        _snap 20051227
+%define        _snap 20060118
 
 # release candidate
 #define _rc            2
 
-%define        _rel    3.6
+%define        _rel    0.2
 
 %if 0%{?_rc:1}
 %define        _source http://eventum.mysql.org/eventum-1.7.0.tar.gz
@@ -33,11 +33,11 @@ Summary:    Eventum Issue / Bug tracking system
 Summary(pl):   Eventum - system ¶ledzenia spraw/b³êdów
 Name:          eventum
 Version:       1.7.0
-Release:       %{?_snap:0.%{_snap}.}%{?_rc:%{_rc}.}%{_rel}
+Release:       %{?_snap:4.%{_snap}.}%{?_rc:%{_rc}.}%{_rel}
 License:       GPL
 Group:         Applications/WWW
 Source0:       %{_source}
-# Source0-md5: d0869fd0ceda5f12974e16399493cd64
+# Source0-md5: dafef066667ead53f415c11690033b93
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
@@ -64,19 +64,18 @@ Patch7:             %{name}-bot-reconnect.patch
 Patch8:                %{name}-perms.patch
 Patch9:                http://glen.alkohol.ee/pld/%{name}-httpclient-clientside.patch
 Patch10:       %{name}-cli-wr-separated.patch
-Patch11:       %{name}-php440.patch
 Patch12:       %{name}-htmloptions-truncate.patch
 Patch13:       http://glen.alkohol.ee/pld/%{name}-link_filter-updates.patch
 Patch14:       http://glen.alkohol.ee/pld/%{name}-irc-mem.patch
-Patch15:       eventum-reports-fix.patch
 Patch16:       http://glen.alkohol.ee/pld/eventum-recent_activity-usability.patch
-Patch17:       eventum-new-issue.patch
+Patch17:       http://glen.alkohol.ee/pld/eventum-upload-error-keep-popup.patch
+Patch18:       http://glen.alkohol.ee/pld/eventum-scm-parse-response.patch
 URL:           http://dev.mysql.com/downloads/other/eventum/
 %{?with_pear:BuildRequires:    rpm-php-pearprov >= 4.0.2-98}
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: sed >= 4.0
 Requires:      %{name}-base = %{version}-%{release}
-Requires:      Smarty >= 2.6.2
+Requires:      Smarty >= 2.6.10-4
 Requires:      php >= 3:4.2.0
 Requires:      php-gd
 Requires:      php-imap
@@ -98,7 +97,6 @@ Requires:     php-pear-Net_UserAgent_Detect
 Requires:      php-pear-PEAR-core
 Requires:      php-pear-Text_Diff
 Requires:      php-pear-XML_RPC
-#Suggests:     php-pear-Net_POP3
 %endif
 Requires(triggerpostun):       /usr/bin/php
 Requires(triggerpostun):       sed >= 4.0
@@ -108,7 +106,7 @@ Requires:   webserver = apache
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautoreq      'pear(/etc/webapps/.*)' 'pear(jpgraph_dir.php)' 'pear(.*Smarty.class.php)' 'pear(Net/POP3.php)'
+%define                _noautoreq      'pear(/etc/webapps/.*)' 'pear(jpgraph_dir.php)' 'pear(.*Smarty.class.php)'
 
 %define                _libdir         %{_prefix}/lib/%{name}
 %define                _appdir         %{_datadir}/%{name}
@@ -279,6 +277,7 @@ Ten pakiet zawiera zadanie dla crona.
 
 %package route-drafts
 Summary:       Eventum Draft Routing
+Summary(pl):   Przekazywanie szkiców dla Eventum
 Group:         Applications/WWW
 Requires:      %{name} = %{version}-%{release}
 Requires:      /usr/bin/php
@@ -286,12 +285,20 @@ 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 qmail (or even postfix)
+of drafts into an Eventum issue. By setting up qmail (or even 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
+Przekazywanie szkiców s³u¿y do automatycznego wi±zania w±tku szkiców z
+problemem w Eventum. Ustawiaj±c qmaila (czy nawet 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):   Przekazywanie poczty dla Eventum
@@ -492,12 +499,11 @@ rm -f rpc/xmlrpc_client.php
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
 %patch12 -p1
 %patch13 -p1
-%patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 
 sed -e '1s,#!.*/bin/php -q,#!%{_bindir}/php,' misc/cli/eventum > %{name}-cli
 sed -e '1i#!%{_bindir}/php' misc/scm/process_cvs_commits.php > %{name}-scm
@@ -833,7 +839,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog FAQ INSTALL README UPGRADE
+%doc ChangeLog FAQ INSTALL README UPGRADE CONTRIB
 %doc docs/* setup/schema.sql
 %attr(751,root,root) %dir %{_webappdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/apache.conf
This page took 0.047457 seconds and 4 git commands to generate.