commit 9b60343fb375841b0aac7e206412f16964b4d716
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Feb 3 10:05:25 2017 +0000
update macros
gstreamer1-plugins-ugly.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index 423b080..dda787d 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -50,7 +50,7 @@ be shipped in gstreamer-plugins-good because:
%prep
-%setup -q -n gst-plugins-ugly-%{version}
+%autosetup -n gst-plugins-ugly-%{version}
%build
@@ -60,13 +60,13 @@ be shipped in gstreamer-plugins-good because:
--enable-debug \
--enable-gtk-doc \
--disable-mpg123
-make %{?_smp_mflags}
+%make_build V=1
%install
-%make_install
+%make_install V=1
%find_lang gst-plugins-ugly-1.0
-rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
+rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%files -f gst-plugins-ugly-1.0.lang
Show replies by date