rpms/opendchub/F-12 import.log, NONE, 1.1 opendchub.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Roshan Singh roshansingh at fedoraproject.org
Wed Jan 13 06:26:13 UTC 2010


Author: roshansingh

Update of /cvs/pkgs/rpms/opendchub/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28821/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log opendchub.spec 
Log Message:
initial import F-12



--- NEW FILE import.log ---
opendchub-0_8_1-5_fc12:F-12:opendchub-0.8.1-5.fc12.src.rpm:1263363786


--- NEW FILE opendchub.spec ---
Name:		opendchub
Version:	0.8.1
Release:	5%{?dist}
Summary:	An Open Source Linux/Unix version of the hub software for Direct Connect

Group:		Applications/Internet
License:	GPLv2+
URL:		http://opendchub.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		opendchub-0.8.1-configure.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	perl(ExtUtils::Embed), libcap-devel, automake

%description
Opendchub is the hub software for Direct Connect P2P network.

%prep
%setup -q
%patch0 -p0 -b .configure
aclocal
autoconf
automake
autoheader

touch -r configure \
 config.h.in \
 Makefile.in \
 aclocal.m4


%build
%configure --enable-switch_user
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO Samplescripts
%{_bindir}/opendchub


%changelog
* Sat Jan 9 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.8.1-5
- Added automake to BR, fixed the autoheader issue

* Thu Jan 7 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.8.1-4
- Changed BR to include perl specific changes
- patch made for configure to remove directories created in $HOME

* Sun Jan 3 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.8.1-3
- Changed Group to a more appropriate one

* Sun Jan 3 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.8.1-2
- Removed glibc-devel and added perl-devel to BR and changed configure

* Sat Jan 2 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.8.1-1
- First RPM for opendchub


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/opendchub/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Jan 2010 06:31:29 -0000	1.1
+++ .cvsignore	13 Jan 2010 06:26:12 -0000	1.2
@@ -0,0 +1 @@
+opendchub-0.8.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/opendchub/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Jan 2010 06:31:29 -0000	1.1
+++ sources	13 Jan 2010 06:26:12 -0000	1.2
@@ -0,0 +1 @@
+51f3610dddc380d515a34b446bad92ef  opendchub-0.8.1.tar.gz



More information about the scm-commits mailing list