mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
14 lines
225 B
RPMSpec
14 lines
225 B
RPMSpec
%define import() %include %(test -e %{S:%1} && echo %{S:%1} || echo %{_sourcedir}/%1)
|
|
|
|
%import source.inc
|
|
|
|
# PatchN: nnn.patch goes here
|
|
|
|
%prep
|
|
%setup -q -n LVM2.%{version}
|
|
|
|
%import build.inc
|
|
%import packages.inc
|
|
|
|
%changelog
|