0.3.1
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
8c7a040b3a
commit
dacb80203f
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0064c647bd057a9e347deeb1a1ee397d23c0b52f42baf218c6313508bb3943d4
|
||||
size 1333413
|
3
weechat-0.3.1.tar.bz2
Normal file
3
weechat-0.3.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ad9e712779557bc45a0ca7b4538a3426866b4f5837a0278e7343e913138735f
|
||||
size 1539201
|
@@ -1,38 +0,0 @@
|
||||
--- configure.in.orig 2009-09-14 12:53:44.000000000 +0200
|
||||
+++ configure.in 2009-09-14 12:54:45.000000000 +0200
|
||||
@@ -870,16 +870,6 @@
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
|
||||
-CFLAGS=`echo $CFLAGS | sed 's/ -g //g'`
|
||||
-CFLAGS=`echo $CFLAGS | sed 's/^-g //g'`
|
||||
-CFLAGS=`echo $CFLAGS | sed 's/ -g$//g'`
|
||||
-CFLAGS=`echo $CFLAGS | sed 's/^-g$//g'`
|
||||
-if test "x$debug" = "x0" ; then
|
||||
- CFLAGS="$COMMON_CFLAGS $CFLAGS"
|
||||
-else
|
||||
- CFLAGS="$COMMON_CFLAGS $CFLAGS -g -O0"
|
||||
-fi
|
||||
-
|
||||
LIBS="$LIBS $INTLLIBS"
|
||||
|
||||
case "$host_os" in
|
||||
--- configure.orig 2009-09-14 12:54:48.000000000 +0200
|
||||
+++ configure 2009-09-14 12:55:12.000000000 +0200
|
||||
@@ -18353,16 +18353,6 @@
|
||||
$as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
-CFLAGS=`echo $CFLAGS | sed 's/ -g //g'`
|
||||
-CFLAGS=`echo $CFLAGS | sed 's/^-g //g'`
|
||||
-CFLAGS=`echo $CFLAGS | sed 's/ -g$//g'`
|
||||
-CFLAGS=`echo $CFLAGS | sed 's/^-g$//g'`
|
||||
-if test "x$debug" = "x0" ; then
|
||||
- CFLAGS="$COMMON_CFLAGS $CFLAGS"
|
||||
-else
|
||||
- CFLAGS="$COMMON_CFLAGS $CFLAGS -g -O0"
|
||||
-fi
|
||||
-
|
||||
LIBS="$LIBS $INTLLIBS"
|
||||
|
||||
case "$host_os" in
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 23 20:18:34 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.3.1:
|
||||
* new features
|
||||
* options were added to customize CTCP replies and the target
|
||||
buffer for IRC messages
|
||||
* SSL certificates are now checked
|
||||
* CertFP was added for automatic identification on servers
|
||||
* anti-flood measures were improved
|
||||
* new expansions were added for alias arguments
|
||||
* many bugs were fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 00:00:00 CEST 2009 - pascal.bleser@opensuse.org
|
||||
|
||||
|
13
weechat.spec
13
weechat.spec
@@ -6,13 +6,12 @@
|
||||
%endif
|
||||
|
||||
Name: weechat
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 0
|
||||
Summary: Portable, Fast, Light and Extensible IRC Client
|
||||
Source: http://www.weechat.org/files/src/weechat-%{version}.tar.bz2
|
||||
Source1: weechat.desktop
|
||||
Patch1: weechat-fix-strftime.patch
|
||||
Patch2: weechat-disable_messing_with_cflags.patch
|
||||
URL: http://www.weechat.org
|
||||
Group: Productivity/Networking/IRC
|
||||
License: GNU General Public License (GPL)
|
||||
@@ -105,19 +104,11 @@ Spell-checking support for %{name}, using the aspell library.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1
|
||||
%patch2
|
||||
|
||||
%if "%{_lib}"!="lib"
|
||||
%__grep -rl 'INSTALL(.* lib/' . \
|
||||
| xargs %__sed -i.orig -r 's|^(INSTALL\(.* )lib(/.*)$|\1%{_lib}\2|'
|
||||
%__grep -rl 'DESTINATION .*CMAKE_INSTALL_PREFIX.*/lib/' . \
|
||||
| xargs %__sed -i.orig -r 's|^(.*DESTINATION .*CMAKE_INSTALL_PREFIX.*/)lib(/.*)|\1%{_lib}\2|'
|
||||
%endif
|
||||
|
||||
%build
|
||||
%__mkdir build
|
||||
pushd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" VERBOSE=1 ..
|
||||
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DLIBDIR="%{_libdir}" VERBOSE=1 ..
|
||||
%__make %{?jobs:-j%{jobs}}
|
||||
popd #build
|
||||
|
||||
|
Reference in New Issue
Block a user