rpms/qbittorrent/F-10 import.log, NONE, 1.1 qbittorrent.spec, NONE, 1.1 qbittorrent_flag.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Leigh Scott leigh123linux at fedoraproject.org
Wed Feb 11 07:18:27 UTC 2009


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31498/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log qbittorrent.spec qbittorrent_flag.patch 
Log Message:



--- NEW FILE import.log ---
qbittorrent-1_2_1-2_fc10:F-10:qbittorrent-1.2.1-2.fc10.src.rpm:1234336690


--- NEW FILE qbittorrent.spec ---
Name: qbittorrent
Summary: A Bittorrent Client 
Version: 1.2.1
Release: 2%{dist}
Source0: http://downloads.sf.net/qbittorrent/qbittorrent-1.2.1.tar.gz
Patch0:  qbittorrent_flag.patch
URL: http://sourceforge.net/projects/qbittorrent
Group: Applications/Internet
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPLv2+
BuildRequires: qt-devel >= 4.4.1   
BuildRequires:  desktop-file-utils
BuildRequires:  boost-devel
BuildRequires:  asio-devel
BuildRequires:  zziplib-devel
BuildRequires:  rb_libtorrent-devel >= 0.13.1
BuildRequires:  curl-devel


%description
A Bittorrent client using rb_libtorrent and a Qt4 Graphical User Interface.
It aims to be as fast as possible and to provide multi-OS, unicode support.

%prep
%setup -q
%patch0 -p1 -b qbittorrent_flag

%build
# use ./configure instead of %%configure as it doesn't work
CFLAGS="%optflags" CXXFLAGS="%optflags" \
./configure --prefix=%{_prefix} \
            --disable-libmagick         
make %{?_smp_mflags} 

%install
rm -rf $RPM_BUILD_ROOT
make INSTALL_ROOT=$RPM_BUILD_ROOT install


desktop-file-install --vendor="" \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \
  --delete-original \
        $RPM_BUILD_ROOT%{_datadir}/applications/qBittorrent.desktop



%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
update-mime-database %{_datadir}/mime &> /dev/null || :


%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
update-mime-database %{_datadir}/mime &> /dev/null || :


%files
%defattr(-, root, root, -)
%doc README NEWS COPYING AUTHORS TODO Changelog
%{_mandir}/man1/qbittorrent.1*
%{_bindir}/%{name}
%{_datadir}/applications/qBittorrent.desktop
%{_datadir}/icons/hicolor/*/apps/qbittorrent.png

%changelog
* Tue Feb 10 2009  Leigh Scott <leigh123linux at googlemail.com> - 1.2.1-2
- clean up spec file.

* Thu Nov 13 2008 Leigh Scott <leigh123linux at googlemail.com> - 1.2.1-1
- update version

* Tue Nov 4 2008 Leigh Scott <leigh123linux at googlemail.com> - 1.2.0-2
- add requires qbittorrent-release

* Tue Nov 4 2008 Leigh Scott <leigh123linux at googlemail.com> - 1.2.0-1
- update version

* Thu Oct 9 2008 Leigh Scott <leigh123linux at googlemail.com> - 1.1.4-5
- rebuild against the rebuilt rb_libtorrent package

* Thu Oct 9 2008 Leigh Scott <leigh123linux at googlemail.com> - 1.1.4-4
- build with gmake & fix group tag 

* Wed Oct 8 2008 Leigh Scott <leigh123linux at googlemail.com> - 1.1.4-3
- rebuild to fix destop file + icon

* Wed Oct 8 2008 Leigh Scott <leigh123linux at googlemail.com> - 1.1.4-2
- rebuild

* Sun Apr 13 2008 - Leigh Scott <leigh123linux at googlemail.com> 
- Initial release


qbittorrent_flag.patch:

--- NEW FILE qbittorrent_flag.patch ---
--- qbittorrent-1.2.1/src/icons.qrc.old 
+++ qbittorrent-1.2.1/src/icons.qrc 
@@ -47,33 +47,6 @@
   <file>Icons/uparrow.png</file>
   <file>Icons/url.png</file>
   <file>Icons/wizard.png</file>
-  <file>Icons/flags/brazil.png</file>
-  <file>Icons/flags/bulgaria.png</file>
-  <file>Icons/flags/china.png</file>
-  <file>Icons/flags/czech.png</file>
-  <file>Icons/flags/denmark.png</file>
-  <file>Icons/flags/finland.png</file>
-  <file>Icons/flags/france.png</file>
-  <file>Icons/flags/germany.png</file>
-  <file>Icons/flags/greece.png</file>
-  <file>Icons/flags/hungary.png</file>
-  <file>Icons/flags/italy.png</file>
-  <file>Icons/flags/japan.png</file>
-  <file>Icons/flags/netherlands.png</file>
-  <file>Icons/flags/norway.png</file>
-  <file>Icons/flags/poland.png</file>
-  <file>Icons/flags/portugal.png</file>
-  <file>Icons/flags/romania.png</file>
-  <file>Icons/flags/russia.png</file>
-  <file>Icons/flags/slovakia.png</file>
-  <file>Icons/flags/south_korea.png</file>
-  <file>Icons/flags/spain.png</file>
-  <file>Icons/flags/spain_catalunya.png</file>
-  <file>Icons/flags/sweden.png</file>
-  <file>Icons/flags/taiwan.png</file>
-  <file>Icons/flags/turkey.png</file>
-  <file>Icons/flags/ukraine.png</file>
-  <file>Icons/flags/united_kingdom.png</file>
   <file>Icons/skin/add.png</file>
   <file>Icons/skin/connected.png</file>
   <file>Icons/skin/connecting.png</file>



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Feb 2009 22:39:02 -0000	1.1
+++ .cvsignore	11 Feb 2009 07:17:57 -0000	1.2
@@ -0,0 +1 @@
+qbittorrent-1.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Feb 2009 22:39:02 -0000	1.1
+++ sources	11 Feb 2009 07:17:57 -0000	1.2
@@ -0,0 +1 @@
+c43f1e23a91858a9bafda3b7a08decfa  qbittorrent-1.2.1.tar.gz




More information about the scm-commits mailing list