packages: netrik/netrik-tinfo.patch, netrik/netrik.spec - updated tinfo pat...
qboosh
qboosh at pld-linux.org
Sun Feb 20 12:54:20 CET 2011
Author: qboosh Date: Sun Feb 20 11:54:20 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated tinfo patch
- updated GPL version (v3+ now)
- dropped "0.beta" from release (netrik itself is in beta state, not particular version)
- files cleanup
---- Files affected:
packages/netrik:
netrik-tinfo.patch (1.1 -> 1.2) , netrik.spec (1.44 -> 1.45)
---- Diffs:
================================================================
Index: packages/netrik/netrik-tinfo.patch
diff -u packages/netrik/netrik-tinfo.patch:1.1 packages/netrik/netrik-tinfo.patch:1.2
--- packages/netrik/netrik-tinfo.patch:1.1 Wed Dec 20 18:09:07 2006
+++ packages/netrik/netrik-tinfo.patch Sun Feb 20 12:54:15 2011
@@ -1,16 +1,16 @@
---- netrik-1.15.5/configure.ac.orig 2006-12-18 08:50:37.000000000 +0100
-+++ netrik-1.15.5/configure.ac 2006-12-20 17:40:23.462063078 +0100
+--- netrik-1.16.1/configure.ac.orig 2009-01-02 03:46:45.000000000 +0100
++++ netrik-1.16.1/configure.ac 2011-02-20 12:23:08.830975068 +0100
@@ -19,11 +19,11 @@
dnl check for ncurses
- AC_CHECK_LIB(ncurses,
+ AC_CHECK_LIB(ncursesw,
- tparm,
+ initscr,
[NCURSES="yes"],
- AC_MSG_ERROR([ncurses is absolutely required!]))
+ AC_MSG_ERROR([ncursesw is absolutely required!]))
--LIBS="-lncurses $LIBS"
-+LIBS="-lncurses -ltinfo $LIBS"
+-LIBS="-lncursesw $LIBS"
++LIBS="-lncursesw -ltinfow $LIBS"
dnl check for readline
AC_CHECK_LIB(readline,
================================================================
Index: packages/netrik/netrik.spec
diff -u packages/netrik/netrik.spec:1.44 packages/netrik/netrik.spec:1.45
--- packages/netrik/netrik.spec:1.44 Tue Sep 14 10:05:30 2010
+++ packages/netrik/netrik.spec Sun Feb 20 12:54:15 2011
@@ -3,16 +3,16 @@
Summary(pl.UTF-8): Przeglądarka internetowa ANTRIK
Name: netrik
Version: 1.16.1
-Release: 0.beta.1
-License: GPL v2+
+Release: 1
+License: GPL v3+
Group: Applications/Networking
-Source0: http://dl.sourceforge.net/netrik/%{name}-%{version}.tar.gz
+Source0: http://download.sourceforge.net/netrik/%{name}-%{version}.tar.gz
# Source0-md5: 73e4603491d185b0580a8fad83518f42
Patch0: %{name}-tinfo.patch
URL: http://netrik.sourceforge.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
-BuildRequires: ncurses-devel
+BuildRequires: ncurses-devel >= 5.0
BuildRequires: readline-devel >= 5.0
Requires: wget
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,7 +33,7 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-CPPFLAGS="-I/usr/include/ncurses"
+CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses"
# CFLAGS_OLD is a workaround for getting CFLAGS before AC_INIT
%configure \
CFLAGS_OLD="%{rpmcflags}"
@@ -45,14 +45,18 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/netrik
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README AUTHORS NEWS TODO doc/*.html
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man[15]/*
+%doc AUTHORS LICENSE NEWS README TODO doc/*.html
+%attr(755,root,root) %{_bindir}/netrik
+%{_mandir}/man1/netrik.1*
+%{_mandir}/man5/netrikrc.5*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -60,6 +64,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.45 2011/02/20 11:54:15 qboosh
+- updated tinfo patch
+- updated GPL version (v3+ now)
+- dropped "0.beta" from release (netrik itself is in beta state, not particular version)
+- files cleanup
+
Revision 1.44 2010/09/14 08:05:30 lisu
- 1.16.1 is stable, move it from DEVEL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/netrik/netrik-tinfo.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/netrik/netrik.spec?r1=1.44&r2=1.45&f=u
More information about the pld-cvs-commit
mailing list