Fixed package groups accepted/tizen/20130503.222102 accepted/tizen/20130520.100001 accepted/trunk/20130319.044506 submit/tizen/20130503.224035 submit/tizen/20130509.181236 submit/tizen/20130517.023115 submit/trunk/20130319.022803
authorAnas Nashif <anas.nashif@intel.com>
Tue, 19 Mar 2013 02:28:01 +0000 (19:28 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 19 Mar 2013 02:28:01 +0000 (19:28 -0700)
packaging/libsndfile.changes [new file with mode: 0644]
packaging/libsndfile.spec

diff --git a/packaging/libsndfile.changes b/packaging/libsndfile.changes
new file mode 100644 (file)
index 0000000..ea21736
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.0.25@7ea32ba
+- Fixed package groups
+
index 0957d1c..7178fa7 100644 (file)
@@ -2,8 +2,8 @@ Name:           libsndfile
 Version:        1.0.25
 Release:        0
 License:        LGPL-2.1+
-Summary:        Development/Libraries/C and C++
-Group:          System/Libraries
+Summary:        C library for reading and writing sound files
+Group:          Multimedia/Audio
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -24,7 +24,7 @@ currently read and write 8, 16, 24, and 32-bit PCM files as well as
 
 %package devel
 Summary:        Development package for the libsndfile library
-Group:          Development/Libraries/C and C++
+Group:          Development/Libraries
 Requires:       %{name} = %{version}
 Requires:       glibc-devel
 Requires:       libstdc++-devel
@@ -66,14 +66,13 @@ rm -rf %{buildroot}%{_datadir}/doc/libsndfile1-dev
 
 %postun  -p /sbin/ldconfig
 
-
 %files 
 %defattr(-, root, root)
+%license COPYING
 %{_libdir}/libsndfile.so.1*
 
 %files devel
 %defattr(-, root, root)
-%doc COPYING
 %{_libdir}/libsndfile.so
 %{_includedir}/sndfile.h
 %{_includedir}/sndfile.hh