rpms/ss5/devel .cvsignore,1.2,1.3 sources,1.2,1.3 ss5.spec,1.7,1.8

Tom Callaway spot at fedoraproject.org
Fri Sep 5 20:18:29 UTC 2008


Author: spot

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

Modified Files:
	.cvsignore sources ss5.spec 
Log Message:
fix license tag, update to 3.6.4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ss5/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 Jun 2006 18:23:26 -0000	1.2
+++ .cvsignore	5 Sep 2008 20:17:59 -0000	1.3
@@ -1 +1 @@
-ss5-3.5.9-1.tar.gz
+ss5-3.6.4-3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ss5/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 Jun 2006 18:23:26 -0000	1.2
+++ sources	5 Sep 2008 20:17:59 -0000	1.3
@@ -1 +1 @@
-c75ec9a9b3060cc5bfc58343da6a05e8  ss5-3.5.9-1.tar.gz
+9d9b27a538747d397fadf4bd2b897f6f  ss5-3.6.4-3.tar.gz


Index: ss5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ss5/devel/ss5.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ss5.spec	19 Feb 2008 15:24:04 -0000	1.7
+++ ss5.spec	5 Sep 2008 20:17:59 -0000	1.8
@@ -1,24 +1,25 @@
 Summary: Socks Server 5 
 Name: ss5
-Version: 3.5.9
-Release: 7
-License: GPL 
+Version: 3.6.4
+Release: 1%{?dist}
+License: GPLv2+
 Group: Applications/Internet
 URL: http://sourceforge.net/projects/ss5
-Source: http://prdownloads.sourceforge.net/ss5/ss5-3.5.9-1.tar.gz
+Source: http://prdownloads.sourceforge.net/ss5/ss5-%{version}-3.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openldap-devel pam-devel
+Requires(post): chkconfig
+Requires(preun): chkconfig, initscripts
 
 %description
 ss5 is a socks server, which supports both SOCKS4 and SOCKS5 protocols,
 that runs on Linux/Solaris platforms. 
 
 %prep
-%setup
+%setup -q
 
 %build
-
-./configure --with-libpath=%{_libdir} 
+%configure --with-libpath=%{_libdir} 
 make %{?_smp_mflags}
 
 %install
@@ -41,26 +42,28 @@
 fi
 
 %files
-%defattr(755,root,root)
+%defattr(755,root,root,-)
 %{_sbindir}/ss5
 %{_initrddir}/ss5
 %{_libdir}/ss5/
 
-%defattr(644,root,root)
+%defattr(644,root,root,-)
 %dir %{_docdir}/ss5
 %{_docdir}/ss5/License
 %{_docdir}/ss5/README.pam
 %dir %{_docdir}/ss5/examples
 %{_docdir}/ss5/examples/ss5.pam
 %{_docdir}/ss5/README.ldap
+%{_docdir}/ss5/README.balamgr
+%{_docdir}/ss5/README.statmgr
 %{_docdir}/ss5/examples/slapd.conf
 %{_docdir}/ss5/examples/entries.ldif
 
 %{_mandir}/man1/ss5.1.gz
 %{_mandir}/man5/ss5.passwd.5.gz
-%{_mandir}/man5/ss5.peers.5.gz
 %{_mandir}/man5/ss5.conf.5.gz
 %{_mandir}/man5/ss5.pam.5.gz
+%{_mandir}/man5/ss5.ha.5.gz
 
 %defattr(755,root,root)
 %{_localstatedir}/log/ss5
@@ -70,8 +73,13 @@
 %config(noreplace) %{_sysconfdir}/opt/ss5/ss5.conf
 %config(noreplace) %{_sysconfdir}/opt/ss5/ss5.passwd
 %config(noreplace) %{_sysconfdir}/pam.d/ss5
+%doc ChangeLog
 
 %changelog
+* Fri Sep  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.6.4-1
+- fix license tag
+- update to 3.6.4
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.5.9-7
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list