rpms/net6/devel net6.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Oct 2 22:22:13 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/net6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16794/devel

Modified Files:
	.cvsignore sources 
Added Files:
	net6.spec 
Log Message:
auto-import net6-1.1.0-2 on branch devel from net6-1.1.0-2.src.rpm


--- NEW FILE net6.spec ---
Name:           net6
Version:        1.1.0
Release:        2
Summary:        A TCP protocol abstraction for library C++

Group:          Development/Libraries
License:        GPL
URL:            http://releases.0x539.de/net6/
Source0:        http://releases.0x539.de/net6/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libsigc++20-devel

%description
net6 is a library which eases the development of network-based applications
as it provides a TCP protocol abstraction for C++. It is portable to both
the Windows and Unix-like platforms.


%package devel
Summary:        Development libraries for net6
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig, libsigc++20-devel

%description devel
net6 is a library which eases the development of network-based applications
as it provides a TCP protocol abstraction for C++. It is portable to both
the Windows and Unix-like platforms.

This package contains the header files for the use of the net6 development
library.


%prep
%setup -q


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


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.la

%find_lang %name


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


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

%files devel
%{_includedir}/net6
%{_libdir}/*.so
%{_libdir}/pkgconfig/*


%changelog
* Fri Sep 30 2005 Luke Macken <lmacken at redhat.com> - 1.1.0-2
- Use find_lang macro
- Add pkg-config to -devel Requires

* Thu Sep 29 2005 Luke Macken <lmacken at redhat.com> - 1.1.0-1
- Packaged for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/net6/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2005 21:31:28 -0000	1.1
+++ .cvsignore	2 Oct 2005 22:22:10 -0000	1.2
@@ -0,0 +1 @@
+net6-1.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/net6/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2005 21:31:28 -0000	1.1
+++ sources	2 Oct 2005 22:22:10 -0000	1.2
@@ -0,0 +1 @@
+522229474ff554a4ce883002011d0fbb  net6-1.1.0.tar.gz




More information about the fedora-extras-commits mailing list