rpms/halevt/devel .cvsignore, 1.4, 1.5 halevt.spec, 1.4, 1.5 sources, 1.4, 1.5

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon Jun 9 11:11:37 UTC 2008


Author: pertusus

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

Modified Files:
	.cvsignore halevt.spec sources 
Log Message:
* Mon Jun  9 2008 Patrice Dumas <pertusus at free.fr> 0.1.0-1
- update to 0.1.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/halevt/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	24 May 2008 14:23:22 -0000	1.4
+++ .cvsignore	9 Jun 2008 11:10:53 -0000	1.5
@@ -1 +1 @@
-halevt-0.0.9.tar.gz
+halevt-0.1.0.tar.gz


Index: halevt.spec
===================================================================
RCS file: /cvs/extras/rpms/halevt/devel/halevt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- halevt.spec	24 May 2008 14:23:22 -0000	1.4
+++ halevt.spec	9 Jun 2008 11:10:53 -0000	1.5
@@ -1,5 +1,5 @@
 Name:           halevt
-Version:        0.0.9
+Version:        0.1.0
 Release:        1%{?dist}
 Summary:        Generic handler for HAL events
 
@@ -14,6 +14,8 @@
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
+Requires(post): info
+Requires(preun): info
 Requires(pre): shadow-utils
 
 %description
@@ -39,6 +41,8 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
 
 install -m 0755 -p halevt-initscript $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/halevt
@@ -61,16 +65,20 @@
 %post
 # This adds the proper /etc/rc*.d links for the script
 /sbin/chkconfig --add halevt
+/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
 
 %preun
 if [ $1 = 0 ]; then
         /sbin/service halevt stop >/dev/null 2>&1 || :
         /sbin/chkconfig --del halevt
+
+        /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README NEWS halevt-hvmount.xml
+%doc doc/*.html
 %dir %{_sysconfdir}/halevt
 %{_sysconfdir}/rc.d/init.d/halevt
 %{_bindir}/halevt
@@ -78,12 +86,17 @@
 %{_bindir}/halevt-umount
 %{_bindir}/hvmount
 %{_bindir}/hvumount
+%{_infodir}/halevt.info*
 %dir %{_datadir}/halevt
 %{_datadir}/halevt/halevt.xml
+%{_mandir}/man1/halevt*.1*
 %dir %attr(750,halevt,halevt) %{_localstatedir}/run/halevt
 %dir %attr(755,halevt,halevt) %{_localstatedir}/lib/halevt
 
 %changelog
+* Mon Jun  9 2008 Patrice Dumas <pertusus at free.fr> 0.1.0-1
+- update to 0.1.0
+
 * Sat May 24 2008 Patrice Dumas <pertusus at free.fr> 0.0.9-1
 - update to 0.0.9
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/halevt/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	24 May 2008 14:23:22 -0000	1.4
+++ sources	9 Jun 2008 11:10:53 -0000	1.5
@@ -1 +1 @@
-b705a67c3fdd8a76b97c3d3ef2db0c26  halevt-0.0.9.tar.gz
+3370e59aab46e3c60f601b1cd0a53560  halevt-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list