]> git.pld-linux.org Git - packages/yaml.git/commitdiff
- updated to 0.2.5 master auto/th/yaml-0.2.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Jun 2020 18:46:28 +0000 (20:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Jun 2020 18:46:28 +0000 (20:46 +0200)
yaml.spec

index f74bd92087b1dad57d3fc1ab642bad2eda11e458..802c9a36bd00a83c05fb5388bc4f52aee7a5d0c0 100644 (file)
--- a/yaml.spec
+++ b/yaml.spec
@@ -1,13 +1,13 @@
 Summary:       A C library for parsing and emitting YAML
 Summary(pl.UTF-8):     Biblioteka C do analizy i wytwarzania YAML-a
 Name:          yaml
-Version:       0.2.4
+Version:       0.2.5
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: https://github.com/yaml/libyaml/releases
-Source0:       https://github.com/yaml/libyaml/archive/%{version}/libyaml-%{version}.tar.gz
-# Source0-md5: 64219701e897efb467d95123a165ca01
+Source0:       https://github.com/yaml/libyaml/releases/download/%{version}/yaml-%{version}.tar.gz
+# Source0-md5: bb15429d8fb787e7d3f1c83ae129a999
 URL:           https://pyyaml.org/wiki/LibYAML
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
@@ -47,7 +47,7 @@ Static yaml library.
 Statyczna biblioteka yaml.
 
 %prep
-%setup -q -n libyaml-%{version}
+%setup -q
 
 %build
 %{__libtoolize}
@@ -75,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes License ReadMe.md announcement.msg
+%doc Changes License ReadMe.md
 %attr(755,root,root) %{_libdir}/libyaml-0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libyaml-0.so.2
 
This page took 0.091694 seconds and 4 git commands to generate.