1 |
# $Id: e-smith-devtools.spec,v 1.2 2013/01/31 15:28:20 slords Exp $ |
# $Id: e-smith-devtools.spec,v 1.3 2013/02/07 16:17:00 charliebrady 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 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
AutoReqProv: no |
AutoReqProv: no |
17 |
|
|
18 |
%changelog |
%changelog |
19 |
|
* Tue Sep 9 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme |
20 |
|
- Don't claim to own /sbin and /sbin/e-smith [SME: 8550] |
21 |
|
|
22 |
* 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 |
23 |
- 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 |
24 |
build systems. [SME: 7268] |
build systems. [SME: 7268] |
421 |
%attr(0755,root,root) /sbin/e-smith/validate-lexicon |
%attr(0755,root,root) /sbin/e-smith/validate-lexicon |
422 |
%attr(0755,root,root) /sbin/e-smith/generate-lexicons |
%attr(0755,root,root) /sbin/e-smith/generate-lexicons |
423 |
%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 |
|
424 |
%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 |
425 |
%doc COPYING |
%doc COPYING |