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

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

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

Revision 1.8 by slords, Fri Apr 25 14:02:29 2008 UTC Revision 1.23 by snetram, Mon Mar 14 20:46:05 2011 UTC
# Line 1  Line 1 
1    # $Id: e-smith-formmagick.spec,v 1.22 2011/03/13 09:32:02 snetram Exp $
2    
3  Summary: e-smith-formmagick Perl modules for web manager i18n  Summary: e-smith-formmagick Perl modules for web manager i18n
4  %define name e-smith-formmagick  %define name e-smith-formmagick
5  Name: %{name}  Name: %{name}
6  %define version 1.4.0  %define version 2.2.0
7  %define release 12  %define release 6
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: Artistic  License: Artistic
11  Group: Applications/CPAN  Group: Applications/CPAN
12  Source0: %{name}-%{version}.tar.gz  Source0: %{name}-%{version}.tar.gz
13  Patch0: e-smith-formmagick-1.4.0-passlength.patch  Patch1: e-smith-formmagick-2.2.0-lib64.patch
14  Patch1: e-smith-formmagick-1.4.0-headers.patch  Patch2: e-smith-formmagick-2.2.0-ip-fqdn-new.patch
15  Patch2: e-smith-formmagick-1.4.0-add2general.patch  Patch3: e-smith-formmagick-2.2.0-ip-octet-error-text.patch
 Patch3: e-smith-formmagick-1.4.0-add2general.patch2  
 Patch4: e-smith-formmagick-1.4.0-UTF8.patch  
 Patch5: e-smith-formmagick-1.4.0-add2general.patch3  
16  BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/  BuildRoot: /var/tmp/%{name}-{%version}-%{release}-buildroot/
17  Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme  Requires: perl-CGI-FormMagick >= 0.92-16.el4.sme
18  Requires: perl(WWW::Automate) >= 0.20  Requires: perl(WWW::Automate) >= 0.20
# Line 24  BuildRequires: e-smith-devtools >= 1.6.6 Line 23  BuildRequires: e-smith-devtools >= 1.6.6
23  BuildArchitectures: noarch  BuildArchitectures: noarch
24    
25  %changelog  %changelog
26    * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
27    - Rephrase IP address error message [SME: 6544]
28    
29    * Sun Mar 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
30    - Change IP address error message [SME: 6544]
31    
32    * Tue Oct 19 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme
33    - Revert previous change as it might cause regression in contribs [SME: 6296]
34    - Add additional locale string [SME: 6296]
35    
36    * Sun Oct 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
37    - Update textbox description to also reflect the option of a FQDN [SME: 6296]
38    
39    * Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
40    - Update path for 64-bit compatibility [SME: 5756]
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    * Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-20
46    - Move RESET_PASSWORD_TITLE to general [SME: 4475]
47    - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
48    - Add YOUR_ACCOUNT_INVALID to general [SME: 4478]
49    
50    * Tue Aug  5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-19
51    - Revert previous invalid locale changes (reverting to 1.4.0-17) [SME: 4472]
52    
53    * Mon Aug  4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-18
54    - Reverting some locale changes
55    
56    * Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-17
57    - Revert patch here and fix in e-smith-ibays instead because of multiple
58      dependencies and incorrect naming scheme
59    
60    * Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-16
61    - Fix password verify entry text box description in ibays panel entry
62      in e-smith-formmagick's general [SME: 4460]
63    
64    * Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-15
65    - Moving single occurence for HOSTTYPE back to e-smith-hosts
66    
67    * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-14
68    - Added missing entry to general [SME: 4289]
69    
70    * Mon Apr 28 2008 Shad L. Lords <slords@mail.com> 1.4.0-13
71    - Bump release to allow rebuild
72    
73  * Fri Apr 25 2008 Shad L. Lords <slords@mail.com> 1.4.0-12  * Fri Apr 25 2008 Shad L. Lords <slords@mail.com> 1.4.0-12
74  - Update requires to really pull in perl-CGI-FormMagick [SME: 4269]  - Update requires to really pull in perl-CGI-FormMagick [SME: 4269]
75    
76  * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-11  * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.4.0-11
77  - And more common <base> entries to general  - And more common <base> entries to general [SME: 4289]
78    
79  * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-10  * Mon Mar 10 2008 Shad L. Lords <slords@mail.com> 1.4.0-10
80  - Default charset to UTF-8 unless specified [SME: 3858]  - Default charset to UTF-8 unless specified [SME: 3858]
# Line 466  convenience functions used to create SME Line 512  convenience functions used to create SME
512    
513  %prep  %prep
514  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
 %patch0 -p1  
515  %patch1 -p1  %patch1 -p1
516  %patch2 -p1  %patch2 -p1
517  %patch3 -p1  %patch3 -p1
 %patch4 -p1  
 %patch5 -p1  
518    
519  %build  %build
520  # build the test suite from embedded tests  # build the test suite from embedded tests
# Line 496  echo "%doc LICENSE" >> %{name}-%{version Line 539  echo "%doc LICENSE" >> %{name}-%{version
539    
540  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist
541  %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