|
@@ -4,8 +4,8 @@
|
|
|
Summary: Library providing the Gnome XSLT engine
|
|
|
Summary(ja): XSLT エンジンライブラリ
|
|
|
Name: libxslt
|
|
|
-Version: 1.1.34
|
|
|
-Release: 2%{_dist_release}
|
|
|
+Version: 1.1.35
|
|
|
+Release: 1%{_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -201,10 +201,14 @@ rm -vrf %{buildroot}%{_docdir}
|
|
|
%{_includedir}/*
|
|
|
%{_libdir}/lib*.so
|
|
|
%{_libdir}/*.sh
|
|
|
+%dir %{_libdir}/pkgconfig
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
+%dir %{_libdir}/cmake
|
|
|
+%{_libdir}/cmake/libxslt
|
|
|
%{_bindir}/xslt-config
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
%{_mandir}/man3/*
|
|
|
+%exclude %{_datadir}/gtk-doc
|
|
|
|
|
|
%files static
|
|
|
%defattr(-, root, root)
|
|
@@ -214,8 +218,6 @@ rm -vrf %{buildroot}%{_docdir}
|
|
|
%defattr(-, root, root)
|
|
|
%license Copyright
|
|
|
%doc AUTHORS ChangeLog NEWS README FEATURES
|
|
|
-%doc python/TODO
|
|
|
-%doc python/libxsltclass.txt
|
|
|
%doc python/tests/*.py
|
|
|
%doc python/tests/*.xml
|
|
|
%doc python/tests/*.xsl
|
|
@@ -251,6 +253,9 @@ rm -vrf %{buildroot}%{_docdir}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu May 12 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.35-1
|
|
|
+- updated to 1.1.35.
|
|
|
+
|
|
|
* Thu May 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.34-2
|
|
|
- dropped ldconfig scriptlets.
|
|
|
|