Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 182d835be7fce7ef5be58f40ad571f8f > files > 2

perl-Business-ISBN-20001010-7.src.rpm

# $Revision: 1.20 $, $Date: 2002/02/25 10:29:40 $
%include	/usr/lib/rpm/macros.perl
%define	pdir	Business
%define	pnam	ISBN
Summary:	Business-ISBN perl module
Summary(pl):	Modu³ perla Business-ISBN
Name:		perl-Business-ISBN
Version:	20001010
Release:	7
License:	GPL
Group:		Development/Languages/Perl
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
BuildRequires:	rpm-perlprov >= 3.0.3-16
BuildRequires:	perl >= 5.6
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Business-ISBN - work with International Standard Book Numbers.

%description -l pl
Business-ISBN - modu³ umo¿liwiaj±cy pracê z ISBN (International
Standard Book Numbers).

%prep
%setup -q -n %{pdir}-%{pnam}-%{version}

%build
perl Makefile.PL
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install DESTDIR=$RPM_BUILD_ROOT

gzip -9nf Changes README

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc *.gz
%{perl_sitelib}/Business/ISBN.pm
%{_mandir}/man3/*

%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: perl-Business-ISBN.spec,v $
Revision 1.20  2002/02/25 10:29:40  depesz
cleanup; revision++

Revision 1.19  2002/02/22 23:29:25  kloczek
- removed all Group fields translations (oure rpm now can handle translating
  Group field using gettext).

Revision 1.18  2002/02/13 19:31:06  kloczek
- adapterized.

Revision 1.17  2002/02/13 14:09:42  depesz
automatic: Source location unfied, Relase Up

Revision 1.16  2002/02/10 15:24:23  depesz
adapterized

Revision 1.15  2002/01/18 02:14:11  kloczek
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Revision 1.14  2001/11/28 15:20:14  mis
- buildarch noarch; release++

Revision 1.13  2001/04/17 12:05:34  baggins
- release 4
- rebuild with perl 5.6.1

Revision 1.12  2001/04/14 23:48:38  baggins
- release 3
- removed empty perl_sitearch dir from %%files

Revision 1.11  2001/04/14 18:00:04  baggins
- removed explicit requirements for perl = %%{version} and %%{perl_sitearch}
  they will be added by rpm if needed

Revision 1.10  2000/12/28 01:05:32  kloczek
- relase 2: rebuild against perl 5.6 and few cosmetics.

Revision 1.9  2000/11/19 01:21:40  kloczek
- updated to 20001010 and added using new rpm automation.

Revision 1.8  2000/06/09 07:54:45  kloczek
- more %%{__make} macros.

Revision 1.7  2000/06/09 07:23:28  kloczek
- added using %%{__make} macro.

Revision 1.6  2000/05/16 22:13:20  kloczek
- spec adapterized.

Revision 1.5  2000/04/01 11:15:17  zagrodzki
- changed all BuildRoot definitons
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Revision 1.4  2000/03/28 16:54:43  baggins
- translated kloczkish into english

Revision 1.3  1999/11/07 09:17:08  pius
- fixed required rpm-perlprov version

Revision 1.2  1999/10/27 20:45:35  pius
- added '%include /usr/lib/rpm/macros.perl'
- BuildRequires: rpm-perlprov, perl >= 5.005_03-12
- comsetics

Revision 1.1  1999/10/01 21:51:11  pius
- initial release