]> git.pld-linux.org Git - packages/deluge.git/commitdiff
- rel 3 auto/th/deluge-1_2_3-3
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 12 May 2010 13:27:42 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed desktop categories

Changed files:
    deluge-desktop.patch -> 1.1
    deluge.spec -> 1.58

deluge-desktop.patch [new file with mode: 0644]
deluge.spec

diff --git a/deluge-desktop.patch b/deluge-desktop.patch
new file mode 100644 (file)
index 0000000..7a4b387
--- /dev/null
@@ -0,0 +1,10 @@
+--- /home/users/baggins/devel/PLD/rpm/BUILD/deluge-1.2.3/deluge/data/share/applications/deluge.desktop~        2010-03-27 20:37:04.000000000 +0100
++++ /home/users/baggins/devel/PLD/rpm/BUILD/deluge-1.2.3/deluge/data/share/applications/deluge.desktop 2010-05-12 15:26:49.494598808 +0200
+@@ -7,6 +7,6 @@
+ Icon=deluge
+ Terminal=false
+ Type=Application
+-Categories=Network;
++Categories=Network;P2P;
+ StartupNotify=true
+ MimeType=application/x-bittorrent;
index 31059994f7772670dda1b1f6edf8e97ee7c51ea3..9a4f77ea260599726da9bf6caf506f9a064251f8 100644 (file)
@@ -2,11 +2,12 @@ Summary:      A Python BitTorrent client with support for UPnP and DHT
 Summary(pl.UTF-8):     Klient BitTorrenta napisany w Pythonie ze wspraciem dla UPnP i DHT
 Name:          deluge
 Version:       1.2.3
-Release:       2
+Release:       3
 License:       GPL v3
 Group:         X11/Applications/Networking
 Source0:       http://download.deluge-torrent.org/source/%{name}-%{version}.tar.bz2
 # Source0-md5: f1dbc8734c1881b115b98f572e523a4d
+Patch0:                %{name}-desktop.patch
 URL:           http://deluge-torrent.org/
 BuildRequires: python-devel >= 1:2.5
 BuildRequires: python-libtorrent-rasterbar
@@ -55,6 +56,7 @@ zza routera praktycznie bez konfiguracji przekierowywania portów.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %ifarch %{x8664} ppc64 sparc64
This page took 0.359884 seconds and 4 git commands to generate.