mirror of
https://abf.rosa.ru/djam/rpmtools.git
synced 2025-02-24 03:12:49 +00:00
LOG noarch, general gleanup
This commit is contained in:
parent
9d955c27bc
commit
5356369b75
1 changed files with 2 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
|||
Summary: Various RPM command-line tools
|
||||
Name: rpmtools
|
||||
Version: 6.1
|
||||
Release: %mkrel 1
|
||||
Release: 2
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
License: GPLv2+
|
||||
Group: System/Configuration/Packaging
|
||||
URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/rpm/rpmtools/
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-MDV-Packdrakeng
|
||||
BuildRequires: perl-MDV-Distribconf
|
||||
BuildArch: noarch
|
||||
Requires: perl-MDV-Distribconf > 3.00
|
||||
Requires: xz
|
||||
Requires: genhdlist2
|
||||
|
@ -58,14 +58,9 @@ perl Makefile.PL INSTALLDIRS=vendor
|
|||
%make test
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%makeinstall_std
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/dumpdistribconf
|
||||
%{_bindir}/gendistrib
|
||||
%{_bindir}/genhdlist-old
|
||||
|
@ -74,13 +69,11 @@ rm -rf %{buildroot}
|
|||
%{_mandir}/man1/genhdlist-old.*
|
||||
|
||||
%files -n packdrake
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/packdrake
|
||||
%{perl_vendorlib}/packdrake.pm
|
||||
%{_mandir}/man1/packdrake*
|
||||
|
||||
%files -n genhdlist2
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/genhdlist2
|
||||
%{_mandir}/man1/genhdlist2*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue