rpms/inadyn/devel README.inadyn,NONE,1.1 inadyn.spec,1.7,1.8

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Tue May 3 17:57:01 UTC 2005


Author: s4504kr

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

Modified Files:
	inadyn.spec 
Added Files:
	README.inadyn 
Log Message:


  Description:
    Add special notes about usage of inadyn.





--- NEW FILE README.inadyn ---
Usage Notes:

Before you can use inadyn, you have to create an account by a
DynDNS provider. Then you have to create the hostname, you want
to use, via the web interface of the DynDNS provider for the
first time.

Then you may enter you username, your password and the hostname, you 
want to use, into /etc/inadyn.conf.



Index: inadyn.spec
===================================================================
RCS file: /cvs/extras/rpms/inadyn/devel/inadyn.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- inadyn.spec	3 May 2005 15:43:42 -0000	1.7
+++ inadyn.spec	3 May 2005 17:56:58 -0000	1.8
@@ -1,6 +1,7 @@
 Name:           inadyn
 Version:        1.90
-Release:        9
+Release:        10
+
 Summary:        Dynamic DNS Client
 
 Group:          System Environment/Daemons
@@ -9,6 +10,7 @@
 Source0:        http://inadyn.ina-tech.net/inadyn.v%{version}.zip
 Source1:        inadyn.conf
 Source2:        inadyn.init
+Source3:        README.inadyn
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post):  /sbin/chkconfig
@@ -29,6 +31,8 @@
 make -f makefile.linux CFLAGS="$RPM_OPT_FLAGS"
 
 %install
+cp -f %{SOURCE3} README.Fedora
+
 rm -rf $RPM_BUILD_ROOT
 
 mkdir -p $RPM_BUILD_ROOT%{_sbindir}
@@ -69,7 +73,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc readme.html
+%doc readme.html README.Fedora
 %{_sbindir}/inadyn
 %{_mandir}/man*/*
 %attr(0755,root,root) %{_initrddir}/inadyn
@@ -77,6 +81,7 @@
 
 %changelog
 * Tue May  3 2005 Jochen Schmitt <Jochen herr-schmitt de> 1.90-9
+- And special usage notes
 - Use of /sbin/service to manage initscript in scriptlet
 - Modify initscript, becouse bash don't return PID
 




More information about the fedora-extras-commits mailing list