/[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.7 by slords, Fri Mar 28 16:32:14 2008 UTC
# Line 2  Summary: e-smith manager navigation modu Line 2  Summary: e-smith manager navigation modu
2  %define name e-smith-manager  %define name e-smith-manager
3  Name: %{name}  Name: %{name}
4  %define version 1.14.0  %define version 1.14.0
5  %define release 7  %define release 15
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 14  Patch2: e-smith-manager-1.14.0.tktdomain Line 14  Patch2: e-smith-manager-1.14.0.tktdomain
14  Patch3: e-smith-manager-1.14.0-formrestyling.patch  Patch3: e-smith-manager-1.14.0-formrestyling.patch
15  Patch4: e-smith-manager-1.14.0-tktport80.patch  Patch4: e-smith-manager-1.14.0-tktport80.patch
16  Patch5: e-smith-manager-1.14.0-lib64.patch  Patch5: e-smith-manager-1.14.0-lib64.patch
17    Patch6: e-smith-manager-1.14.0-nowarnings.patch
18    Patch7: e-smith-manager-1.14.0-lexiconSpaces.patch2
19    Patch8: e-smith-manager-1.14.0-utf8.patch
20    Patch9: e-smith-manager-1.14.0-utf8.patch2
21    Patch10: e-smith-manager-1.14.0-generalnav.patch
22    Patch11: e-smith-manager-1.14.0-pleasewait.patch
23  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
24  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
25  BuildRequires: gettext  BuildRequires: gettext
# Line 24  Provides: server-manager Line 30  Provides: server-manager
30  AutoReqProv: no  AutoReqProv: no
31    
32  %changelog  %changelog
33    * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
34    - Remove last remnant of pleasewait [SME: 4133]
35    
36    * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
37    - Include general lexicons in nav-config [SME: 4113]
38    
39    * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
40    - Fix wide output to print in navigation and allow navigations db to
41      be utf8 [SME: 4101]
42    
43    * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
44    - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
45    
46    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
47    - Fix to remove spaces and newlines in panel headers [SME: 3346]
48    
49    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
50    - remove the FormMagick session files [SME: 3723]
51    
52    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
53    - Remove spaces and newlines in panel headers [SME: 3346]
54    
55    * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
56    - Make login/logout no quite so verbose. [SME: 2660]
57    
58  * 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
59  - Use correct lib for modules  - Use correct lib for modules
60    
# Line 571  This RPM contributes the navigation bars Line 602  This RPM contributes the navigation bars
602  %patch3 -p1  %patch3 -p1
603  %patch4 -p1  %patch4 -p1
604  %patch5 -p1  %patch5 -p1
605    %patch6 -p1
606    %patch7 -p1
607    %patch8 -p1
608    %patch9 -p1
609    %patch10 -p1
610    %patch11 -p1
611    
612  %build  %build
613  perl createlinks  perl createlinks
# Line 635  rm -rf $RPM_BUILD_ROOT Line 672  rm -rf $RPM_BUILD_ROOT
672  %pre  %pre
673  %preun  %preun
674  %post  %post
675    find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \
676        sed -n '/\/[0-9a-z]\{32\}$/p' | \
677        xargs grep -l Persisten | \
678        xargs rm -f
679    
680  %postun  %postun
681    
682  %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