Fixed package groups accepted/tizen/20130503.230927 accepted/tizen/20130520.094332 accepted/trunk/20130318.205531 submit/tizen/20130503.232819 submit/tizen/20130509.184244 submit/tizen/20130517.024137 submit/trunk/20130318.204120
authorAnas Nashif <anas.nashif@intel.com>
Mon, 18 Mar 2013 20:41:18 +0000 (13:41 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 18 Mar 2013 20:41:18 +0000 (13:41 -0700)
packaging/speex.changes [new file with mode: 0644]
packaging/speex.spec

diff --git a/packaging/speex.changes b/packaging/speex.changes
new file mode 100644 (file)
index 0000000..fd9fc3a
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.2rc1@7a58feb
+- Fixed package groups
+
index 7685869..1013eb2 100644 (file)
@@ -1,17 +1,16 @@
 Name:           speex
 %define package_version 1.2rc1
 Version:        1.1.999_%{package_version}
-Release:        8
+Release:        9
 License:        BSD-3-Clause
 Summary:        An Open Source, Patent Free Speech Codec
 Url:            http://www.speex.org/
-Group:          System/Libraries
+Group:          Multimedia/Audio
 Source:         %{name}-%{package_version}.tar.bz2
 Source2:        baselibs.conf
 BuildRequires:  libogg-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Speex is a patent free audio codec designed especially for voice
@@ -22,7 +21,7 @@ to the Vorbis codec.
 %package -n libspeex
 License:        BSD-3-Clause
 Summary:        An Open Source, Patent Free Speech Codec Library
-Group:          System/Libraries
+Group:          Multimedia/Audio
 
 %description -n libspeex
 Speex is a patent free audio codec designed especially for voice
@@ -33,7 +32,7 @@ to the Vorbis codec.
 %package -n libspeexdsp
 License:        BSD-3-Clause
 Summary:        An Open Source, Patent Free Speech Codec Library
-Group:          System/Libraries
+Group:          Multimedia/Audio
 
 %description -n libspeexdsp
 Speex is a patent free audio codec designed especially for voice
@@ -44,7 +43,7 @@ to the Vorbis codec.
 %package devel
 License:        BSD-3-Clause
 Summary:        Development package for SpeeX
-Group:          Development/Libraries/C and C++
+Group:          Development/Libraries
 Requires:       glibc-devel
 Requires:       libogg-devel
 Requires:       libspeex = %{version}
@@ -79,8 +78,7 @@ rm -rf %{buildroot}%{_datadir}/doc/speex*
 
 %files
 %defattr(-,root,root)
-%doc COPYING
-%doc doc/*.pdf
+%license COPYING
 %{_bindir}/speex*
 %{_mandir}/man?/*
 
@@ -94,7 +92,6 @@ rm -rf %{buildroot}%{_datadir}/doc/speex*
 
 %files devel
 %defattr(-,root,root)
-%doc doc/manual.pdf
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc