Hello community, here is the log from the commit of package perl-File-LibMagic for openSUSE:Factory checked in at Thu May 26 15:17:17 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-File-LibMagic/perl-File-LibMagic.changes 2010-12-01 14:44:43.000000000 +0100 @@ -0,0 +1,30 @@ +------------------------------------------------------------------- +Wed Dec 1 13:32:22 UTC 2010 - [email protected] + +- switch to perl_requires macro + +------------------------------------------------------------------- +Fri Jul 2 10:58:13 UTC 2010 - [email protected] + +- spec mods + o added header + o cleanup + +------------------------------------------------------------------- +Tue Jun 29 13:02:49 UTC 2010 - [email protected] + +- Sorry that 11.2 did not check the RPM-Group. fixed. + +------------------------------------------------------------------- +Sat Jun 26 15:59:51 UTC 2010 - [email protected] + +- cleaned up spec-file, added example subdir + My tests show, that this is the best of all. File::MimeInfo::Magic comes second. + Thanks Christos! + +------------------------------------------------------------------- +Sat Jun 26 13:21:30 UTC 2010 - [email protected] + +- initial check in, 0.96 + File::Type, File::MMagic, File::MMagic::XS, File::MimeInfo::Magic need some more competition + calling whatdependson for head-i586 New: ---- File-LibMagic-0.96.tgz perl-File-LibMagic.changes perl-File-LibMagic.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-LibMagic.spec ++++++ # # spec file for package perl-File-LibMagic # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: perl-File-LibMagic %define cpan_name File-LibMagic Summary: Perlwrapper for libmagic (file-4.x or file-5.x) Version: 0.96 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-LibMagic Source: http://search.cpan.org/CPAN/authors/id/F/FI/FITZNER/File-LibMagic-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: file-devel zlib-devel # Requires: zlib file %description The 'File::LibMagic' is a simple perlinterface to libmagic from the file- 4.x or file-5.x package from Christos Zoulas (ftp://ftp.astron.com/pub/file/).You can use the simple Interface like MagicBuffer() or MagicFile(), use the functions of libmagic(3) or use the OO-Interface.Simple Interface MagicBuffer() fixme Authors: -------- Andreas Fitzner <[email protected]> Michael Hendricks <[email protected]> %prep %setup -q -n %{cpan_name}-%{version} %build if [ -f Build.PL ]; then %{__perl} Build.PL --installdirs vendor else [ -f Makefile.PL ] || exit 2 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" fi if [ -f Build.PL ]; then ./Build build flags=%{?_smp_mflags} else make %{?_smp_mflags} fi %check if [ -f Build.PL ]; then ./Build test else make test fi %install if [ -f Build.PL ]; then ./Build pure_install --destdir %{buildroot} else make pure_install PERL_INSTALL_ROOT=%{buildroot} fi find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' mkdir -p %{buildroot}/%{_mandir}/man3/ %{buildroot}/usr/bin %{_fixperms} %{buildroot}/* %perl_gen_filelist %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root,-) %doc Changes README example %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
