]> git.pld-linux.org Git - packages/BitTorrent.git/commitdiff
- fix some typos in the code (how they could release it?)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 21 May 2005 17:50:43 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitTorrent.spec -> 1.38

BitTorrent.spec

index bfdaa7520be187b915c596d0220eda613c7d95bb..5a2fceef3b5f67f8a2d3ccf318f1d75aaa613651 100644 (file)
@@ -8,6 +8,7 @@ Group:          Applications/Communications
 Source0:       http://www.bittorrent.com/dl/%{name}-%{version}.tar.gz
 # Source0-md5: 49b0dac6f9b3aedcb75302c049c5bba6
 Patch0:                %{name}-man_pages.patch
+Patch1:                %{name}-typos.patch
 URL:           http://www.bittorrent.com/
 BuildRequires: python-devel
 BuildRequires: sed >= 4.0
@@ -51,6 +52,7 @@ Graficzny interfejs u
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 find -type f -exec sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";"
This page took 0.047832 seconds and 4 git commands to generate.