]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- add patch to setup/index.php, as the paths are already known
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Jan 2005 17:26:14 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum.spec -> 1.8

eventum.spec

index d6a962a14ad5fc6bbfe843004eacedc7788d6d14..edeb25ee2a0ddd331b695ea2ebc621ddb451db7b 100644 (file)
@@ -26,7 +26,7 @@
 %define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz
 %endif
 
-%define _rel 1.9
+%define _rel 1.10
 
 Summary:       Eventum Issue / Bug Tracking System
 Name:          eventum
@@ -36,7 +36,8 @@ License:      GPL
 Group:         Applications/WWW
 Source0:       %{_source}
 # Source0-md5: 361c1355e46a6bbfa54e420964ec92cf
-Patch0:                %{name}-clock-status.patch
+Patch0:                %{name}-rpm.patch
+Patch1:                %{name}-clock-status.patch
 URL:           http://dev.mysql.com/downloads/other/eventum/index.html
 BuildRequires: sed >= 4.0
 Requires:      php >= 4.1.0
@@ -58,6 +59,7 @@ has allowed us to dramatically improve our response times.
 %prep
 %setup -q %{?_snap:-n %{name}-%{_snap}}
 %patch0 -p1
+%patch1 -p1
 
 %build
 
This page took 0.164276 seconds and 4 git commands to generate.