Browse Source

expat-2.2.6-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12106 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
797fa107ab
1 changed files with 10 additions and 4 deletions
  1. 10 4
      e/expat/expat-vl.spec

+ 10 - 4
e/expat/expat-vl.spec

@@ -1,6 +1,6 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define name   expat
-%define version 2.2.5
+%define version 2.2.6
 %define release 1%{?_dist_release}
 
 Summary:	Expat is an XML 1.0 parser written in C
@@ -113,18 +113,21 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root) 
-%doc AUTHORS COPYING Changes README.md
+%license COPYING
+%doc AUTHORS Changes README.md
 %{_bindir}/xmlwf
 %{_mandir}/man1/xmlwf.1*
 
 %files -n lib%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING Changes README.md
+%license COPYING
+%doc AUTHORS Changes README.md
 %{_libdir}/libexpat.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING Changes README.md
+%license COPYING
+%doc AUTHORS Changes README.md
 %doc doc/* examples
 %{_includedir}/*
 %{_libdir}/libexpat.a
@@ -144,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed May 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.6-1
+- new upstream release.
+
 * Tue Feb 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.5-1
 - new upstream release.