rpms/aria2/devel import.log, NONE, 1.1 .cvsignore, 1.8, 1.9 aria2.spec, 1.12, 1.13 sources, 1.8, 1.9 aria2-0.12.0-gcc43.patch, 1.1, NONE

Michał Bentkowski ecik at fedoraproject.org
Fri Dec 5 15:36:17 UTC 2008


Author: ecik

Update of /cvs/extras/rpms/aria2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3126/devel

Modified Files:
	.cvsignore aria2.spec sources 
Added Files:
	import.log 
Removed Files:
	aria2-0.12.0-gcc43.patch 
Log Message:
1.0.1



--- NEW FILE import.log ---
aria2-1_0_1-1_fc9:HEAD:aria2-1.0.1-1.fc9.src.rpm:1228490650


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aria2/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	31 Dec 2007 19:41:48 -0000	1.8
+++ .cvsignore	5 Dec 2008 15:35:47 -0000	1.9
@@ -1 +1 @@
-aria2-0.12.0.tar.bz2
+aria2c-1.0.1.tar.bz2


Index: aria2.spec
===================================================================
RCS file: /cvs/extras/rpms/aria2/devel/aria2.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- aria2.spec	24 Jun 2008 11:53:27 -0000	1.12
+++ aria2.spec	5 Dec 2008 15:35:47 -0000	1.13
@@ -1,17 +1,19 @@
+%define binname aria2c
+
 Name:           aria2
-Version:        0.12.0
-Release:        5%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        High speed download utility with resuming and segmented downloading
 Group:          Applications/Internet
 License:        GPLv2
 URL:            http://aria2.sourceforge.net/
-Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-Patch0:         aria2-0.12.0-gcc43.patch
+Source0:        http://downloads.sourceforge.net/%{binname}/%{binname}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  bison
 BuildRequires:  c-ares-devel cppunit-devel
 BuildRequires:  gettext gnutls-devel
 BuildRequires:  libgcrypt-devel libxml2-devel
+BuildRequires:  sqlite-devel
 
 %description
 aria2 is a download utility with resuming and segmented downloading.
@@ -34,16 +36,21 @@
 - Limiting download/upload speed
 
 %prep
-%setup -q
-%patch0
+%setup -q -n %{binname}-%{version}
 
 %build
 %configure --enable-bittorrent \
            --enable-metalink \
+           --enable-epoll\
            --disable-rpath \
            --with-gnutls \
            --with-libcares \
-           --with-libxml2
+           --with-libxml2 \
+           --with-openssl \
+           --with-libz \
+           --with-sqlite3 \
+           --disable-dependency-tracking \
+
 
 make %{?_smp_mflags}
 
@@ -53,6 +60,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang aria2c
 rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{binname}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,8 +68,8 @@
 
 %files -f aria2c.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README TODO
-%{_bindir}/aria2c
+%doc AUTHORS ChangeLog COPYING README doc/aria2c.1.html
+%{_bindir}/%{binname}
 %{_mandir}/man*/*
 
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aria2/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	31 Dec 2007 19:41:48 -0000	1.8
+++ sources	5 Dec 2008 15:35:47 -0000	1.9
@@ -1 +1 @@
-18e600d6f720a1cb96959b182fe5a754  aria2-0.12.0.tar.bz2
+50d804451022d9f9fd03cc34d0862c1e  aria2c-1.0.1.tar.bz2


--- aria2-0.12.0-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list