rpms/gearmand/devel .cvsignore, 1.3, 1.4 gearmand.spec, 1.5, 1.6 sources, 1.3, 1.4

Ruben Kerkhof ruben at fedoraproject.org
Mon Jun 22 11:37:26 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/gearmand/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3806

Modified Files:
	.cvsignore gearmand.spec sources 
Log Message:
* Mon Jun 22 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.7-1
- Upstream released new version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gearmand/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	20 May 2009 11:40:48 -0000	1.3
+++ .cvsignore	22 Jun 2009 11:36:56 -0000	1.4
@@ -1 +1 @@
-gearmand-0.6.tar.gz
+gearmand-0.7.tar.gz


Index: gearmand.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gearmand/devel/gearmand.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gearmand.spec	22 Jun 2009 11:25:12 -0000	1.5
+++ gearmand.spec	22 Jun 2009 11:36:56 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           gearmand
-Version:        0.6
-Release:        3%{?dist}
+Version:        0.7
+Release:        1%{?dist}
 Summary:        A distributed job system
 
 Group:          System Environment/Daemons
@@ -18,8 +18,8 @@ BuildRequires:  libevent-devel, e2fsprog
 BuildRequires: google-perftools-devel
 %endif
 Requires(pre):   %{_sbindir}/useradd
-Requires(post):  /sbin/chkconfig
-Requires(preun): /sbin/service, /sbin/chkconfig
+Requires(post):  chkconfig
+Requires(preun): chkconfig, initscripts
 Requires:        procps
 
 %description
@@ -54,8 +54,8 @@ Development libraries for %{name}
 
 
 %build
-%ifarch ppc64
-# no tcmalloc on ppc64
+%ifarch ppc64 sparc64
+# no tcmalloc
 %configure --disable-static
 %else
 %configure --disable-static --enable-tcmalloc
@@ -70,7 +70,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 rm -v %{buildroot}%{_libdir}/libgearman.la
-install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_initrddir}/gearmand
+install -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/gearmand
 install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/gearmand
 mkdir -p %{buildroot}/var/run/gearmand
 
@@ -110,6 +110,7 @@ fi
 %{_bindir}/gearman
 %{_initrddir}/gearmand
 %{_mandir}/man1/gearman.1.gz
+%{_mandir}/man8/gearmand.8.gz
 
 
 %files -n libgearman-devel
@@ -128,6 +129,9 @@ fi
 
 
 %changelog
+* Mon Jun 22 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.7-1
+- Upstream released new version
+
 * Mon Jun 22 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.6-3
 - Don't build with tcmalloc on sparc64
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gearmand/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	20 May 2009 11:40:48 -0000	1.3
+++ sources	22 Jun 2009 11:36:56 -0000	1.4
@@ -1 +1 @@
-1dd233cc4c64cbc73702131c593cad7f  gearmand-0.6.tar.gz
+6c799135cf00f3a7cfe9a39d51856b89  gearmand-0.7.tar.gz




More information about the fedora-extras-commits mailing list