automatic version update by autodist [release 1.30-1mamba;Thu Jul 04 2013]
This commit is contained in:
parent
58fadd290a
commit
7565acbdaf
@ -1,2 +1,4 @@
|
||||
# perl-File-MMagic
|
||||
|
||||
This module is to guess file type from its contents like file(1) command.
|
||||
|
||||
|
66
perl-File-MMagic.spec
Normal file
66
perl-File-MMagic.spec
Normal file
@ -0,0 +1,66 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-File-MMagic
|
||||
Version: 1.30
|
||||
Release: 1mamba
|
||||
Summary: File::MMagic - Guess file type from its contents
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://www.cpan.org/modules/by-module/File/File-MMagic-%{version}.tar.gz
|
||||
License: Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
This module is to guess file type from its contents like file(1) command.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-MMagic-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
%make
|
||||
%make test
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall_perl
|
||||
packlist=`find %{buildroot} -name .packlist`
|
||||
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
||||
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
||||
sort -u > .packlist && rm $packlist
|
||||
|
||||
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
||||
for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -f .packlist
|
||||
|
||||
%files -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Thu Jul 04 2013 Automatic Build System <autodist@mambasoft.it> 1.30-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.29-2mamba
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
* Sun Aug 12 2012 Automatic Build System <autodist@mambasoft.it> 1.29-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 06 2012 Automatic Build System <autodist@mambasoft.it> 1.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 04 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.27-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Fri Nov 09 2007 Aleph0 <aleph0@openmamba.org> 1.27-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user