/[smecontribs]/rpms/smeserver-trac/contribs7/smeserver-trac.spec
ViewVC logotype

Diff of /rpms/smeserver-trac/contribs7/smeserver-trac.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by slords, Mon Dec 24 15:54:13 2007 UTC Revision 1.20 by dungog, Tue Sep 23 09:34:19 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-trac.spec,v 1.19 2008/07/01 21:21:29 slords Exp $
2    # Authority: marcohess
3    # Name: Marco Hess
4    
5  %define name smeserver-trac  %define name smeserver-trac
6  %define version 0.4  %define version 0.4
7  %define release 35  %define release 49
8    
9  Name: %{name}  Name: %{name}
10  Summary: Trac for SME Server  Summary: Trac for SME Server
# Line 9  Release: %{release}%{?dist} Line 13  Release: %{release}%{?dist}
13  License: GPL  License: GPL
14  Group: Applications/Internet  Group: Applications/Internet
15  Source: %{name}-%{version}.tgz  Source: %{name}-%{version}.tgz
16    Patch1: smeserver-trac-0.4-lexicon-spelling-update.patch
17    Patch2: smeserver-trac-0.4-locale-2008-04-01.patch
18    Patch3: smeserver-trac-0.4-locale-2008-04-22.patch
19    Patch4: smeserver-trac-0.4-locale-2008-04-23.patch
20    Patch5: smeserver-trac-0.4-newlines.patch
21    Patch6: smeserver-trac-0.4-add2general.patch
22    Patch7: smeserver-trac-0.4-locale-2008-05-05.patch
23    Patch8: smeserver-trac-0.4-locale-2008-05-07.patch
24    Patch9: smeserver-trac-0.4-locale-2008-05-21.patch
25    Patch10: smeserver-trac-0.4-locale-2008-06-27.patch
26    Patch11: smeserver-trac-0.4-locale-2008-07-01.patch
27    Patch12: smeserver-trac-0.4-comment.patch
28    Patch13: smeserver-trac-0.4-locale-2008-09-23.patch
29  BuildArch: noarch  BuildArch: noarch
30  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
31  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 22  Requires: smeserver-subversion >= 1.2 Line 39  Requires: smeserver-subversion >= 1.2
39  Requires: subversion-python  Requires: subversion-python
40  Requires: smeserver-release >= 7  Requires: smeserver-release >= 7
41  Requires: httpd >= 2  Requires: httpd >= 2
42    Requires: e-smith-formmagick >= 1.4.0-12
43    
44    
45  %description  %description
46  Trac project environments integration for SME Server 7  Trac project environments integration for SME Server 7
47    
48  %changelog  %changelog
49    * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 0.4-49
50    - Apply 23 Sep 2008 locale patch
51    
52    * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 0.4-48
53    - Remove comment header from locale file
54    
55    * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-47
56    - Apply 1 July 2008 locale patch
57    
58    * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-46
59    - Apply 27 Jun 2008 locale patch
60    
61    * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-45
62    - Apply 21 May 2008 locale patch
63    
64    * Wed May 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-44
65    - Apply 7 May 2008 locale patch
66    
67    * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-43
68    - Apply 5 May 2008 locale patch
69    
70    * Sat Apr 26 2008 Shad L. Lords <slords@mail.com> 0.4-42
71    - Fix patch to not include locales
72    - Add patch to fix newlines
73    
74    * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-41
75    - Add common <base> tags to e-smith-formmagick's general
76    
77    * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-40
78    - Apply 23 April 2008 locale patch
79    
80    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-39
81    - Fix commit date in changelog entry
82    
83    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-38
84    - Apply 22 April 2008 locale patch
85    
86    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 0.4-37
87    - Update to UTF-8 translations
88    
89    * Wed Mar 12 2008 Marco Hess <marco.hess@through-ip.com>
90    - 0.4-36
91      Update the trac lexicon file for some minor spelling errors and
92      a minor updates for consistency.
93    
94  * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>  * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
95  - 0.4-35  - 0.4-35
96    Removed patch again, as using sighup seems to be creating more    Removed patch again, as using sighup seems to be creating more
# Line 147  Trac project environments integration fo Line 211  Trac project environments integration fo
211  %prep  %prep
212    
213  %setup  %setup
214    %patch1 -p1
215    %patch2 -p1
216    %patch3 -p1
217    %patch4 -p1
218    %patch5 -p1
219    %patch6 -p1
220    %patch7 -p1
221    %patch8 -p1
222    %patch9 -p1
223    %patch10 -p1
224    %patch11 -p1
225    %patch12 -p1
226    %patch13 -p1
227    
228  %build  %build
229  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed