rpms/fcron/devel fcron-3.0.4-dist_install.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 fcron.LISEZMOI, 1.2, 1.3 fcron.README, 1.2, 1.3 fcron.spec, 1.13, 1.14 sources, 1.4, 1.5

Patrice Dumas pertusus at fedoraproject.org
Thu Sep 18 11:54:04 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/fcron/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv435

Modified Files:
	.cvsignore fcron.LISEZMOI fcron.README fcron.spec sources 
Added Files:
	fcron-3.0.4-dist_install.patch 
Log Message:
* Thu Sep 18 2008 Patrice Dumas <pertusus[AT]free[DOT]fr> 3.0.4-1
  - update to 3.0.4


fcron-3.0.4-dist_install.patch:

--- NEW FILE fcron-3.0.4-dist_install.patch ---
diff -up fcron-3.0.4/Makefile.in.dist_install fcron-3.0.4/Makefile.in
--- fcron-3.0.4/Makefile.in.dist_install	2007-11-08 10:02:41.000000000 +0100
+++ fcron-3.0.4/Makefile.in	2008-09-18 12:44:47.000000000 +0200
@@ -131,11 +131,6 @@ endif
 
 install-staged: all
 
-# needed by boot-install script :
-	echo `fcron -V 2>&1 | grep "^fcron "` > PREVIOUS_VERSION && chmod a+rw PREVIOUS_VERSION
-
-	$(SRCDIR)/script/user-group $(USERNAME) $(GROUPNAME) $(ANSWERALL) $(SRCDIR)
-
 # check if the directories we use exist, and if not, create them
 	if test ! -d $(DESTDIR)$(DESTSBIN); then $(INSTALL) -m 755 -d $(DESTDIR)$(DESTSBIN) ; fi
 	if test ! -d $(DESTDIR)$(DESTBIN); then $(INSTALL) -m 755 -d $(DESTDIR)$(DESTBIN) ; fi
@@ -153,6 +148,10 @@ ifeq ($(FCRONDYN), 1)
 endif
 	if test ! -f $(DESTDIR)$(ETC)/fcron.allow -a ! -f $(DESTDIR)$(ETC)/fcron.deny ; then $(INSTALL) -m 644 $(SRCDIR)/files/fcron.allow $(DESTDIR)$(ETC) ; $(INSTALL) -m 644 $(SRCDIR)/files/fcron.deny $(DESTDIR)$(ETC) ; fi
 	test -f $(DESTDIR)$(ETC)/fcron.conf || $(INSTALL) -m 644 $(SRCDIR)/files/fcron.conf $(DESTDIR)$(ETC)
+# We are using PAM, so, install relevent files
+	$(INSTALL) -m 755 -d $(DESTDIR)$(ETC)/pam.d
+	$(INSTALL) -m 644 files/fcron.pam $(DESTDIR)$(ETC)/pam.d/fcron
+	$(INSTALL) -m 644 files/fcrontab.pam $(DESTDIR)$(ETC)/pam.d/fcrontab
 
 	make -C doc install-staged
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fcron/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Jul 2007 13:10:52 -0000	1.4
+++ .cvsignore	18 Sep 2008 11:53:33 -0000	1.5
@@ -1 +1 @@
-fcron-3.0.3.src.tar.gz
+fcron-3.0.4.src.tar.gz


Index: fcron.LISEZMOI
===================================================================
RCS file: /cvs/extras/rpms/fcron/devel/fcron.LISEZMOI,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fcron.LISEZMOI	12 Oct 2006 07:46:24 -0000	1.2
+++ fcron.LISEZMOI	18 Sep 2008 11:53:33 -0000	1.3
@@ -3,7 +3,7 @@
 
   chkconfig --level 2345 fcron on
 
-Vous pouvez souhaiter utiliser les crontabs fournies par le paquet Fedora
+Vous pouvez souhaiter utiliser les crontabs fournies par le paquet
 « crontabs ». C'est possible, fcron reconnait le format de ces crontabs.
 Dans ce cas, en mode super utilisateur, il vous suffit de taper la commande :
 


