Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37419775
en ru br
Репозитории ALT
S:1.44-alt2
5.1: 1.27-alt1
4.1: 1.14-alt2
4.0: 1.14-alt2
3.0: 1.12-alt1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-Curses

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: perl-Curses-1.27-alt1.1.patch
Скачать


 .gear/rules                                        |    2 +
 .../tags/0d5a29ae0395594ea320d75c795fc407c52d056c  |   13 +++
 .gear/tags/list                                    |    1 +
 perl-Curses.spec                                   |   88 ++++++++++++++++++++
 4 files changed, 104 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..bc0fb91
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=Curses-@version@
+diff: @version@:. . name=perl-Curses-@version@-@release@.patch
diff --git a/.gear/tags/0d5a29ae0395594ea320d75c795fc407c52d056c b/.gear/tags/0d5a29ae0395594ea320d75c795fc407c52d056c
new file mode 100644
index 0000000..ba0fa49
--- /dev/null
+++ b/.gear/tags/0d5a29ae0395594ea320d75c795fc407c52d056c
@@ -0,0 +1,13 @@
+object 85eef91efd65e450fbf50329c426ae4ed33c31e2
+type commit
+tag 1.27
+tagger Alexey Tourbin <at@altlinux.ru> 1248246126 +0400
+
+1.27
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEABECAAYFAkpmuW4ACgkQfBKgtDjnu0aRmACfRTXNeCdyHX++pQb5lnXnTRAX
+jWEAoKUr3shzFo54nR+aDNrJCjjGVt4r
+=MWlk
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..ed97a22
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+0d5a29ae0395594ea320d75c795fc407c52d056c 1.27
diff --git a/perl-Curses.spec b/perl-Curses.spec
new file mode 100644
index 0000000..7322eaa
--- /dev/null
+++ b/perl-Curses.spec
@@ -0,0 +1,88 @@
+%define dist Curses
+Name: perl-%dist
+Version: 1.27
+Release: alt1.1
+
+Summary: Terminal screen handling and optimization
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+# Automatically added by buildreq on Wed Jul 22 2009
+BuildRequires: libncursesw-devel perl-devel
+
+%description
+Curses is the interface between Perl and ncurses(3) library.
+The curses library routines are a terminal-independent method of updating
+character screens with reasonable optimization.  The ncurses (new curses)
+library is a freely distributable replacement for the discontinued 4.4BSD
+classic curses library.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+
+%build
+export	CURSES_CFLAGS=-I%_includedir/ncursesw CURSES_LDFLAGS='-ltinfo -lncursesw' \
+	CURSES_PANEL_LDFLAGS=-lpanelw CURSES_MENU_LDFLAGS=-lmenuw CURSES_FORM_LDFLAGS=-lformw
+%perl_vendor_build PANELS MENUS FORMS
+
+# no tests provided, make sure Curses can be loaded
+perl -Mblib -MCurses -e1
+
+%install
+%perl_vendor_install
+
+%files
+%doc HISTORY README demo*
+%perl_vendor_archlib/Curses*
+%perl_vendor_autolib/Curses*
+
+%changelog
+* Sat Nov 06 2010 Vladimir Lettiev <crux@altlinux.ru> 1.27-alt1.1
+- rebuilt with perl 5.12
+
+* Wed Jul 22 2009 Alexey Tourbin <at@altlinux.ru> 1.27-alt1
+- 1.24 -> 1.27
+
+* Tue Dec 16 2008 Alexey Tourbin <at@altlinux.ru> 1.24-alt1
+- 1.14 -> 1.24
+
+* Mon Jun 26 2006 Alexey Tourbin <at@altlinux.ru> 1.14-alt2
+- fixed linkage (see #9608)
+
+* Tue Jun 13 2006 Alexey Tourbin <at@altlinux.ru> 1.14-alt1
+- 1.12 -> 1.14
+- built with libncursesw (#9608)
+
+* Fri Apr 15 2005 Alexey Tourbin <at@altlinux.ru> 1.12-alt1
+- 1.11 -> 1.12
+- alt-makefile-linkage.patch mreged upstream (cpan #11914)
+- removed %_bindir/rep in favour of watch(1)
+- added demo files
+
+* Thu Mar 17 2005 Alexey Tourbin <at@altlinux.ru> 1.11-alt1
+- 1.10 -> 1.11, VERSION was fixed upstream (cpan #11853)
+- fixed linkage with libform, libmenu, and libpanel (cpan #11914)
+- added %_bindir/rep (by Tom Christiansen, see perlfaq3)
+
+* Sat Mar 12 2005 Alexey Tourbin <at@altlinux.ru> 1.10-alt2
+- fuck! fixed VERSION so that Curses even work (cpan #11853)
+
+* Sat Mar 12 2005 Alexey Tourbin <at@altlinux.ru> 1.10-alt1
+- 1.06 -> 1.10
+- manual pages not packaged (use perldoc)
+
+* Sat Feb 19 2005 ALT QA Team Robot <qa-robot@altlinux.org> 1.06-alt2.1
+- Rebuilt with rpm-build-perl-0.5.1.
+
+* Fri Jul 30 2004 Alexey Tourbin <at@altlinux.ru> 1.06-alt2
+- resurrected; revamped specfile
+- mdk-sv_isa.patch: fix build
+- updated description
+
+* Fri Nov  9 2001 Igor Homyakov <homyakov@altlinux.ru> alt1 
+- Build package for ALTLinux 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin