From: Anas Nashif Date: Tue, 19 Mar 2013 03:10:16 +0000 (-0700) Subject: Fixed package groups X-Git-Tag: submit/trunk/20130319.031018^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1c1fbb6101ed83358c86ee0ea5336d7648d78a0;p=platform%2Fupstream%2Flibtheora.git Fixed package groups --- diff --git a/packaging/libtheora.changes b/packaging/libtheora.changes new file mode 100644 index 0000000..2759e6f --- /dev/null +++ b/packaging/libtheora.changes @@ -0,0 +1,3 @@ +* Mon Mar 18 2013 Anas Nashif upstream/1.1.1@553184a +- Fixed package groups + diff --git a/packaging/libtheora.spec b/packaging/libtheora.spec index f054442..cb0eef3 100644 --- a/packaging/libtheora.spec +++ b/packaging/libtheora.spec @@ -4,7 +4,7 @@ Release: 14 License: BSD-3-Clause Summary: Free Video Codec Url: http://www.theora.org/ -Group: Productivity/Multimedia/Other +Group: Multimedia/Video %define pkg_version %{version} Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf @@ -23,7 +23,7 @@ to playback VP3 streams. %package devel License: BSD-3-Clause Summary: Free Video Codec -Group: Development/Libraries/C and C++ +Group: Development/Libraries Requires: libogg-devel Requires: libtheora = %{version} @@ -57,13 +57,13 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}-%{version}/* %files %defattr(-,root,root) +%doc COPYING LICENSE %{_libdir}/libtheora.so.0* %{_libdir}/libtheoradec.so.1* %{_libdir}/libtheoraenc.so.1* %files devel %defattr(-,root,root) -%doc COPYING LICENSE %{_includedir}/theora %{_libdir}/*.so %{_libdir}/pkgconfig/theoradec.pc