%define realname Vote %define version @VERSION@ %define release %mkrel 0.1 Name: Epoll Version: %{version} Release: %{release} License: GPL or Artistic Group: Development/Perl Summary: A web voting application Source: %{realname}-%{version}.tar.gz Url: http://search.cpan.org/dist/%{realname} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch %description A web voting application %prep %setup -q -n %{realname}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %make %if 0 %check make test %endif %install rm -rf %buildroot %makeinstall_std %clean rm -rf %buildroot %files %defattr(-,root,root) %doc Changes README %_bindir/* %{_mandir}/man3/* %{_mandir}/man1/* %perl_vendorlib/*