diff options
-rw-r--r-- | packaging/libtheora.changes | 3 | ||||
-rw-r--r-- | packaging/libtheora.spec | 6 |
2 files changed, 6 insertions, 3 deletions
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 <anas.nashif@intel.com> 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 |