[packages/perl-Test-EOL] - initial
arekm
arekm at pld-linux.org
Sun Jun 14 12:20:05 CEST 2015
commit 3371fb6c776646f79bf6f1fa7437ac7f7683c1be
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Jun 14 12:19:52 2015 +0200
- initial
perl-Test-EOL.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
---
diff --git a/perl-Test-EOL.spec b/perl-Test-EOL.spec
new file mode 100644
index 0000000..82a516e
--- /dev/null
+++ b/perl-Test-EOL.spec
@@ -0,0 +1,52 @@
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%define pdir Test
+%define pnam EOL
+%include /usr/lib/rpm/macros.perl
+Summary: Test::EOL - Check the correct line endings in your project
+Name: perl-Test-EOL
+Version: 1.5
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: d6ae3b338c034dc747458ed0a5fb6667
+URL: http://search.cpan.org/dist/Test-EOL/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module scans your project/distribution for any perl files (scripts,
+modules, etc) for the presence of windows line endings.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Test/*.pm
+%{_mandir}/man3/*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Test-EOL.git/commitdiff/3371fb6c776646f79bf6f1fa7437ac7f7683c1be
More information about the pld-cvs-commit
mailing list