fix license handling

This commit is contained in:
Tom Callaway 2014-07-18 15:40:10 -04:00
parent bd5411aa09
commit 23ffe8587d

View File

@ -4,7 +4,7 @@
Name: libyaml
Version: 0.1.6
Release: 3%{?dist}
Release: 4%{?dist}
Summary: YAML 1.1 parser and emitter written in C
Group: System Environment/Libraries
@ -64,7 +64,9 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE README
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc README
%{_libdir}/%{name}*.so.*
@ -77,6 +79,9 @@ rm -rf %{buildroot}
%changelog
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 0.1.6-4
- fix license handling
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild