/[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.1 by slords, Thu Nov 8 18:34:19 2007 UTC Revision 1.21 by snetram, Tue Oct 14 14:47:04 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-trac.spec,v 1.20 2008/09/23 09:34:19 dungog 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 33  %define release 50
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    Patch14: smeserver-trac-0.4-locale-2008-10-14.patch
30  BuildArch: noarch  BuildArch: noarch
31  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
32  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 19  Requires: python-docutils >= 0.4 Line 37  Requires: python-docutils >= 0.4
37  Requires: python-silvercity >= 0.9.5  Requires: python-silvercity >= 0.9.5
38  Requires: python-setuptools >= 0.6  Requires: python-setuptools >= 0.6
39  Requires: smeserver-subversion >= 1.2  Requires: smeserver-subversion >= 1.2
40    Requires: subversion-python
41  Requires: smeserver-release >= 7  Requires: smeserver-release >= 7
42  Requires: httpd >= 2  Requires: httpd >= 2
43    Requires: e-smith-formmagick >= 1.4.0-12
44    
45    
46  %description  %description
47  Trac project environments integration for SME Server 7  Trac project environments integration for SME Server 7
48    
49  %changelog  %changelog
50    * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-50
51    - Apply 14 Oct 2008 locale patch
52    
53    * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 0.4-49
54    - Apply 23 Sep 2008 locale patch
55    
56    * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 0.4-48
57    - Remove comment header from locale file
58    
59    * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-47
60    - Apply 1 July 2008 locale patch
61    
62    * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-46
63    - Apply 27 Jun 2008 locale patch
64    
65    * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-45
66    - Apply 21 May 2008 locale patch
67    
68    * Wed May 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-44
69    - Apply 7 May 2008 locale patch
70    
71    * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-43
72    - Apply 5 May 2008 locale patch
73    
74    * Sat Apr 26 2008 Shad L. Lords <slords@mail.com> 0.4-42
75    - Fix patch to not include locales
76    - Add patch to fix newlines
77    
78    * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-41
79    - Add common <base> tags to e-smith-formmagick's general
80    
81    * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-40
82    - Apply 23 April 2008 locale patch
83    
84    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-39
85    - Fix commit date in changelog entry
86    
87    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-38
88    - Apply 22 April 2008 locale patch
89    
90    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 0.4-37
91    - Update to UTF-8 translations
92    
93    * Wed Mar 12 2008 Marco Hess <marco.hess@through-ip.com>
94    - 0.4-36
95      Update the trac lexicon file for some minor spelling errors and
96      a minor updates for consistency.
97    
98    * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
99    - 0.4-35
100      Removed patch again, as using sighup seems to be creating more
101      problems than it solved.
102    
103    * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
104    - 0.4-34
105      Added dependency so that subversion-python bindings package is
106      installed. Changed the create links script so that the trac updates
107      use sighup to restart httpd services instead of sigusr1
108    
109  * Tue Aug 14 2007 Marco Hess <marco.hess@through-ip.com>  * Tue Aug 14 2007 Marco Hess <marco.hess@through-ip.com>
110  - 0.4-33  - 0.4-33
111    Updated spec file with new release tag.    Updated spec file with new release tag.
# Line 135  Trac project environments integration fo Line 215  Trac project environments integration fo
215  %prep  %prep
216    
217  %setup  %setup
218    %patch1 -p1
219    %patch2 -p1
220    %patch3 -p1
221    %patch4 -p1
222    %patch5 -p1
223    %patch6 -p1
224    %patch7 -p1
225    %patch8 -p1
226    %patch9 -p1
227    %patch10 -p1
228    %patch11 -p1
229    %patch12 -p1
230    %patch13 -p1
231    %patch14 -p1
232    
233  %build  %build
234  perl createlinks  perl createlinks
# Line 182  echo "Rebuilding server-manager (this ca Line 276  echo "Rebuilding server-manager (this ca
276  /etc/e-smith/events/actions/initialize-default-databases  /etc/e-smith/events/actions/initialize-default-databases
277  /etc/e-smith/events/actions/navigation-conf  /etc/e-smith/events/actions/navigation-conf
278  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
279  /etc/rc7.d/S86httpd-e-smith sigusr1  /etc/rc7.d/S86httpd-e-smith sighup
280  fi  fi
281  true  true
282    
# Line 206  true Line 300  true
300  echo "Rebuilding server-manager (this can take a while) ..."  echo "Rebuilding server-manager (this can take a while) ..."
301  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
302  /etc/e-smith/events/actions/navigation-conf  /etc/e-smith/events/actions/navigation-conf
303  /etc/rc7.d/S86httpd-e-smith sigusr1  /etc/rc7.d/S86httpd-e-smith sighup
304    
305  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
306  %defattr(-,root,root)  %defattr(-,root,root)


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