/[smeserver]/rpms/e-smith-devtools/sme9/e-smith-devtools.spec
ViewVC logotype

Diff of /rpms/e-smith-devtools/sme9/e-smith-devtools.spec

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

Revision 1.3 by charliebrady, Thu Feb 7 16:17:00 2013 UTC Revision 1.7 by vip-ire, Tue Aug 23 08:47:19 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-devtools.spec,v 1.2 2013/01/31 15:28:20 slords Exp $  # $Id: e-smith-devtools.spec,v 1.6 2015/06/29 20:22:43 stephdl Exp $
2    
3  Summary: e-smith tools for building RPMs  Summary: e-smith tools for building RPMs
4  %define name e-smith-devtools  %define name e-smith-devtools
5  Name: %{name}  Name: %{name}
6  %define version 2.4.0  %define version 2.4.0
7  %define release 2  %define release 5
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 12  Group: Networking/Daemons Line 12  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14  BuildArchitectures: noarch  BuildArchitectures: noarch
15    Patch0: e-smith-devtools-2.4.0.bz8951.event_template-actions-services.patch
16    Patch1: e-smith-devtools-2.4.0-quote_filenames.patch
17  Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser)  Requires: perl, perl(Test::Inline) >= 0.12, perl(XML::Parser)
18  AutoReqProv: no  AutoReqProv: no
19    
20  %changelog  %changelog
21    * Tue Aug 23 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
22    - Quote filenames in genfilelist so filenames containing spaces are correctly
23      handled [SME: 9758]
24    
25    * Mon Jun 22 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme
26    - Added new createlinks function [SME: 8951]
27    - event_templates event_actions event_services
28    
29    * Tue Sep 9 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
30    - Don't claim to own /sbin and /sbin/e-smith [SME: 8550]
31    
32  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
33  - Put vendor_perl in share not lib, so works on both 32 and 64 bit  - Put vendor_perl in share not lib, so works on both 32 and 64 bit
34    build systems. [SME: 7268]    build systems. [SME: 7268]
# Line 388  permissions. Line 401  permissions.
401    
402  %prep  %prep
403  %setup  %setup
404    %patch0 -p1
405    %patch1 -p1
406    
407  %build  %build
408    
# Line 418  rm -rf $RPM_BUILD_ROOT Line 433  rm -rf $RPM_BUILD_ROOT
433  %attr(0755,root,root) /sbin/e-smith/validate-lexicon  %attr(0755,root,root) /sbin/e-smith/validate-lexicon
434  %attr(0755,root,root) /sbin/e-smith/generate-lexicons  %attr(0755,root,root) /sbin/e-smith/generate-lexicons
435  %attr(0755,root,root) /sbin/e-smith/update-po  %attr(0755,root,root) /sbin/e-smith/update-po
 %attr(-,root,root) %dir /sbin  
 %attr(-,root,root) %dir /sbin/e-smith  
436  %attr(0644,root,root) /usr/share/perl5/vendor_perl/esmith/Build/CreateLinks.pm  %attr(0644,root,root) /usr/share/perl5/vendor_perl/esmith/Build/CreateLinks.pm
437  %doc COPYING  %doc COPYING


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