rpms/qbittorrent/devel qbittorrent-nox.README, NONE, 1.1 qbittorrent.spec, 1.75, 1.76

Leigh Scott leigh123linux at fedoraproject.org
Thu Jan 21 22:00:00 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7914

Modified Files:
	qbittorrent.spec 
Added Files:
	qbittorrent-nox.README 
Log Message:
* Thu Jan 21 2010 leigh scott <leigh123linux at googlemail.com> - 2.1.1-3
- add some docs to the nox package



--- NEW FILE qbittorrent-nox.README ---
qbittorrent-nox
--------------------------

  qBittorrent-nox is a version of qBittorrent that does not require X and can
  be controlled via a WebUI, thus is more suitable for headless servers.

  The Web User Interface is accessible as a default on http://localhost:8080.
  Access is secured and the default account user name is "admin" with
  "adminadmin" as a password. Please refer to qbittorrent-nox(1) manpage for
  more information.

 -- Cristian Greco <cristian at regolo.cc>  Wed, 20 Jan 2010 00:50:45 +0100


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- qbittorrent.spec	20 Jan 2010 23:27:38 -0000	1.75
+++ qbittorrent.spec	21 Jan 2010 22:00:00 -0000	1.76
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 # svn checkout -r %{svn_rev} https://qbittorrent.svn.sourceforge.net/svnroot/qbittorrent/trunk qbittorrent
@@ -12,6 +12,7 @@ Release: 2%{?dist}
 #Source0:  %{name}-%{svn_rev}svn.tar.gz
 Source0: http://downloads.sf.net/qbittorrent/%{name}-%{version}.tar.gz
 #Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}rc7.tar.gz
+Source1: qbittorrent-nox.README
 # https://bugzilla.redhat.com/show_bug.cgi?id=548491
 Patch1:  gcc.patch
 
@@ -47,6 +48,7 @@ It aims to be as fast as possible and to
 %prep
 %setup -q
 %patch1 -p1 -b .gcc
+cp -p %{SOURCE1} .
 
 %build
 # use ./configure instead of %%configure as it doesn't work
@@ -112,11 +114,15 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 %files nox
 %defattr(-,root,root,-)
+%doc qbittorrent-nox.README NEWS COPYING AUTHORS TODO Changelog
 %{_bindir}/qbittorrent-nox
 %{_mandir}/man1/qbittorrent-nox.1*
 
 
 %changelog
+* Thu Jan 21 2010 leigh scott <leigh123linux at googlemail.com> - 2.1.1-3
+- add some docs to the nox package
+
 * Wed Jan 20 2010 leigh scott <leigh123linux at googlemail.com> - 2.1.1-2
 - seperate the gui and nox build processes so debuginfo is built properly
 



More information about the scm-commits mailing list