rpms/crash/devel crash.spec,1.25,1.26

David Anderson (crash) fedora-extras-commits at redhat.com
Tue Apr 29 15:44:05 UTC 2008


Author: crash

Update of /cvs/pkgs/rpms/crash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22455

Modified Files:
	crash.spec 
Log Message:
preliminary: add crash-devel subpackage lines



Index: crash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crash/devel/crash.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- crash.spec	19 Feb 2008 21:22:10 -0000	1.25
+++ crash.spec	29 Apr 2008 15:43:28 -0000	1.26
@@ -22,6 +22,17 @@
 netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
 offered by Mission Critical Linux, or the LKCD kernel patch.
 
+%package devel
+Requires: %{name} = %{version}
+Summary: crash utility for live systems; netdump, diskdump, kdump, LKCD or mcore dumpfiles
+Group: Development/Debuggers
+
+%description devel
+The core analysis suite is a self-contained tool that can be used to
+investigate either live systems, kernel core dumps created from the
+netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch
+offered by Mission Critical Linux, or the LKCD kernel patch.
+
 %prep
 %setup -n %{name}-%{version}
 %patch0 -p1 -b crash.patch
@@ -35,6 +46,9 @@
 make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_mandir}/man8
 cp crash.8 %{buildroot}%{_mandir}/man8/crash.8
+mkdir -p %{buildroot}%{_includedir}/crash
+chmod 0644 defs.h
+cp defs.h %{buildroot}%{_includedir}/crash
 
 %clean
 rm -rf %{buildroot}
@@ -45,6 +59,10 @@
 %{_mandir}/man8/crash.8*
 %doc README
 
+%files devel
+%defattr(-,root,root)
+%{_includedir}/*
+
 %changelog
 * Wed Feb 20 2008 Dave Anderson <anderson at redhat.com> - 4.0-6.0.5
 - Second attempt at addressing the GCC 4.3 build, which failed due




More information about the scm-commits mailing list