OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Prototype?expand=0&rev=1
This commit is contained in:
61
perl-HTML-Prototype.spec
Normal file
61
perl-HTML-Prototype.spec
Normal file
@@ -0,0 +1,61 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Prototype (Version 1.48)
|
||||
#
|
||||
# Copyright (c) 2006 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://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-HTML-Prototype
|
||||
URL: http://search.cpan.org/dist/HTML-Prototype
|
||||
BuildRequires: perl-HTML-Tree perl-Class-Accessor
|
||||
License: GPL, Artistic License
|
||||
Group: Development/Libraries/Perl
|
||||
Autoreqprov: on
|
||||
Requires: perl-DBI
|
||||
Requires: perl = %{perl_version}
|
||||
Summary: Generate HTML and Javascript for the Prototype library
|
||||
Version: 1.48
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
Source: http://search.cpan.org/CPAN/authors/id/E/ES/ESSKAR/HTML-Prototype-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Sascha Kiefer
|
||||
|
||||
|
||||
%prep
|
||||
%setup -n HTML-Prototype-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make all
|
||||
make test
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%if 0%?suse_version
|
||||
%perl_process_packlist
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README
|
||||
%doc %{_mandir}/man?/*
|
||||
%{perl_vendorarch}/auto/HTML
|
||||
%{perl_vendorlib}/HTML
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog -n perl-HTML-Prototype
|
Reference in New Issue
Block a user