|
Lines 1-10
Link Here
|
| 1 |
Name: rpm-build-perl |
1 |
Name: rpm-build-perl |
| 2 |
Version: 0.70 |
2 |
Version: 0.70 |
| 3 |
Release: alt1 |
3 |
Release: alt2 |
| 4 |
|
4 |
|
| 5 |
Summary: RPM helper scripts to calculate Perl dependencies |
5 |
Summary: RPM helper scripts to calculate Perl dependencies |
| 6 |
License: GPL |
6 |
License: GPL |
| 7 |
Group: Development/Other |
7 |
Group: Development/Other |
|
|
8 |
Packager: Alexey Tourbin <at@altlinux.ru> |
| 8 |
|
9 |
|
| 9 |
URL: %CPAN %name |
10 |
URL: %CPAN %name |
| 10 |
Source: %name-%version.tar.gz |
11 |
Source: %name-%version.tar.gz |
|
Lines 54-59
cp -p macros.env %buildroot/etc/rpm/macros.d/perl5.env
Link Here
|
| 54 |
%config /etc/rpm/macros.d/perl5.env |
55 |
%config /etc/rpm/macros.d/perl5.env |
| 55 |
|
56 |
|
| 56 |
%changelog |
57 |
%changelog |
|
|
58 |
* Thu Sep 24 2009 Vitaly Kuznetsov <vitty@altlinux.ru> 0.70-alt2 |
| 59 |
- make RPM_PERL_LIB_PATH realy useable |
| 60 |
|
| 57 |
* Mon May 11 2009 Alexey Tourbin <at@altlinux.ru> 0.70-alt1 |
61 |
* Mon May 11 2009 Alexey Tourbin <at@altlinux.ru> 0.70-alt1 |
| 58 |
- B/Walker.pm: new module, implements optree traversal |
62 |
- B/Walker.pm: new module, implements optree traversal |
| 59 |
- B/Clobbers.pm: new experimental module, for checking global variables |
63 |
- B/Clobbers.pm: new experimental module, for checking global variables |
| 60 |
- |
|
|