rpms/qbittorrent/F-9 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
Tue Feb 24 15:59:37 UTC 2009


Author: leigh123linux

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log qbittorrent.spec qbittorrent_flag.patch 
Log Message:
first F-9 build



--- NEW FILE import.log ---
qbittorrent-0_9_3-1_fc9:F-9:qbittorrent-0.9.3-1.fc9.src.rpm:1235491060


--- NEW FILE qbittorrent.spec ---
Name: qbittorrent
Summary: A Bittorrent Client 
Version: 0.9.3
Release: 1%{dist}
Source0: http://dl.sourceforge.net/sourceforge/qbittorrent/%{name}-%{version}.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.12.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
# Export the Environment variables
export QTDIR=%{_libdir}/qt4
# use ./configure instead of %%configure as it doesn't work
CFLAGS="%optflags" CXXFLAGS="%optflags" \
./configure --prefix=%{_prefix} \
         
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
* Thu Feb 12 2009  Leigh Scott <leigh123linux at googlemail.com> - 0.9.3-1
- clean up spec file.

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


qbittorrent_flag.patch:

--- NEW FILE qbittorrent_flag.patch ---
--- qbittorrent-0.9.3/src/icons.qrc.orig 
+++ qbittorrent-0.9.3/src/icons.qrc 
@@ -19,30 +19,6 @@
   <file>Icons/filter.png</file>
   <file>Icons/splash.jpg</file>
   <file>Icons/home.png</file>
-  <file>Icons/flags/netherlands.png</file>
-  <file>Icons/flags/portugal.png</file>
-  <file>Icons/flags/france.png</file>
-  <file>Icons/flags/ukraine.png</file>
-  <file>Icons/flags/germany.png</file>
-  <file>Icons/flags/united_kingdom.png</file>
-  <file>Icons/flags/russia.png</file>
-  <file>Icons/flags/south_korea.png</file>
-  <file>Icons/flags/slovakia.png</file>
-  <file>Icons/flags/spain.png</file>
-  <file>Icons/flags/finland.png</file>
-  <file>Icons/flags/poland.png</file>
-  <file>Icons/flags/china_hong_kong.png</file>
-  <file>Icons/flags/spain_catalunya.png</file>
-  <file>Icons/flags/norway.png</file>
-  <file>Icons/flags/italy.png</file>
-  <file>Icons/flags/china.png</file>
-  <file>Icons/flags/denmark.png</file>
-  <file>Icons/flags/turkey.png</file>
-  <file>Icons/flags/sweden.png</file>
-  <file>Icons/flags/romania.png</file>
-  <file>Icons/flags/bulgaria.png</file>
-  <file>Icons/flags/greece.png</file>
-  <file>Icons/flags/japan.png</file>
   <file>Icons/skin/properties.png</file>
   <file>Icons/skin/play_all.png</file>
   <file>Icons/skin/remove.png</file>



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/F-9/.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	24 Feb 2009 15:59:07 -0000	1.2
@@ -0,0 +1 @@
+qbittorrent-0.9.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/F-9/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	24 Feb 2009 15:59:07 -0000	1.2
@@ -0,0 +1 @@
+f8511ecf87bf2c6a4be83796d534b8c5  qbittorrent-0.9.3.tar.gz




More information about the scm-commits mailing list