/[smeserver]/rpms/e-smith-lib/sme7/e-smith-lib.spec
ViewVC logotype

Diff of /rpms/e-smith-lib/sme7/e-smith-lib.spec

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

Revision 1.2 by bytegw, Wed Oct 31 23:08:42 2007 UTC Revision 1.15 by slords, Tue Oct 7 18:41:09 2008 UTC
# Line 1  Line 1 
1    # $Id$
2    
3  Summary: e-smith server and gateway - library module  Summary: e-smith server and gateway - library module
4  %define name e-smith-lib  %define name e-smith-lib
5  Name: %{name}  Name: %{name}
6  %define version 1.18.0  %define version 2.0.0
7  %define release 17  %define release 1
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: Artistic  License: Artistic
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
 Patch1: e-smith-lib-1.18.0-backtitle.patch  
 Patch2: e-smith-lib-1.18.0-infobox.patch  
 Patch3: e-smith-lib-1.18.0-password_page.patch  
 Patch4: e-smith-lib-1.18.0-clear.patch  
 Patch5: e-smith-lib-1.18.0-clear.patch2  
 Patch6: e-smith-lib-1.18.0-infobox.patch2  
 Patch7: e-smith-lib-1.18.0-gauge.patch  
 Patch8: e-smith-lib-1.18.0-templates.metadata.patch  
 Patch9: e-smith-lib-1.18.0-templates.metadata.patch2  
 Patch10: e-smith-lib-1.18.0-logfile_rotation.patch  
 Patch11: e-smith-lib-1.18.0-generic_template_expand.patch  
 Patch12: e-smith-lib-1.18.0-gauge.patch2  
 Patch13: e-smith-lib-1.18.0-shift64.patch  
 Patch14: e-smith-lib-1.18.0-passlength.patch  
 Patch15: e-smith-lib-1.18.0-generic_template_expand.patch2  
13  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14  BuildArchitectures: noarch  BuildArchitectures: noarch
15  BuildRequires: e-smith-devtools >= 1.6.3-01  BuildRequires: e-smith-devtools >= 1.6.3-01
16  Obsoletes: %{name}-Tai64n  Obsoletes: %{name}-Tai64n
17    Obsoletes: whiptail
18  Requires: dialog  Requires: dialog
 Requires: whiptail  
19  Requires: perl, perl(Text::Template)  Requires: perl, perl(Text::Template)
20  Requires: perl(Time::HiRes), perl(MIME::Base64)  Requires: perl(Time::HiRes), perl(MIME::Base64)
21  Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage)  Requires: perl(Authen::PAM), perl(I18N::AcceptLanguage)
# Line 39  Requires: perl(Net::IPv4Addr) >= 0.10 Line 26  Requires: perl(Net::IPv4Addr) >= 0.10
26  e-smith server and gateway software - library module.  e-smith server and gateway software - library module.
27    
28  %changelog  %changelog
29    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
30    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
31    
32    * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-28
33    - Read /dev/urandmon instead of /dev/random [SME: 4492]
34    
35    * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 1.18.0-27
36    - Make dialog not use STDERR for return values [SME: 3663]
37    - Remove requires for whiptail.  No longer needed [SME: 4491]
38    
39    * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.18.0-26
40    - Make binmode properties of db class [SME: 4317]
41    - Add new navigation db & utf8 classes [SME: 4317]
42    
43    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.18.0-25
44    - Add .utf8 to locale unless server-console [SME: 4162]
45    - Add new languages to langtag2locale [SME: 4163]
46    
47    * Sun Mar 30 2008 Shad L. Lords <slords@mail.com> 1.18.0-24
48    - Gracefully handle encoding errors in navigation dbs [SME: 4147]
49    
50    * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.18.0-23
51    - Make PAM conv routine not look for english strings [SME: 4117]
52    
53    * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.18.0-22
54    - Fix wide output to syslog and allow navigations db to be utf8 [SME: 4101]
55    
56    * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.18.0-21
57    - Output navigation in UTF-8 [SME: 3858]
58    
59    * Sun Jan 20 2008 Gavin Weight <gweight@gmail.com> 1.18.0-20
60    - Call smbpasswd -e - to reset user correctly. [SME: 3755]
61    
62    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.18.0-19
63    - modify validate password strong match for console [SME: 2173]
64    
65    * Thu Nov 01 2007 Gavin Weight <gweight@gmail.com> 1.18.0-18
66    - Fix I18N.pm file descriptor leak. [SME: 3509]
67    
68  * Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-17  * Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.18.0-17
69  - Remove undocumented and unused template metadata handling from  - Remove undocumented and unused template metadata handling from
70    generic_template_expand action (Take II). [SME: 2798]    generic_template_expand action (Take II). [SME: 2798]
# Line 692  e-smith server and gateway software - li Line 718  e-smith server and gateway software - li
718    
719  %prep  %prep
720  %setup  %setup
 %patch1 -p1  
 %patch2 -p1  
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
 %patch6 -p1  
 %patch7 -p1  
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
 #%patch11 -p1  
 %patch12 -p1  
 %patch13 -p1  
 %patch14 -p1  
 %patch15 -p1  
721    
722  %pre  %pre
723  # Remove legacy symlink if one exists  # Remove legacy symlink if one exists


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