From: Anas Nashif Date: Tue, 19 Mar 2013 02:28:01 +0000 (-0700) Subject: Fixed package groups X-Git-Tag: accepted/tizen/20130503.222102^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=821a053028d0cdc934821d6dacb7eb61c764438d;p=platform%2Fupstream%2Flibsndfile.git Fixed package groups --- diff --git a/packaging/libsndfile.changes b/packaging/libsndfile.changes new file mode 100644 index 0000000..ea21736 --- /dev/null +++ b/packaging/libsndfile.changes @@ -0,0 +1,3 @@ +* Mon Mar 18 2013 Anas Nashif upstream/1.0.25@7ea32ba +- Fixed package groups + diff --git a/packaging/libsndfile.spec b/packaging/libsndfile.spec index 0957d1c..7178fa7 100644 --- a/packaging/libsndfile.spec +++ b/packaging/libsndfile.spec @@ -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