diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-03-18 20:10:16 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-03-18 20:10:16 -0700 |
commit | f1c1fbb6101ed83358c86ee0ea5336d7648d78a0 (patch) | |
tree | ca835c1c67e9112130fb65c246dc0528af41ae12 | |
parent | 553184adba36fae564f1dfbfa9c951dbcfd951ba (diff) | |
download | libtheora-f1c1fbb6101ed83358c86ee0ea5336d7648d78a0.tar.gz libtheora-f1c1fbb6101ed83358c86ee0ea5336d7648d78a0.tar.bz2 libtheora-f1c1fbb6101ed83358c86ee0ea5336d7648d78a0.zip |
Fixed package groupssubmit/trunk/20130319.031018submit/tizen/20130517.023126submit/tizen/20130509.181311submit/tizen/20130503.224151accepted/trunk/20130319.044451accepted/tizen/20130520.100002accepted/tizen/20130503.222038
-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 |