rpms/aria2/F-8 import.log, NONE, 1.1 .cvsignore, 1.8, 1.9 aria2.spec, 1.7, 1.8 sources, 1.8, 1.9

Michał Bentkowski ecik at fedoraproject.org
Fri Dec 5 16:11:01 UTC 2008


Author: ecik

Update of /cvs/extras/rpms/aria2/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9844/F-8

Modified Files:
	.cvsignore aria2.spec sources 
Added Files:
	import.log 
Log Message:
* Fri Dec 05 2008 Michał Bentkowski <mr.ecik at gmail.com> - 1.0.1-2
- New version, 1.0.1
- Forgot to add changelog in last release...




--- NEW FILE import.log ---
aria2-1_0_1-2_fc9:F-8:aria2-1.0.1-2.fc9.src.rpm:1228493390


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aria2/F-8/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	31 Dec 2007 20:03:29 -0000	1.8
+++ .cvsignore	5 Dec 2008 16:10:31 -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/F-8/aria2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- aria2.spec	31 Dec 2007 20:03:29 -0000	1.7
+++ aria2.spec	5 Dec 2008 16:10:31 -0000	1.8
@@ -1,16 +1,19 @@
+%define binname aria2c
+
 Name:           aria2
-Version:        0.12.0
+Version:        1.0.1
 Release:        2%{?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
+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.
@@ -33,16 +36,21 @@
 - Limiting download/upload speed
 
 %prep
-%setup -q
-
+%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}
 
@@ -52,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
@@ -59,13 +68,26 @@
 
 %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*/*
 
 
 
 %changelog
+* Fri Dec 05 2008 Michał Bentkowski <mr.ecik at gmail.com> - 1.0.1-2
+- New version, 1.0.1
+- Forgot to add changelog in last release...
+
+* Tue Jun 24 2008 Tomas Mraz <tmraz at redhat.com> - 0.12.0-5
+- rebuild with new gnutls
+
+* Fri Feb 22 2008 Michał Bentkowski <mr.ecik at gmail.com> - 0.12.0-4
+- Add patch
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.12.0-3
+- Autorebuild for GCC 4.3
+
 * Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 0.12.0-2
 - Get rid of odd locale.alias
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aria2/F-8/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	31 Dec 2007 20:03:29 -0000	1.8
+++ sources	5 Dec 2008 16:10:31 -0000	1.9
@@ -1 +1 @@
-18e600d6f720a1cb96959b182fe5a754  aria2-0.12.0.tar.bz2
+50d804451022d9f9fd03cc34d0862c1e  aria2c-1.0.1.tar.bz2




More information about the fedora-extras-commits mailing list