]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- updated to 0.8.19
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 11 May 2016 18:12:25 +0000 (20:12 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 11 May 2016 18:12:25 +0000 (20:12 +0200)
- github url for source

irssi.spec

index a80ccd76ebfd0f24036757ef18fb57edf7bc3e0c..474d1135067d803d3f820bb8d9e849871af78efe 100644 (file)
 
 %define                idea_ver        0.1.46
 %define                xmpp_ver        0.52
-%define                irssi_perl_version 20141011
+%define                irssi_perl_version 20160323
 %{?with_perl:%include  /usr/lib/rpm/macros.perl}
 Summary:       Irssi is a IRC client
 Summary(fr.UTF-8):     Irssi est un client IRC
 Summary(hu.UTF-8):     Irssi egy IRC kliens
 Summary(pl.UTF-8):     Irssi - wygodny w użyciu klient IRC
 Name:          irssi
-Version:       0.8.17
-Release:       3
+Version:       0.8.19
+Release:       1
 License:       GPL
 Group:         Applications/Communications
-#Source0:      http://www.irssi.org/files/snapshots/%{name}-%{_snap}.tar.gz
-Source0:       http://www.irssi.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 00cde2ba7ba37af9e3df451f430ecdea
+Source0:       https://github.com/irssi/irssi/releases/download/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 759af618f506e85bd66862f83d8a4f9a
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 # NXDOMAIN
@@ -157,7 +156,7 @@ fi
        --enable-nls \
        --%{?with_ssl:en}%{!?with_ssl:dis}able-ssl
 
-%{__make}
+%{__make} V=1
 
 # to fool idea configure script
 touch irssi-config
@@ -167,7 +166,7 @@ cd irssi-idea
 %{__autoconf}
 %{__automake}
 %configure
-%{__make}
+%{__make} V=1
 
 cd ..
 export IRSSI_INCLUDE=`pwd`
This page took 0.042893 seconds and 4 git commands to generate.