/[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.4 by slords, Tue Apr 1 18:50:09 2008 UTC
# Line 1  Line 1 
1  %define name smeserver-trac  %define name smeserver-trac
2  %define version 0.4  %define version 0.4
3  %define release 33  %define release 37
4    
5  Name: %{name}  Name: %{name}
6  Summary: Trac for SME Server  Summary: Trac for SME Server
# Line 9  Release: %{release}%{?dist} Line 9  Release: %{release}%{?dist}
9  License: GPL  License: GPL
10  Group: Applications/Internet  Group: Applications/Internet
11  Source: %{name}-%{version}.tgz  Source: %{name}-%{version}.tgz
12    Patch1: smeserver-trac-0.4-lexicon-spelling-update.patch
13    Patch2: smeserver-trac-0.4-locale-2008-04-01.patch
14  BuildArch: noarch  BuildArch: noarch
15  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
16  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 19  Requires: python-docutils >= 0.4 Line 21  Requires: python-docutils >= 0.4
21  Requires: python-silvercity >= 0.9.5  Requires: python-silvercity >= 0.9.5
22  Requires: python-setuptools >= 0.6  Requires: python-setuptools >= 0.6
23  Requires: smeserver-subversion >= 1.2  Requires: smeserver-subversion >= 1.2
24    Requires: subversion-python
25  Requires: smeserver-release >= 7  Requires: smeserver-release >= 7
26  Requires: httpd >= 2  Requires: httpd >= 2
27    Requires: e-smith-formmagick >= 1.4.0-10
28    
29    
30  %description  %description
31  Trac project environments integration for SME Server 7  Trac project environments integration for SME Server 7
32    
33  %changelog  %changelog
34    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 0.4-37
35    - Update to UTF-8 translations
36    
37    * Wed Mar 12 2008 Marco Hess <marco.hess@through-ip.com>
38    - 0.4-36
39      Update the trac lexicon file for some minor spelling errors and
40      a minor updates for consistency.
41    
42    * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
43    - 0.4-35
44      Removed patch again, as using sighup seems to be creating more
45      problems than it solved.
46    
47    * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
48    - 0.4-34
49      Added dependency so that subversion-python bindings package is
50      installed. Changed the create links script so that the trac updates
51      use sighup to restart httpd services instead of sigusr1
52    
53  * Tue Aug 14 2007 Marco Hess <marco.hess@through-ip.com>  * Tue Aug 14 2007 Marco Hess <marco.hess@through-ip.com>
54  - 0.4-33  - 0.4-33
55    Updated spec file with new release tag.    Updated spec file with new release tag.
# Line 135  Trac project environments integration fo Line 159  Trac project environments integration fo
159  %prep  %prep
160    
161  %setup  %setup
162    %patch1 -p1
163    %patch2 -p1
164    
165  %build  %build
166  perl createlinks  perl createlinks
# Line 182  echo "Rebuilding server-manager (this ca Line 208  echo "Rebuilding server-manager (this ca
208  /etc/e-smith/events/actions/initialize-default-databases  /etc/e-smith/events/actions/initialize-default-databases
209  /etc/e-smith/events/actions/navigation-conf  /etc/e-smith/events/actions/navigation-conf
210  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
211  /etc/rc7.d/S86httpd-e-smith sigusr1  /etc/rc7.d/S86httpd-e-smith sighup
212  fi  fi
213  true  true
214    
# Line 206  true Line 232  true
232  echo "Rebuilding server-manager (this can take a while) ..."  echo "Rebuilding server-manager (this can take a while) ..."
233  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
234  /etc/e-smith/events/actions/navigation-conf  /etc/e-smith/events/actions/navigation-conf
235  /etc/rc7.d/S86httpd-e-smith sigusr1  /etc/rc7.d/S86httpd-e-smith sighup
236    
237  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
238  %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