rpms/rudesocket/F-7 rudesocket.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matt Flood (homeless) fedora-extras-commits at redhat.com
Thu Jan 31 18:57:38 UTC 2008


Author: homeless

Update of /cvs/pkgs/rpms/rudesocket/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv868/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	rudesocket.spec 
Log Message:
first import to F-7


--- NEW FILE rudesocket.spec ---
Name:           rudesocket
Version:        1.2.0
Release:        1%{?dist}
Summary:        Library (C++ API) for creating client sockets

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://www.rudeserver.com/socket
Source0:        http://homeless.fedorapeople.org/rudesocket/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  openssl-devel
Requires:       openssl

%description
%{name} is a library provides client socket services to an application.
In addition to normal and SSL TCP connections, it supports 
proxies, SOCK4 and SOCKS5 servers. Furthermore, it allows you 
to chain proxies together.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
%{name} is a library provides client socket services to an application.
In addition to normal and SSL TCP connections, it supports 
proxies, SOCK4 and SOCKS5 servers. Furthermore, it allows you 
to chain proxies together. The %{name}-devel package 
contains libraries, header files, and documentation needed 
to develop C++ applications using %{name}. 

%prep
%setup -q

%build
%configure --disable-static --with-openssl
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README NEWS ChangeLog
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc 
%dir %{_includedir}/rude
%{_includedir}/rude/socket.h
%{_libdir}/*.so
%{_mandir}/man3/*

%changelog

* Tue Jan 29 2008 Matt Flood <matt at rudeserver.com>
- 1.2.0-1
- Modified source code to facilitate windows builds
- Instead of configuring build to use openssl by default, 
  it now requires ./configure --with-openssl to include 
  openssl functionality

* Tue Jan 08 2008 Matt Flood <matt at rudeserver.com>
- 1.1.0-3
- Minor changes to build scripts

* Tue May 29 2007 Matt Flood <matt at rudeserver.com>
- 1.1.0-2
- Added Man Page
- Minor changes to build scripts

* Thu Apr 10 2006 Matt Flood <matt at rudeserver.com>
- 1.1.0-1
- First RPM Release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rudesocket/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jan 2008 17:56:41 -0000	1.1
+++ .cvsignore	31 Jan 2008 18:57:03 -0000	1.2
@@ -0,0 +1 @@
+rudesocket-1.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rudesocket/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jan 2008 17:56:41 -0000	1.1
+++ sources	31 Jan 2008 18:57:03 -0000	1.2
@@ -0,0 +1 @@
+67f07f0c434ab8262157e7f5bbeb59dd  rudesocket-1.2.0.tar.bz2




More information about the fedora-extras-commits mailing list