packages: iaxmodem/iaxmodem.spec - up to 1.2.0

chomar chomar at pld-linux.org
Tue Sep 29 17:01:07 CEST 2009


Author: chomar                       Date: Tue Sep 29 15:01:07 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.2.0

---- Files affected:
packages/iaxmodem:
   iaxmodem.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/iaxmodem/iaxmodem.spec
diff -u packages/iaxmodem/iaxmodem.spec:1.3 packages/iaxmodem/iaxmodem.spec:1.4
--- packages/iaxmodem/iaxmodem.spec:1.3	Thu Jan  3 15:06:00 2008
+++ packages/iaxmodem/iaxmodem.spec	Tue Sep 29 17:01:01 2009
@@ -2,20 +2,20 @@
 Summary:	IAX software fax modem
 Summary(pl.UTF-8):	Programowy faxmodem komunikujący się za pomocą protokołu IAX
 Name:		iaxmodem
-Version:	0.3.1
+Version:	1.2.0
 Release:	1
 License:	GPL
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/iaxmodem/%{name}-%{version}.tar.gz
-# Source0-md5:	de2d1ca6ed6e864ad50f92dfa0933772
+# Source0-md5:	f8b26cfeed188e5c1dcbc5ae5ef923b3
 Source2:	%{name}.init
 Source3:	%{name}-sysconfig
 Source4:	%{name}.ttyIAX
-Patch0:		%{name}.as-needed.patch
 URL:		http://iaxmodem.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires(post,preun):   /sbin/chkconfig
 
 %description
 IAXmodem is a software modem written in C that uses an IAX channel
@@ -29,7 +29,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 ./build static
@@ -51,6 +50,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+echo "Please check your new iax entry in /etc/iaxmodem/ttyIAX is correct."
+/sbin/chkconfig --add iaxmodem
+%service iaxmodem restart
+
+%preun
+%service iaxmodem stop
+/sbin/chkconfig --del iaxmodem
+
 %files
 %defattr(644,root,root,755)
 %doc TODO README FAQ CHANGES *.ttyIAX
@@ -69,6 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/09/29 15:01:01  chomar
+- up to 1.2.0
+
 Revision 1.3  2008/01/03 14:06:00  qboosh
 - more cleanups
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iaxmodem/iaxmodem.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list