|
@@ -1,17 +1,17 @@
|
|
-Summary: LZMA compression utilities
|
|
|
|
-Summary(ja): LZMA 圧縮ユーティリティ
|
|
|
|
-Name: xz
|
|
|
|
-Version: 5.2.2
|
|
|
|
-Release: 1%{?_dist_release}
|
|
|
|
-License: LGPLv2+
|
|
|
|
-Group: Applications/Archiving
|
|
|
|
-Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
-URL: http://tukaani.org/%{name}/
|
|
|
|
|
|
+Summary: LZMA compression utilities
|
|
|
|
+Summary(ja): LZMA 圧縮ユーティリティ
|
|
|
|
+Name: xz
|
|
|
|
+Version: 5.2.4
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
+License: LGPLv2+
|
|
|
|
+Group: Applications/Archiving
|
|
|
|
+URL: https://tukaani.org/xz/
|
|
|
|
+Source0: https://tukaani.org/xz/%{name}-%{version}.tar.xz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
+Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
XZ Utils are an attempt to make LZMA compression easy to use on free (as in
|
|
XZ Utils are an attempt to make LZMA compression easy to use on free (as in
|
|
@@ -90,13 +90,14 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc AUTHORS README THANKS COPYING.* ChangeLog
|
|
|
|
|
|
+%license COPYING.*
|
|
|
|
+%doc AUTHORS README THANKS ChangeLog
|
|
%{_bindir}/*xz*
|
|
%{_bindir}/*xz*
|
|
%{_mandir}/man1/*xz*
|
|
%{_mandir}/man1/*xz*
|
|
|
|
|
|
%files libs -f %{name}.lang
|
|
%files libs -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc COPYING.*
|
|
|
|
|
|
+%license COPYING.*
|
|
%{_libdir}/lib*.so.*
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -113,6 +114,9 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man1/*lz*
|
|
%{_mandir}/man1/*lz*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Sep 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.4-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Thu Nov 10 2016 Toshiaki Ara <ara_t@384.jp> 5.2.2-1
|
|
* Thu Nov 10 2016 Toshiaki Ara <ara_t@384.jp> 5.2.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|