Browse Source

expat-2.2.5-1

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

+ 11 - 5
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.0
+%define version 2.2.5
 %define release 1%{?_dist_release}
 
 Summary:	Expat is an XML 1.0 parser written in C
@@ -93,11 +93,13 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 
 rm -f examples/*.dsp
-chmod 644 README COPYING Changes doc/* examples/*
+chmod 644 AUTHORS README.md COPYING Changes doc/* examples/*
 
 make DESTDIR=$RPM_BUILD_ROOT install
 rm -f $RPM_BUILD_ROOT/%{_libdir}/libexpat.la
 
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/expat
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -111,18 +113,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root) 
-%doc COPYING Changes README
+%doc AUTHORS COPYING Changes README.md
 %{_bindir}/xmlwf
 %{_mandir}/man1/xmlwf.1*
 
 %files -n lib%{name}
 %defattr(-,root,root)
-%doc COPYING Changes README
+%doc AUTHORS COPYING Changes README.md
 %{_libdir}/libexpat.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc COPYING Changes README doc/* examples
+%doc AUTHORS COPYING Changes README.md
+%doc doc/* examples
 %{_includedir}/*
 %{_libdir}/libexpat.a
 %{_libdir}/libexpat.so
@@ -141,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Feb 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.5-1
+- new upstream release.
+
 * Tue Jul  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.0-1
 - new upstream release.