rpms/deluge/F-13 .cvsignore, 1.66, 1.67 deluge.spec, 1.102, 1.103 sources, 1.66, 1.67

Rahul Sundaram sundaram at fedoraproject.org
Fri May 28 09:40:00 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/deluge/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15523

Modified Files:
	.cvsignore deluge.spec sources 
Log Message:
* Fri May 28 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.2.3-2
- Rebuild for new rb_libtorrent which is needed to fix E-V-R
- Fix Source URL
- Use best source (LZMA)
- Update spec to match current guidelines



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/F-13/.cvsignore,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- .cvsignore	28 Mar 2010 21:17:40 -0000	1.66
+++ .cvsignore	28 May 2010 09:39:59 -0000	1.67
@@ -1 +1 @@
-deluge-1.2.3.tar.bz2
+deluge-1.2.3.tar.lzma


Index: deluge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/F-13/deluge.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -p -r1.102 -r1.103
--- deluge.spec	28 Mar 2010 21:17:40 -0000	1.102
+++ deluge.spec	28 May 2010 09:39:59 -0000	1.103
@@ -1,20 +1,17 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:		deluge
 Version:	1.2.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
 License:	GPLv3 with exceptions
-URL:		http://deluge-torrent.org/           
 
-Source0:	http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.bz2
+URL:	http://deluge-torrent.org/
+
+Source0:	http://download.deluge-torrent.org/source/%{name}-%{version}.tar.lzma
 
 ## The scalable icon needs to be installed to the proper place.
-Patch0: 	%{name}-scalable-icon-dir.diff
+Patch0:		%{name}-scalable-icon-dir.diff
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
 BuildRequires:	desktop-file-utils
@@ -66,7 +63,6 @@ CFLAGS="%{optflags}" %{__python} setup.p
 
 
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 desktop-file-install --vendor fedora			\
 	--dir %{buildroot}%{_datadir}/applications	\
@@ -77,8 +73,8 @@ desktop-file-install --vendor fedora			\
 	%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 ## NOTE: The lang files should REEEAALLLY be in a standard place such as
-##       /usr/share/locale or similar. It'd make things so much nicer for
-##       the packaging. :O
+## /usr/share/locale or similar. It'd make things so much nicer for
+## the packaging. :O
 ## A bit of sed magic to mark the translation files with %%lang, taken from
 ## find-lang.sh (part of the rpm-build package) and tweaked somewhat. We
 ## cannot (unfortunately) call find-lang directly since it's not on a
@@ -107,11 +103,6 @@ pushd %{buildroot}
 ## properly.
 popd && mv %{buildroot}/%{name}.filelist .
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files -f %{name}.filelist
 %defattr(-,root,root,-)
 %doc ChangeLog LICENSE README
@@ -149,6 +140,12 @@ fi
 
 
 %changelog
+* Fri May 28 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.2.3-2
+- Rebuild for new rb_libtorrent which is needed to fix E-V-R
+- Fix Source URL
+- Use best source (LZMA)
+- Update spec to match current guidelines
+
 * Sun Mar 28 2010 Peter Gordon <peter at thecodergeek.com> - 1.2.3-1
 - Update to new upstream bug-fix release (1.2.3).
 - Add python-mako dependency to fix WebUI startup crash. 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/F-13/sources,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- sources	28 Mar 2010 21:17:40 -0000	1.66
+++ sources	28 May 2010 09:39:59 -0000	1.67
@@ -1 +1 @@
-f1dbc8734c1881b115b98f572e523a4d  deluge-1.2.3.tar.bz2
+4ae150fbd021d4d32c8c9038f29a9db2  deluge-1.2.3.tar.lzma



More information about the scm-commits mailing list