File alien.spec of Package alien

#
# spec file for package alien
#
# Copyright (c) 2024 Walter Fey DL8FCL
# Copyright (c) 2023 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           alien
Version:        8.95.6
Release:        0
License:        GPL-2.0+
Summary:        Perl Script to Convert Packages
Url:            https://sourceforge.net/projects/alien-pkg-convert/
Group:          System/Packages
Source0:        alien_%{version}.tar.xz
Patch1:         alien-strip-tilde-from-version.patch
BuildRequires:  deb
BuildRequires:  debhelper
Requires:       cpio
Requires:       deb
Requires:       make
Requires:       perl = %{perl_version}
Requires:       rpm
Requires:       rpm-build
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Experimental Perl script to convert software packages. The following
formats are supported: deb (Debian), rpm (Red Hat), and tgz (Slackware).

%prep
%setup -q
%patch -P 1 -p1

%build
perl Makefile.PL
make

%install
%perl_make_install
make PREFIX=%{buildroot}%{_prefix} VARPREFIX=%{buildroot}
%perl_process_packlist

%files
%defattr(-,root,root)
%doc GPL README TODO gendiff.txt debian/changelog
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Alien
%{_bindir}/alien

%changelog
openSUSE Build Service is sponsored by