Mageia Bugzilla – Attachment 14045 Details for
Bug 32375
pkgbuild2spec makes a spec file from a PKGBUILD to help aid porting of packages only found in Arch Linux {NEW PKG REQUEST}
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Proposal spec
pkgbuild2spec.spec (text/x-rpm-spec), 725 bytes, created by
Kristoffer Grundström
on 2023-10-11 14:56:55 CEST
(
hide
)
Description:
Proposal spec
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2023-10-11 14:56:55 CEST
Size:
725 bytes
patch
obsolete
>%define name pkgbuild2spec >%define version 1.0 >%define release 1 > >Name: %{name} >Version: %{version} >Release: %{release} >Summary: Transform a PKGBUILD to a RPM spec file >License: MIT >URL: https://github.com/prozum/pkgbuild2spec >Source0: pkgbuild2spec.sh >Source1: LICENSE >BuildRequires: cmake >BuildRequires: make >BuildRequires: meson >Requires: runtime-dependency-1 >Requires: runtime-dependency-2 >BuildArch: noarch > >%description >pkgbuild2spec aids with transforming a PKGBUILD from Arch Linux >to create a spec file. > >%prep >%setup -q -n pkgbuild2spec > >%build >./pkgbuild2spec.sh > >%install >make_install > >%files >%license LICENSE >%{_bindir}/pkgbuild2spec
%define name pkgbuild2spec %define version 1.0 %define release 1 Name: %{name} Version: %{version} Release: %{release} Summary: Transform a PKGBUILD to a RPM spec file License: MIT URL: https://github.com/prozum/pkgbuild2spec Source0: pkgbuild2spec.sh Source1: LICENSE BuildRequires: cmake BuildRequires: make BuildRequires: meson Requires: runtime-dependency-1 Requires: runtime-dependency-2 BuildArch: noarch %description pkgbuild2spec aids with transforming a PKGBUILD from Arch Linux to create a spec file. %prep %setup -q -n pkgbuild2spec %build ./pkgbuild2spec.sh %install make_install %files %license LICENSE %{_bindir}/pkgbuild2spec
View Attachment As Raw
Actions:
View
Attachments on
bug 32375
: 14045