mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 03:02:12 +01:00
28 lines
275 B
RPMSpec
28 lines
275 B
RPMSpec
|
%include test-pkgA.inc
|
||
|
|
||
|
Name: test-pkgA
|
||
|
Version: 4
|
||
|
Release: 1
|
||
|
License: GPL-2.0
|
||
|
Summary: Test package
|
||
|
URL: https://example.com/test-package/
|
||
|
|
||
|
|
||
|
BuildArch: noarch
|
||
|
|
||
|
|
||
|
%description
|
||
|
desc
|
||
|
|
||
|
|
||
|
%prep
|
||
|
|
||
|
|
||
|
%install
|
||
|
|
||
|
|
||
|
%files
|
||
|
|
||
|
|
||
|
%changelog
|