Fixed package groups
authorAnas Nashif <anas.nashif@intel.com>
Tue, 19 Mar 2013 02:31:18 +0000 (19:31 -0700)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 7 Nov 2014 16:31:56 +0000 (17:31 +0100)
packaging/libogg.changes [new file with mode: 0644]
packaging/libogg.spec

diff --git a/packaging/libogg.changes b/packaging/libogg.changes
new file mode 100644 (file)
index 0000000..6364376
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.3.0@4f4015a
+- Fixed package groups
+
index 4cfedb3..574917d 100644 (file)
@@ -4,7 +4,7 @@ Release:        0
 License:        BSD-3-Clause
 Summary:        Ogg Bitstream Library
 Url:            http://www.vorbis.com/
-Group:          System/Libraries
+Group:          Multimedia/Audio
 Source:         %{name}-%{version}.tar.gz
 Source2:        baselibs.conf
 BuildRequires:  pkg-config
@@ -18,7 +18,7 @@ codec ) and the libtheora (Theora video codec)
 
 %package devel
 Summary:        Include Files and Libraries mandatory for Ogg Development
-Group:          Development/Libraries/C and C++
+Group:          Development/Libraries
 Requires:       glibc-devel
 Requires:       libogg = %{version}
 
@@ -52,7 +52,7 @@ make check
 
 %files
 %defattr(0644,root,root,0755)
-%doc COPYING 
+%license COPYING 
 %{_libdir}/libogg.so.*
 
 %files devel