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