Browse Source

mxml-2.11-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11529 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
8ebcbc8cea
1 changed files with 14 additions and 8 deletions
  1. 14 8
      m/mxml/mxml-vl.spec

+ 14 - 8
m/mxml/mxml-vl.spec

@@ -1,15 +1,18 @@
 Summary:      Miniature XML development library
 Name:         mxml
-Version:      2.8
-Release:      3%{?_dist_release}
+Version:      2.11
+Release:      1%{?_dist_release}
 License:      LGPLv2+
 Group:        System Environment/Libraries
-URL:          http://www.msweet.org/blog.php?L+Z3
-Source0:      https://www.msweet.org/files/project3/mxml-2.8.tar.gz
+URL:          http://www.msweet.org/mxml/
+Source0:      https://github.com/michaelrsweet/mxml/releases/download/v%{version}/mxml-%{version}.tar.gz
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Vendor:       Project Vine
+Distribution: Vine Linux
+
 # This is requires because we patch configure.in.
-BuildRequires: autoconf
+BuildRequires: autoconf zlib-devel
 
 %description
 Mini-XML is a small XML parsing library that you can use to read XML
@@ -27,7 +30,7 @@ Libraries, include files, etc you can use to develop mxml
 applications.
 
 %prep
-%setup -q
+%setup -q -c
 
 %build
 # Run autoconf since we patched configure.in.
@@ -59,19 +62,22 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
+%doc COPYING README.md
 %{_bindir}/*
 %{_libdir}/libmxml.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc CHANGES doc/*.html doc/*.gif
+%doc CHANGES.md doc/*.html doc/*.jpg doc/*.png doc/*.pdf
 %{_includedir}/*.h
 %{_libdir}/libmxml.so
 %{_mandir}/*/*
 %{_libdir}/pkgconfig/mxml.pc
 
 %changelog
+* Sat Feb 24 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.11-1
+- new upstream release.
+
 * Tue Jul  7 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8-3
 - initia build for Vine Linux.