[perl-Test-Dist-VersionSync/f17] Initial import

Emmanuel Seyman eseyman at fedoraproject.org
Sun Sep 30 23:05:35 UTC 2012


commit 501d9c8622cae34bfe392105b0db3e2d5282ac3b
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Mon Oct 1 01:05:23 2012 +0200

    Initial import

 .gitignore                      |    1 +
 perl-Test-Dist-VersionSync.spec |   46 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..087d2a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Test-Dist-VersionSync-1.1.0.tar.gz
diff --git a/perl-Test-Dist-VersionSync.spec b/perl-Test-Dist-VersionSync.spec
new file mode 100644
index 0000000..c080896
--- /dev/null
+++ b/perl-Test-Dist-VersionSync.spec
@@ -0,0 +1,46 @@
+Name:           perl-Test-Dist-VersionSync
+Version:        1.1.0
+Release:        1%{?dist}
+Summary:        Verify that all the modules in a distribution have the same version number
+License:        GPLv3
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Test-Dist-VersionSync/
+Source0:        http://www.cpan.org/authors/id/A/AU/AUBERTG/Test-Dist-VersionSync-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Builder::Tester)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+The Test-Dist-VersionSync gives perl developers an easy way to verify that all
+the modules in a distribution have the same version number.
+
+%prep
+%setup -q -n Test-Dist-VersionSync-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes ignore.txt LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Sep 24 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.1.0-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..4769881 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0a51c94b1a0ed4ff3f63a2298267d3fb  Test-Dist-VersionSync-1.1.0.tar.gz


More information about the scm-commits mailing list