/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager.spec
ViewVC logotype

Diff of /rpms/e-smith-manager/sme8/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Jun 12 19:07:38 2007 UTC Revision 1.19 by snetram, Sun Jan 31 11:36:15 2010 UTC
# Line 1  Line 1 
1    # $Id: e-smith-manager.spec,v 1.18 2009/12/09 20:19:24 charliebrady Exp $
2    
3  Summary: e-smith manager navigation module  Summary: e-smith manager navigation module
4  %define name e-smith-manager  %define name e-smith-manager
5  Name: %{name}  Name: %{name}
6  %define version 1.14.0  %define version 2.2.0
7  %define release 7  %define release 5
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
13  Patch0: e-smith-manager-1.14.0.module_list.patch  Patch0: e-smith-manager-2.2.0-bug5022.patch
14  Patch1: e-smith-manager-1.14.0.tktdomain.patch  Patch1: e-smith-manager-2.2.0-unsavedchanges2.patch
15  Patch2: e-smith-manager-1.14.0.tktdomain.patch2  Patch2: e-smith-manager-2.2.0-bug5656.patch
16  Patch3: e-smith-manager-1.14.0-formrestyling.patch  Patch3: e-smith-manager-2.2.0-display-admin-only-messages-only-for-server-manager.patch
 Patch4: e-smith-manager-1.14.0-tktport80.patch  
 Patch5: e-smith-manager-1.14.0-lib64.patch  
17  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
19  BuildRequires: gettext  BuildRequires: gettext
20  BuildArchitectures: noarch  BuildArchitectures: noarch
21  Requires: e-smith-lib >= 1.14.0  Requires: e-smith-lib >= 1.18.0-26
22  Requires: mod_auth_tkt  Requires: mod_auth_tkt
23  Provides: server-manager  Provides: server-manager
24  AutoReqProv: no  AutoReqProv: no
25    
26  %changelog  %changelog
27    * Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
28    - Only display error messages intended for admin in server-manager [SME: 5700]
29    
30    * Wed Dec  9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme
31    - Fix css validation errors. [SME: 5656]
32    
33    * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme
34    - display reconfigure warning once if UnsavedChanges=yes [SME: 5475]
35    
36    * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme
37    - display reconfigure warning if UnsavedChanges=yes [SME: 5475]
38    
39    * Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
40    - Fix misinterpretation of display string [SME: 5022]
41    
42    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
43    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
44    
45    * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20
46    - Make navigation use new db class for navigation [SME: 4619]
47    
48    * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
49    - Make binmode properties of db class [SME: 4317]
50    - Add new navigation db & utf8 classes [SME: 4317]
51    
52    * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
53    - Fix open of database to create if necessary [SME: 4147]
54    
55    * Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
56    - No longer remove navigation dbs. [SME: 4147]
57    - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
58    
59    * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
60    - Remove navigation dbs and create new [SME: 4147]
61    
62    * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
63    - Remove last remnant of pleasewait [SME: 4130]
64    
65    * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
66    - Include general lexicons in nav-config [SME: 4113]
67    
68    * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
69    - Fix wide output to print in navigation and allow navigations db to
70      be utf8 [SME: 4101]
71    
72    * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
73    - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
74    
75    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
76    - Fix to remove spaces and newlines in panel headers [SME: 3346]
77    
78    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
79    - remove the FormMagick session files [SME: 3723]
80    
81    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
82    - Remove spaces and newlines in panel headers [SME: 3346]
83    
84    * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
85    - Make login/logout no quite so verbose. [SME: 2660]
86    
87  * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7  * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7
88  - Use correct lib for modules  - Use correct lib for modules
89    
# Line 569  This RPM contributes the navigation bars Line 629  This RPM contributes the navigation bars
629  %patch1 -p1  %patch1 -p1
630  %patch2 -p1  %patch2 -p1
631  %patch3 -p1  %patch3 -p1
 %patch4 -p1  
 %patch5 -p1  
632    
633  %build  %build
634  perl createlinks  perl createlinks
# Line 635  rm -rf $RPM_BUILD_ROOT Line 693  rm -rf $RPM_BUILD_ROOT
693  %pre  %pre
694  %preun  %preun
695  %post  %post
696    find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \
697        sed -n '/\/[0-9a-z]\{32\}$/p' | \
698        xargs grep -l Persisten | \
699        xargs rm -f
700    
701  %postun  %postun
702    
703  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist


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