rpms/perl-File-Type/devel perl-File-Type.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue May 23 21:12:00 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-File-Type/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17425/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Type.spec 
Log Message:
auto-import perl-File-Type-0.22-2 on branch devel from perl-File-Type-0.22-2.src.rpm


--- NEW FILE perl-File-Type.spec ---
Name:           perl-File-Type
Version:        0.22
Release:        2%{?dist}
Summary:        Determine file type using magic
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/File-Type/
Source0:        http://www.cpan.org/authors/id/P/PM/PMISON/File-Type-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
File::Type uses magic numbers (typically at the start of a file) to
determine the MIME type of that file.

%prep
%setup -q -n File-Type-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon May 22 2006 Steven Pritchard <steve at kspei.com> 0.22-2
- Drop NINJA file.

* Sat May 20 2006 Steven Pritchard <steve at kspei.com> 0.22-1
- Specfile autogenerated by cpanspec 1.66.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Type/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 May 2006 21:11:35 -0000	1.1
+++ .cvsignore	23 May 2006 21:11:59 -0000	1.2
@@ -0,0 +1 @@
+File-Type-0.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Type/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 May 2006 21:11:35 -0000	1.1
+++ sources	23 May 2006 21:11:59 -0000	1.2
@@ -0,0 +1 @@
+4be3b0b7000b325c60351fcc8a04815d  File-Type-0.22.tar.gz




More information about the fedora-extras-commits mailing list