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