.gear/rules | 2 + .../tags/111658a871f343ec42ddbea48a7b9a21ed3bdf09 | 13 +++++ .gear/tags/list | 1 + LibMagic.pm | 2 - perl-File-LibMagic.spec | 51 ++++++++++++++++++++ 5 files changed, 67 insertions(+), 2 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..1a4c56a --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=File-LibMagic-@version@ +diff: @version@:. . name=perl-File-LibMagic-@version@-@release@.patch diff --git a/.gear/tags/111658a871f343ec42ddbea48a7b9a21ed3bdf09 b/.gear/tags/111658a871f343ec42ddbea48a7b9a21ed3bdf09 new file mode 100644 index 0000000..d644b39 --- /dev/null +++ b/.gear/tags/111658a871f343ec42ddbea48a7b9a21ed3bdf09 @@ -0,0 +1,13 @@ +object 13063240a64fa7840de238d3b1a11a8e54e48cc2 +type commit +tag 0.96 +tagger Igor Vlasenko 1316802599 +0300 + +0.96 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAk580CcACgkQDX9MpIRaJ2ORpgCfcVrTqlm5m2aG/3pXcOE+rEsh +VvIAoJPDeo0tiJUbpy+vzrlWWV8PmzR3 +=WgAw +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..00475a2 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +111658a871f343ec42ddbea48a7b9a21ed3bdf09 0.96 diff --git a/LibMagic.pm b/LibMagic.pm index c83ec28..c6f347c 100644 --- a/LibMagic.pm +++ b/LibMagic.pm @@ -6,8 +6,6 @@ use warnings; use Carp; require Exporter; -use AutoLoader; - our @ISA = qw(Exporter); # This allows declaration diff --git a/perl-File-LibMagic.spec b/perl-File-LibMagic.spec new file mode 100644 index 0000000..68940fc --- /dev/null +++ b/perl-File-LibMagic.spec @@ -0,0 +1,51 @@ +%define dist File-LibMagic +Name: perl-File-LibMagic +Version: 0.96 +Release: alt1 + +Summary: Perl wrapper for libmagic +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +# Automatically added by buildreq on Wed Feb 18 2009 +BuildRequires: libmagic-devel perl-devel zlib-devel + +%description +The "File::LibMagic" is a simple perl interface to libmagic from +the file-4.x package from Christos Zoulas (ftp://ftp.astron.com/pub/file/). + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%perl_vendor_archlib/File +%perl_vendor_autolib/File + +%changelog +* Fri Sep 23 2011 Igor Vlasenko 0.96-alt1 +- automated CPAN update + +* Sat Nov 06 2010 Vladimir Lettiev 0.90-alt1.1 +- rebuilt with perl 5.12 + +* Wed Feb 18 2009 Alexey Tourbin 0.90-alt1 +- 0.89 -> 0.90 + +* Wed Sep 03 2008 Igor Vlasenko 0.89-alt1 +- removed perl dir ownership +- new version + +* Fri Jun 01 2007 Igor Vlasenko 0.84-alt1 +- first build for ALT Linux Sisyphus +