forked from pool/perl-CursesWidgets
69 lines
1.6 KiB
RPMSpec
69 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package perl-CursesWidgets (Version 1.997)
|
|
#
|
|
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# This file and all modifications and additions to the pristine
|
|
# package are under the same license as the package itself.
|
|
#
|
|
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
Name: perl-CursesWidgets
|
|
License: GPL
|
|
Group: Development/Libraries/Perl
|
|
Provides: Curses
|
|
Autoreqprov: on
|
|
Version: 1.997
|
|
Release: 5
|
|
Summary: Curses::Widgets Module for Perl
|
|
Url: http://search.cpan.org
|
|
Source: CursesWidgets-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
High level access to basic Curses widgets and related functions
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Arthur Corliss <corliss@digitalmages.com>
|
|
|
|
%prep
|
|
%setup -n CursesWidgets-%{version}
|
|
|
|
%build
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
|
make
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
%perl_process_packlist
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README
|
|
%dir %{perl_vendorlib}/Curses
|
|
%dir %{perl_vendorarch}/auto/Curses
|
|
%dir %{perl_vendorarch}/auto/Curses/Widgets
|
|
%{perl_vendorlib}/Curses/*
|
|
%{perl_vendorarch}/auto/Curses/Widgets/.packlist
|
|
%doc %{_mandir}/man?/Curses::Widgets*.gz
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
%changelog -n perl-CursesWidgets
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Tue Oct 04 2005 - dmueller@suse.de
|
|
- add norootforbuild
|
|
* Wed Oct 20 2004 - ms@suse.de
|
|
- fixed filelist (perl_vendorlib)
|
|
* Thu Feb 26 2004 - ms@suse.de
|
|
- initial version of perl-CursesWidgets (v1.997)
|