/[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.8 by snetram, Tue Apr 22 09:08:25 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-trac.spec,v 1.7 2008/04/22 09:07:44 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 39
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  BuildArch: noarch  BuildArch: noarch
20  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
21  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 19  Requires: python-docutils >= 0.4 Line 26  Requires: python-docutils >= 0.4
26  Requires: python-silvercity >= 0.9.5  Requires: python-silvercity >= 0.9.5
27  Requires: python-setuptools >= 0.6  Requires: python-setuptools >= 0.6
28  Requires: smeserver-subversion >= 1.2  Requires: smeserver-subversion >= 1.2
29    Requires: subversion-python
30  Requires: smeserver-release >= 7  Requires: smeserver-release >= 7
31  Requires: httpd >= 2  Requires: httpd >= 2
32    Requires: e-smith-formmagick >= 1.4.0-10
33    
34    
35  %description  %description
36  Trac project environments integration for SME Server 7  Trac project environments integration for SME Server 7
37    
38  %changelog  %changelog
39    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs#snetram.nl> 0.4-39
40    - Fix commit date in changelog entry
41    
42    * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs#snetram.nl> 0.4-38
43    - Apply 22 April 2008 locale patch
44    
45    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 0.4-37
46    - Update to UTF-8 translations
47    
48    * Wed Mar 12 2008 Marco Hess <marco.hess@through-ip.com>
49    - 0.4-36
50      Update the trac lexicon file for some minor spelling errors and
51      a minor updates for consistency.
52    
53    * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
54    - 0.4-35
55      Removed patch again, as using sighup seems to be creating more
56      problems than it solved.
57    
58    * Wed Dec 5 2007 Marco Hess <marco.hess@through-ip.com>
59    - 0.4-34
60      Added dependency so that subversion-python bindings package is
61      installed. Changed the create links script so that the trac updates
62      use sighup to restart httpd services instead of sigusr1
63    
64  * Tue Aug 14 2007 Marco Hess <marco.hess@through-ip.com>  * Tue Aug 14 2007 Marco Hess <marco.hess@through-ip.com>
65  - 0.4-33  - 0.4-33
66    Updated spec file with new release tag.    Updated spec file with new release tag.
# Line 135  Trac project environments integration fo Line 170  Trac project environments integration fo
170  %prep  %prep
171    
172  %setup  %setup
173    %patch1 -p1
174    %patch2 -p1
175    %patch3 -p1
176    
177  %build  %build
178  perl createlinks  perl createlinks
# Line 182  echo "Rebuilding server-manager (this ca Line 220  echo "Rebuilding server-manager (this ca
220  /etc/e-smith/events/actions/initialize-default-databases  /etc/e-smith/events/actions/initialize-default-databases
221  /etc/e-smith/events/actions/navigation-conf  /etc/e-smith/events/actions/navigation-conf
222  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
223  /etc/rc7.d/S86httpd-e-smith sigusr1  /etc/rc7.d/S86httpd-e-smith sighup
224  fi  fi
225  true  true
226    
# Line 206  true Line 244  true
244  echo "Rebuilding server-manager (this can take a while) ..."  echo "Rebuilding server-manager (this can take a while) ..."
245  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
246  /etc/e-smith/events/actions/navigation-conf  /etc/e-smith/events/actions/navigation-conf
247  /etc/rc7.d/S86httpd-e-smith sigusr1  /etc/rc7.d/S86httpd-e-smith sighup
248    
249  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
250  %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