From 821a053028d0cdc934821d6dacb7eb61c764438d Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 18 Mar 2013 19:28:01 -0700 Subject: [PATCH] Fixed package groups --- packaging/libsndfile.changes | 3 +++ packaging/libsndfile.spec | 9 ++++----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 packaging/libsndfile.changes 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 -- 2.7.4