kadischi kadischi.spec,1.67,1.68

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Fri May 11 17:36:46 UTC 2007


Author: autopsy

Update of /cvs/devel/kadischi
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4741/kadischi

Modified Files:
	kadischi.spec 
Log Message:
Subpackage kadischi-tools, Requires zlib, fixes the static linking issue


Index: kadischi.spec
===================================================================
RCS file: /cvs/devel/kadischi/kadischi.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- kadischi.spec	11 May 2007 14:56:53 -0000	1.67
+++ kadischi.spec	11 May 2007 17:36:43 -0000	1.68
@@ -2,7 +2,7 @@
 
 Name:           kadischi
 Version:        3.6
-Release:        1.%{alphatag}%{?dist}
+Release:        2.%{alphatag}%{?dist}
 Summary:        LiveCD generation utility 
 
 Group:          Applications/System
@@ -30,6 +30,16 @@
 of Fedora Core. Kadischi also has the ability to run as a LiveCD
 to HDD installer when on the LiveCD media.
 
+%package tools
+Summary:	Tools used for Kadischi in creating the LiveCD or LiveDVD images
+Group:		Applications/System
+BuildRequires:	kudzu-devel intltool automake glib2-devel zlib-devel
+Requires:	zlib
+
+%description tools
+The Kadischi tools package provides the files necessary to build
+the initramfs for the LiveCD or LiveDVD images.
+
 %prep
 %setup -q -n %{name}
 
@@ -53,7 +63,6 @@
 %defattr(-,root,root,-)
 %doc FAQ README TODO COPYING CREDITS
 %{_datadir}/%{name}
-%{_libexecdir}/%{name}
 %{_sbindir}/%{name}
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/buildstamp
@@ -61,7 +70,15 @@
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man5/%{name}.conf.5.gz
 
+%files tools
+%defattr(-,root,root,-)
+%{_libexecdir}/%{name}
+
 %changelog
+* Fri May 11 2007 <jasperhartline at adelphia.net> 3.6-2.20070511cvs
+- Built kadischi main package and kadischi-tools subpackages
+
+
 * Fri May 04 2007 <jasperhartline at adelphia.net> 3.6-1.20070504cvs
 - Fixed device when in CD/DVD burn dialog if no device is specified
 - Fixed non-graphical mode of 04userconfig.pl




More information about the fedora-extras-commits mailing list