Index: fcron.README
===================================================================
RCS file: /cvs/extras/rpms/fcron/devel/fcron.README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fcron.README	12 Oct 2006 07:46:24 -0000	1.2
+++ fcron.README	18 Sep 2008 11:53:33 -0000	1.3
@@ -2,7 +2,7 @@
 
   chkconfig --level 2345 fcron on
 
-You can use crontabs provided by the Fedora package "crontabs", fcron knows
+You can use crontabs provided by the package "crontabs", fcron knows
 how to deal with this format. As superuser, enter the following command:
 
   fcrontab /etc/crontab


Index: fcron.spec
===================================================================
RCS file: /cvs/extras/rpms/fcron/devel/fcron.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fcron.spec	19 Feb 2008 01:35:20 -0000	1.13
+++ fcron.spec	18 Sep 2008 11:53:33 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		fcron
-Version:	3.0.3
-Release:	4%{?dist}
+Version:	3.0.4
+Release:	1%{?dist}
 Summary:	A task scheduler
 Summary(fr):	Un ordonnanceur de tâches
 Summary(it):	Uno schedulatore di processi
@@ -11,7 +11,7 @@
 Source0:	http://fcron.free.fr/archives/%{name}-%{version}.src.tar.gz
 Source1:	fcron.README
 Source2:	fcron.LISEZMOI
-Patch0:		fcron-3.0.3-Makefile.in.fedora_install.patch
+Patch0:		fcron-3.0.4-dist_install.patch
 #Patch1:		fcron-3.0.1-doc_Makefile.in.fedora_install.patch
 #Patch2:		fcron-3.0.1-configure.fedora.patch
 Patch3:		fcron-3.0.2-accept_readable_fcron.conf.patch
@@ -27,9 +27,9 @@
 BuildRequires:	/usr/sbin/sendmail
 BuildRequires:	vim-minimal
 
-Requires(pre):    /usr/sbin/useradd
-Requires(post):   /sbin/chkconfig, /sbin/service
-Requires(preun):  /sbin/chkconfig, /sbin/service
+Requires(pre):		/usr/sbin/useradd
+Requires(post):		/sbin/chkconfig, /sbin/service
+Requires(preun):	/sbin/chkconfig, /sbin/service
 
 %description
 Fcron is a scheduler. It aims at replacing Vixie Cron, so it implements most
@@ -79,15 +79,21 @@
 
 %setup -q
 
-%{__install} -pm 644 %{SOURCE1} README.Fedora
-%{__install} -pm 644 %{SOURCE2} LISEZMOI.Fedora
+%{__install} -pm 644 %{SOURCE1} README.Dist
+%{__install} -pm 644 %{SOURCE2} LISEZMOI.Dist
 
-%patch0 -p0
+%patch0 -p1 -b .dist_install
 #%patch1 -p0
 #%patch2 -p0
-%patch3 -p0
+%patch3 -p0 -b .accept_readable_fcron
 #%patch4 -p0
 
+for file in doc/en/txt/*.txt; do
+ iconv -f latin1 -t utf8 < $file > $file.new
+ touch -c -r $file $file.new
+ mv $file.new $file
+done
+
 %build
 
 %configure --with-boot-install=no
@@ -164,7 +170,7 @@
 %files
 %defattr(-,root,root,-)
 %doc doc/en/HTML/ doc/fr/HTML-fr/ doc/en/txt/*
-%doc README.Fedora LISEZMOI.Fedora
+%doc README.Dist LISEZMOI.Dist
 %{_initrddir}/fcron
 %config(noreplace) %{_sysconfdir}/fcron.conf
 %config(noreplace) %{_sysconfdir}/fcron.allow
@@ -186,6 +192,9 @@
 %ghost %{_localstatedir}/run/fcron.pid
 
 %changelog
+* Thu Sep 18 2008 Patrice Dumas <pertusus[AT]free[DOT]fr> 3.0.4-1
+  - update to 3.0.4
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.0.3-4
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fcron/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	6 Jul 2007 13:10:52 -0000	1.4
+++ sources	18 Sep 2008 11:53:33 -0000	1.5
@@ -1 +1 @@
-c85e6eecd0564f37658ae250a491fd31  fcron-3.0.3.src.tar.gz
+5a26a1dfd91fdc7e87401e98aef870e6  fcron-3.0.4.src.tar.gz




More information about the fedora-extras-commits mailing list