]> git.pld-linux.org Git - packages/BitTorrent.git/commitdiff
- BR: perl-base, rpm-pythonprov.
authortwittner <twittner@pld-linux.org>
Tue, 2 Mar 2004 14:21:26 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BA: noarch
- rel.4

Changed files:
    BitTorrent.spec -> 1.14

BitTorrent.spec

index 7983fb0afb983b43fb6972bfd4511a38e991e887..4092dc9654bfb182de796858a6538c639dc6c9e8 100644 (file)
@@ -3,14 +3,17 @@ Summary:      BitTorrent - a tool for distributing files
 Summary(pl):   BitTorrent - narzêdzie do rozpowszechniania plików
 Name:          BitTorrent
 Version:       3.3
-Release:       3
+Release:       4
 License:       MIT
 Group:         Applications/Communications
 #Source0Download:      http://bitconjurer.org/BitTorrent/download.html
 Source0:       http://bitconjurer.org/BitTorrent/%{name}-%{version}.tar.gz
 # Source0-md5: 1ecf1fc40b4972470313f9ae728206e8
 URL:           http://bitconjurer.org/BitTorrent/
-BuildRequires:  python-devel
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov 
+BuildRequires: perl-base
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,7 +51,7 @@ Bazuj
 %setup -q
 
 %build
-find -type f | xargs perl -pi -e 's/python2/python/g'
+find -type f | xargs %{__perl} -pi -e 's/python2/python/g'
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.061613 seconds and 4 git commands to generate.