From: Jeongmo Yang Date: Fri, 29 May 2020 07:58:10 +0000 (+0900) Subject: Clean up spec file X-Git-Tag: accepted/tizen/6.0/unified/20201030.123156^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.0_unified_hotfix;p=platform%2Fadaptation%2Fbroadcom%2Flibomxil-vc4.git Clean up spec file [Version] 0.0.1-4 [Profile] Common [Issue Type] Clean up Change-Id: I6ed61e2b39579af46513be6c54eef89cbb58ba6a Signed-off-by: Jeongmo Yang --- diff --git a/packaging/libomxil-vc4.spec b/packaging/libomxil-vc4.spec index 6fbd034..06d2384 100755 --- a/packaging/libomxil-vc4.spec +++ b/packaging/libomxil-vc4.spec @@ -1,12 +1,11 @@ Name: libomxil-vc4 Version: 0.0.1 -Release: 3 +Release: 4 Summary: Libraries for interfacing to Raspberry Pi GPU Group: System/Libraries URL: https://github.com/raspberrypi/userland Source: %{name}-%{version}.tar.gz License: BSD-3-Clause -BuildRequires: glibc-devel BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(libtbm) @@ -15,19 +14,20 @@ ExclusiveArch: %{arm} %description Libraries for interfacing to Raspberry Pi GPU. -%package -n libomxil-vc4-utils +%package utils Group: System/Tools Summary: System tools for the Raspberry Pi -%description -n libomxil-vc4-utils +%description utils This package contains some system tools for the Raspberry Pi. Source: https://github.com/libomxil-vc4/userland.git -%package -n libomxil-vc4-devel +%package devel Group: Development/Libraries Summary: Development files for the Raspberry Pi GPU +Requires: %{name} = %{version} -%description -n libomxil-vc4-devel +%description devel This package contains libraries and header files for developing applications that use Raspberry Pi GPU. %prep @@ -92,11 +92,7 @@ popd %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files -n libomxil-vc4-utils -/opt/vc/bin/* -%doc LICENSE - -%files -n libomxil-vc4 +%files %manifest packaging/%{name}.manifest %defattr(-,root,root) %license LICENSE @@ -104,7 +100,11 @@ popd /opt/vc/lib/plugins/*.so /etc/ld.so.conf.d/libomxil-vc4.conf -%files -n libomxil-vc4-devel +%files utils +/opt/vc/bin/* +%doc LICENSE + +%files devel /opt/vc/lib/lib*.a /opt/vc/include/EGL /opt/vc/include/GLES @@ -117,3 +117,4 @@ popd /opt/vc/include/vcinclude /opt/vc/include/*.h /opt/vc/lib/pkgconfig/*.pc +