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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Oct 3 15:41:18 UTC 2005


Author: lmacken

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

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


--- NEW FILE dclib.spec ---
Name:           dclib
Version:        0.3.7
Release:        2
Summary:        Direct Connect file sharing library

Group:          Applications/Internet
License:        GPL
URL:            http://dcgui.berlios.de/
Source0:        http://download.berlios.de/dcgui/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libxml2-devel, openssl-devel, bzip2-devel

%description
This library implements the Direct Connect file sharing protocol.  The package
contains the library required for running programs based on dclib.


%package devel
Summary:        Development libraries for Direct Connect
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig


%description devel
This library implements the Direct Connect file sharing protocol.
The package contains the C++ headers and library to compile programs based
on dclib.


%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


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


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

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/dclib.pc
%{_includedir}/dclib
%{_libdir}/*.so


%changelog
* Sun Oct 02 2005 Luke Macken <lmacken at redhat.com> 0.3.7-2
- Add documentation and license to package
- Set defattr and fix Requires in the devel package

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dclib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Oct 2005 15:40:40 -0000	1.1
+++ .cvsignore	3 Oct 2005 15:41:16 -0000	1.2
@@ -0,0 +1 @@
+dclib-0.3.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dclib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Oct 2005 15:40:40 -0000	1.1
+++ sources	3 Oct 2005 15:41:16 -0000	1.2
@@ -0,0 +1 @@
+7d9bfdffe7e088927d81dfd427d5e43d  dclib-0.3.7.tar.gz




More information about the fedora-extras-commits mailing list