/[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.2 by slords, Sun Jul 1 14:28:47 2007 UTC Revision 1.14 by slords, Tue Oct 7 18:44:02 2008 UTC
# Line 1  Line 1 
1    # $Id$
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 8  %define release 1
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
 Patch0: e-smith-manager-1.14.0.module_list.patch  
 Patch1: e-smith-manager-1.14.0.tktdomain.patch  
 Patch2: e-smith-manager-1.14.0.tktdomain.patch2  
 Patch3: e-smith-manager-1.14.0-formrestyling.patch  
 Patch4: e-smith-manager-1.14.0-tktport80.patch  
 Patch5: e-smith-manager-1.14.0-lib64.patch  
 Patch6: e-smith-manager-1.14.0-nowarnings.patch  
13  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
15  BuildRequires: gettext  BuildRequires: gettext
16  BuildArchitectures: noarch  BuildArchitectures: noarch
17  Requires: e-smith-lib >= 1.14.0  Requires: e-smith-lib >= 1.18.0-26
18  Requires: mod_auth_tkt  Requires: mod_auth_tkt
19  Provides: server-manager  Provides: server-manager
20  AutoReqProv: no  AutoReqProv: no
21    
22  %changelog  %changelog
23    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
24    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
25    
26    * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20
27    - Make navigation use new db class for navigation [SME: 4619]
28    
29    * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
30    - Make binmode properties of db class [SME: 4317]
31    - Add new navigation db & utf8 classes [SME: 4317]
32    
33    * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
34    - Fix open of database to create if necessary [SME: 4147]
35    
36    * Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
37    - No longer remove navigation dbs. [SME: 4147]
38    - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
39    
40    * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
41    - Remove navigation dbs and create new [SME: 4147]
42    
43    * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
44    - Remove last remnant of pleasewait [SME: 4130]
45    
46    * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
47    - Include general lexicons in nav-config [SME: 4113]
48    
49    * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
50    - Fix wide output to print in navigation and allow navigations db to
51      be utf8 [SME: 4101]
52    
53    * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
54    - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
55    
56    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
57    - Fix to remove spaces and newlines in panel headers [SME: 3346]
58    
59    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
60    - remove the FormMagick session files [SME: 3723]
61    
62    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
63    - Remove spaces and newlines in panel headers [SME: 3346]
64    
65  * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8  * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
66  - Make login/logout no quite so verbose.  - Make login/logout no quite so verbose. [SME: 2660]
67    
68  * 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
69  - Use correct lib for modules  - Use correct lib for modules
# Line 569  This RPM contributes the navigation bars Line 606  This RPM contributes the navigation bars
606    
607  %prep  %prep
608  %setup  %setup
 %patch0 -p1  
 %patch1 -p1  
 %patch2 -p1  
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
 %patch6 -p1  
609    
610  %build  %build
611  perl createlinks  perl createlinks
# Line 640  rm -rf $RPM_BUILD_ROOT Line 670  rm -rf $RPM_BUILD_ROOT
670  %pre  %pre
671  %preun  %preun
672  %post  %post
673    find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \
674        sed -n '/\/[0-9a-z]\{32\}$/p' | \
675        xargs grep -l Persisten | \
676        xargs rm -f
677    
678  %postun  %postun
679    
680  %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