/[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.18 by snetram, Tue Jul 1 20:12:10 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-trac.spec,v 1.17 2008/06/27 15:13:26 snetram 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 47
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  BuildArch: noarch  BuildArch: noarch
28  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 19  Requires: python-docutils >= 0.4 Line 34  Requires: python-docutils >= 0.4
34  Requires: python-silvercity >= 0.9.5  Requires: python-silvercity >= 0.9.5
35  Requires: python-setuptools >= 0.6  Requires: python-setuptools >= 0.6
36  Requires: smeserver-subversion >= 1.2  Requires: smeserver-subversion >= 1.2
37    Requires: subversion-python
38  Requires: smeserver-release >= 7  Requires: smeserver-release >= 7
39  Requires: httpd >= 2  Requires: httpd >= 2
40    Requires: e-smith-formmagick >= 1.4.0-12
41    
42    
43  %description  %description
44  Trac project environments integration for SME Server 7  Trac project environments integration for SME Server 7
45    
46  %changelog  %changelog
47    * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-47
48    - Apply 1 July 2008 locale patch
49    
50    * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-46
51    - Apply 27 Jun 2008 locale patch
52    
53    * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-45
54    - Apply 21 May 2008 locale patch
55    
56    * Wed May 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-44
57    - Apply 7 May 2008 locale patch
58    
59    * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-43
60    - Apply 5 May 2008 locale patch
61    
62    * Sat Apr 26 2008 Shad L. Lords <slords@mail.com> 0.4-42
63    - Fix patch to not include locales
64    - Add patch to fix newlines
65    
66    * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-41
67    - Add common <base> tags to e-smith-formmagick's general
68    
69    * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-40
70    - Apply 23 April 2008 locale patch
71    
72    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-39
73    - Fix commit date in changelog entry
74    
75    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.4-38
76    - Apply 22 April 2008 locale patch
77    
78    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 0.4-37
79    - Update to UTF-8 translations
80    
81    * Wed Mar 12 2008 Marco Hess <marco.hess@through-ip.com>
82    - 0.4-36
83      Update the trac lexicon file for some minor spelling errors and
84      a minor updates for consistency.
85    
86    * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
87    - 0.4-35
88      Removed patch again, as using sighup seems to be creating more
89      problems than it solved.
90    
91    * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
92    - 0.4-34
93      Added dependency so that subversion-python bindings package is
94      installed. Changed the create links script so that the trac updates
95      use sighup to restart httpd services instead of sigusr1
96    
97  * Tue Aug 14 2007 Marco Hess <marco.hess@through-ip.com>  * Tue Aug 14 2007 Marco Hess <marco.hess@through-ip.com>
98  - 0.4-33  - 0.4-33
99    Updated spec file with new release tag.    Updated spec file with new release tag.
# Line 135  Trac project environments integration fo Line 203  Trac project environments integration fo
203  %prep  %prep
204    
205  %setup  %setup
206    %patch1 -p1
207    %patch2 -p1
208    %patch3 -p1
209    %patch4 -p1
210    %patch5 -p1
211    %patch6 -p1
212    %patch7 -p1
213    %patch8 -p1
214    %patch9 -p1
215    %patch10 -p1
216    %patch11 -p1
217    
218  %build  %build
219  perl createlinks  perl createlinks
# Line 182  echo "Rebuilding server-manager (this ca Line 261  echo "Rebuilding server-manager (this ca
261  /etc/e-smith/events/actions/initialize-default-databases  /etc/e-smith/events/actions/initialize-default-databases
262  /etc/e-smith/events/actions/navigation-conf  /etc/e-smith/events/actions/navigation-conf
263  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
264  /etc/rc7.d/S86httpd-e-smith sigusr1  /etc/rc7.d/S86httpd-e-smith sighup
265  fi  fi
266  true  true
267    
# Line 206  true Line 285  true
285  echo "Rebuilding server-manager (this can take a while) ..."  echo "Rebuilding server-manager (this can take a while) ..."
286  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
287  /etc/e-smith/events/actions/navigation-conf  /etc/e-smith/events/actions/navigation-conf
288  /etc/rc7.d/S86httpd-e-smith sigusr1  /etc/rc7.d/S86httpd-e-smith sighup
289    
290  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
291  %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