[wlmproxy/f15] Update to snapshot 20110630gite9e6af2

William Lima poetinha at fedoraproject.org
Thu Jun 30 17:20:16 UTC 2011


commit 40d26a5d2a12f22708fa80e71ed4848156e35d9f
Author: William Lima <wlima at primate.com.br>
Date:   Thu Jun 30 14:20:04 2011 -0300

    Update to snapshot 20110630gite9e6af2

 .gitignore    |    1 +
 sources       |    2 +-
 wlmproxy.spec |   18 +++++++++---------
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efaeedd..a4ad765 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /wlmproxy-0.1.2.tar.gz
 /wlmproxy-0.1.3-20110521git67984d2.tar.gz
+/wlmproxy-0.2.0-20110630gite9e6af2.tar.gz
diff --git a/sources b/sources
index e63164b..03734ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d949d0ce686984f722f4321b8c77723a  wlmproxy-0.1.3-20110521git67984d2.tar.gz
+acc63f50f89a336724b593902d772bae  wlmproxy-0.2.0-20110630gite9e6af2.tar.gz
diff --git a/wlmproxy.spec b/wlmproxy.spec
index 5a734ca..92fbef4 100644
--- a/wlmproxy.spec
+++ b/wlmproxy.spec
@@ -1,10 +1,10 @@
-%define gitdate 20110521
-%define git_version 67984d2
+%define gitdate 20110630
+%define git_version e9e6af2
 
 %define snapshot %{gitdate}git%{git_version}
 
 Name:           wlmproxy
-Version:        0.1.3
+Version:        0.2.0
 Release:        0.1.%{snapshot}%{?dist}
 Summary:        An advanced proxy for the MSN Messenger protocol
 
@@ -15,7 +15,7 @@ URL:            http://wlmproxy.org
 # following commands to generate the tarball:
 #  git clone -b libevent2 https://github.com/poetinha/wlmproxy.git
 #  cd wlmproxy
-#  git archive --format=tar --prefix=wlmproxy-0.1.3/ 67984d2 | gzip -n >wlmproxy-0.1.3-20110521git67984d2.tar.gz
+#  git archive --format=tar --prefix=wlmproxy-0.2.0/ e9e6af2 | gzip -n >wlmproxy-0.2.0-20110630gite9e6af2.tar.gz
 Source0:        %{name}-%{version}-%{snapshot}.tar.gz
 Source1:        %{name}.tmpfiles.d
 
@@ -56,13 +56,10 @@ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/%{name}.conf
 %endif
 
 install -p -m 755 wlmproxy $RPM_BUILD_ROOT%{_sbindir}
+install -p -m 644 extras/wlmproxy.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}
 install -p -m 755 extras/wlmproxy.init $RPM_BUILD_ROOT%{_initrddir}/%{name}
 install -p -m 640 wlmproxy.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 
-cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}
-OPTS="-u wlmproxy -F /var/run/wlmproxy/wlmproxy.pid"
-EOF
-
 %pre
 getent group wlmproxy >/dev/null || groupadd -r wlmproxy
 getent passwd wlmproxy >/dev/null || \
@@ -82,7 +79,7 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog create_mysql.sql LICENSE README TODO
-%attr(644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
+%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %{_initrddir}/%{name}
 %if 0%{?fedora} >= 15
 %config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
@@ -93,6 +90,9 @@ fi
 %{_sbindir}/*
 
 %changelog
+* Thu Jun 30 2011 William Lima <wlima at primate.com.br> - 0.2.0-0.1.20110630gite9e6af2
+- Update to snapshot 20110630gite9e6af2
+
 * Sat May 21 2011 William Lima <wlima at primate.com.br> - 0.1.3-0.1.20110521git67984d2
 - Update to snapshot 20110521git67984d2
 


More information about the scm-commits mailing list