rpms/kudzu/devel kudzu.spec,1.188,1.189

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Mon Mar 10 20:48:38 UTC 2008


Author: notting

Update of /cvs/extras/rpms/kudzu/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30247

Modified Files:
	kudzu.spec 
Log Message:
nuke the binary & init script. *ding dong*



Index: kudzu.spec
===================================================================
RCS file: /cvs/extras/rpms/kudzu/devel/kudzu.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- kudzu.spec	19 Feb 2008 16:22:43 -0000	1.188
+++ kudzu.spec	10 Mar 2008 20:48:05 -0000	1.189
@@ -1,6 +1,6 @@
 Name: kudzu
 Version: 1.2.83
-Release: 2
+Release: 3
 License: GPLv2
 Summary: The Red Hat Linux hardware probing tool.
 Group: Applications/System
@@ -40,28 +40,18 @@
 
 install -m 755 fix-mouse-psaux $RPM_BUILD_ROOT/%{_sbindir}
 
-%find_lang %{name}
+rm -rf $RPM_BUILD_ROOT/sbin $RPM_BUILD_ROOT/%{_sbindir} $RPM_BUILD_ROOT/%{_mandir}
+rm -rf $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT/%{_datadir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-chkconfig --add kudzu
+%triggerun -- kudzu < 1.2.83-3
+/sbin/chkconfig --del kudzu
 
-%preun
-if [ $1 = 0 ]; then
-	chkconfig --del kudzu
-fi
-
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc README hwconf-description
-/sbin/kudzu
-%{_sbindir}/kudzu
-%{_sbindir}/fix-mouse-psaux
-%{_mandir}/man8/*
-%config(noreplace) /etc/sysconfig/kudzu
-%config /etc/rc.d/init.d/kudzu
 %{_libdir}/python*/site-packages/*
 
 %Files devel
@@ -71,6 +61,9 @@
 %{_includedir}/kudzu
 
 %changelog
+* Mon Mar 10 2008 Bill Nottingham <notting at redhat.com> 1.2.83-3
+- don't ship a kudzu binary or init script
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2.83-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list