8 lines
184 B
RPMSpec
8 lines
184 B
RPMSpec
name: libyaml
|
|
version: 0.2.2
|
|
release: 1
|
|
sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz
|
|
@configure
|
|
cd libyaml-%{version} && ./bootstrap && ./%{name} --prefix=/usr
|
|
|