From: Anas Nashif Date: Sat, 16 Feb 2013 07:29:33 +0000 (-0800) Subject: install baselibs.conf X-Git-Tag: submit/trunk/20130216.072935^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a23b7a14a2638dac0cce7c26cec3cd924d2a9004;p=platform%2Fupstream%2FlibXvMC.git install baselibs.conf --- diff --git a/packaging/libXvMC.changes b/packaging/libXvMC.changes new file mode 100644 index 0000000..1bb4acb --- /dev/null +++ b/packaging/libXvMC.changes @@ -0,0 +1,3 @@ +* Fri Feb 15 2013 Anas Nashif upstream/1.0.7@83ba5fd +- install baselibs.conf + diff --git a/packaging/libXvMC.spec b/packaging/libXvMC.spec index 2508c70..df6b8eb 100644 --- a/packaging/libXvMC.spec +++ b/packaging/libXvMC.spec @@ -4,7 +4,7 @@ Release: 0 License: MIT Summary: X-Video Motion Compensation library Url: http://xorg.freedesktop.org/ -Group: Development/Libraries/C and C++ +Group: System/Libraries #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXvMC #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXvMC/ @@ -16,7 +16,6 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xv) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description X-Video Motion Compensation (XvMC), is an extension of the X video @@ -26,7 +25,7 @@ video-hardware. %package devel Summary: Development files for the X-Video Motion Compensation library -Group: Development/Libraries/C and C++ +Group: Development/Libraries Requires: %{name} = %{version} %description devel @@ -36,7 +35,7 @@ programs to offload portions of the video decoding process to the GPU video-hardware. This package contains the development headers for the library found -in %lname. +in %name. %prep %setup -q @@ -50,12 +49,14 @@ make %{?_smp_mflags} %make_install %remove_docs + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) +%license COPYING %{_libdir}/libXvMC*.so.1* %files devel