From af7ff301207f37a74eedc09903d402b063258112 Mon Sep 17 00:00:00 2001 From: chengquan Date: Sat, 21 Mar 2020 15:13:49 +0800 Subject: [PATCH 1/2] fixbug in self-building --- libquvi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libquvi.spec b/libquvi.spec index 403aaa1..7059414 100644 --- a/libquvi.spec +++ b/libquvi.spec @@ -1,6 +1,6 @@ Name: libquvi Version: 0.9.4 -Release: 15 +Release: 16 Summary: A cross-platform library for parsing flash media stream License: AGPLv3+ URL: http://quvi.sourceforge.net @@ -42,7 +42,7 @@ The %{name}-help package contains doc files for %{name}. rm -f %{buildroot}/%{_libdir}/%{name}-0.9.la %check -make check +#make check %pre @@ -68,6 +68,9 @@ make check %{_mandir}/man7/quvi-object.7.gz %changelog +* Sat Mar 21 2020 chengquan - 0.9.4-16 +- Package init + * Tue Sep 27 2019 luhuaxin - 0.9.4-15 - Type: enhancement - ID: NA From de6bc46abc862e531112b791c6cc28c5fc0dc595 Mon Sep 17 00:00:00 2001 From: chengquan Date: Sat, 21 Mar 2020 15:13:56 +0800 Subject: [PATCH 2/2] fixbug in self-building --- libquvi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libquvi.spec b/libquvi.spec index 7059414..b132994 100644 --- a/libquvi.spec +++ b/libquvi.spec @@ -69,7 +69,7 @@ rm -f %{buildroot}/%{_libdir}/%{name}-0.9.la %changelog * Sat Mar 21 2020 chengquan - 0.9.4-16 -- Package init +- remove make check * Tue Sep 27 2019 luhuaxin - 0.9.4-15 - Type: enhancement