8
0
Files
perl-Module-Refresh/perl-Module-Refresh.spec

57 lines
1.2 KiB
RPMSpec
Raw Normal View History

#
# spec file for package perl-Module-Refresh
#
# norootforbuild
Name: perl-Module-Refresh
%define real_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Refresh %INC files when updated on disk t
Url: http://search.cpan.org/perldoc?Module::Refresh
Group: Development/Libraries/Perl
License: Artistic License
Version: 0.13
Release: 1
Vendor: openSUSE-Education
Source: %{real_name}-%{version}.tar.bz2
BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
This module is a generalization of the functionality provided by
Apache::StatINC and Apache::Reload. It's designed to make it easy to do simple
iterative development when working in a persistent environment.
It does not require mod_perl.
Author:
-------
Jesse Vincent <jesse@bestpractical.com>,
Autrijus Tang <autrijus@autrijui.org>
%prep
%setup -q -n %{real_name}-%{version}
%build
perl Makefile.PL
make %{?jobs:-j%jobs}
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
rm -rf %{buildroot}
%files -f %{name}.files
%defattr(-, root, root)
%doc Changes MANIFEST
%changelog