From 3837494f48ca1086a6f5d1403a4e6a8562a72fd5 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 17 Mar 2013 21:19:23 -0700 Subject: [PATCH] Update package groups --- packaging/file.changes | 3 +++ packaging/file.spec | 13 +++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packaging/file.changes b/packaging/file.changes index 5b51773..825b8de 100644 --- a/packaging/file.changes +++ b/packaging/file.changes @@ -1,3 +1,6 @@ +* Sun Mar 17 2013 Anas Nashif submit/trunk/20121215.172437@b91fca2 +- Update package groups + * Sat Dec 15 2012 Anas Nashif upstream/5.11@8e6268a - add python module diff --git a/packaging/file.spec b/packaging/file.spec index 721988e..84d530f 100644 --- a/packaging/file.spec +++ b/packaging/file.spec @@ -7,7 +7,7 @@ Version: 5.11 Release: 0 Summary: A Tool to Determine File Types License: BSD-2-Clause -Group: Productivity/File utilities +Group: System/Base Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz Source2: baselibs.conf %global _sysconfdir /etc @@ -22,7 +22,7 @@ used by apsfilter to permit automatic printing of different file types. %package -n libmagic-data Summary: The magic files for libmagic to use -Group: Development/Libraries/Other +Group: System/Libraries %description -n libmagic-data This package contains the basic magic files that libmagic reads and uses @@ -30,7 +30,7 @@ to estimate a file's type. %package -n libmagic Summary: Library with file's functionality -Group: Development/Libraries/Other +Group: System/Libraries Requires: libmagic-data = %{version} Provides: libfile Obsoletes: libfile =< 5.04 @@ -40,7 +40,7 @@ This library reads magic files and detects file types. Used by file command %package -n file-devel Summary: Include Files and Libraries mandatory for Development -Group: Development/Libraries/Other +Group: Development/Libraries Provides: file:/usr/include/magic.h Requires: glibc-devel Requires: libmagic = %{version} @@ -89,6 +89,7 @@ unset LD_LIBRARY_PATH %files -n libmagic %defattr (644,root,root,755) +%license COPYING %{_libdir}/lib*.so.* %files -n libmagic-data @@ -103,13 +104,13 @@ unset LD_LIBRARY_PATH %{nil %{_bindir}/dcore} %attr(755,root,root) %{_bindir}/file %doc %{_mandir}/man1/file.1.gz -%doc COPYING +%license COPYING %files -n file-devel %defattr (644,root,root,755) %{_libdir}/lib*.so %{_includedir}/magic.h %doc %{_mandir}/man3/libmagic.3.gz -%doc README COPYING +%license COPYING %changelog -- 2.7.4