rpms/perl-Sort-Versions/devel perl-Sort-Versions.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Aug 17 14:59:42 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Sort-Versions/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3847/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Sort-Versions.spec 
Log Message:
auto-import perl-Sort-Versions-1.5-2 on branch devel from perl-Sort-Versions-1.5-2.src.rpm


--- NEW FILE perl-Sort-Versions.spec ---
Name: 		perl-Sort-Versions
Version: 	1.5
Release: 	2%{?dist}
Summary: 	Perl module for sorting of revision-like numbers 
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Sort-Versions/
Source0: 	http://www.cpan.org/modules/by-module/Sort/Sort-Versions-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: 	noarch
BuildRequires: 	perl
Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
A perl 5 module for sorting of revision-like numbers 

Sort::Versions allows easy sorting of mixed non-numeric and numeric strings,
like the 'version numbers' that many shared library systems and revision
control packages use. This is quite useful if you are trying to deal with
shared libraries. It can also be applied to applications that intersperse
variable-width numeric fields within text. Other applications can
undoubtedly be found.

%prep
%setup -q -n Sort-Versions-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/Sort
%{_mandir}/man3/*

%changelog
* Wed Aug 10 2005 Ralf Corsepius <ralf at links2linux.de> - 1.5-2
- FE re-submission.

* Fri Jul 01 2005 Ralf Corsepius <ralf at links2linux.de> - 1.5-1
- FE submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Sort-Versions/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Aug 2005 14:58:39 -0000	1.1
+++ .cvsignore	17 Aug 2005 14:59:40 -0000	1.2
@@ -0,0 +1 @@
+Sort-Versions-1.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sort-Versions/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Aug 2005 14:58:39 -0000	1.1
+++ sources	17 Aug 2005 14:59:40 -0000	1.2
@@ -0,0 +1 @@
+5434f948fdea6406851c77bebbd0ed19  Sort-Versions-1.5.tar.gz




More information about the scm-commits mailing list