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