Blame SPECS/perl-Syntax-Highlight-Engine-Kate.spec

b22ad7
Name:           perl-Syntax-Highlight-Engine-Kate
b22ad7
Version:        0.07
f04d5d
Release:        5%{?dist}
b22ad7
Summary:        Port to Perl of the syntax highlight engine of the Kate text editor
b22ad7
License:        GPL+ or Artistic
b22ad7
Group:          Development/Libraries
b22ad7
URL:            http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/
b22ad7
Source0:        http://www.cpan.org/authors/id/S/SZ/SZABGAB/Syntax-Highlight-Engine-Kate-%{version}.tar.gz
b22ad7
BuildArch:      noarch
b22ad7
BuildRequires:  perl(inc::Module::Install) >= 0.91
b22ad7
# Run-time:
b22ad7
BuildRequires:  perl(base)
b22ad7
BuildRequires:  perl(Carp)
b22ad7
BuildRequires:  perl(Data::Dumper)
b22ad7
BuildRequires:  perl(File::Basename)
b22ad7
# Tests only:
b22ad7
BuildRequires:  perl(lib)
b22ad7
BuildRequires:  perl(Exporter)
b22ad7
BuildRequires:  perl(File::Find)
b22ad7
BuildRequires:  perl(File::Spec::Functions)
b22ad7
BuildRequires:  perl(Term::ANSIColor)
b22ad7
BuildRequires:  perl(Test::Differences) >= 0.61
b22ad7
BuildRequires:  perl(Test::More) >= 0.88
b22ad7
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
b22ad7
Requires:       perl(base)
b22ad7
b22ad7
%description
b22ad7
Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight
b22ad7
engine of the Kate text editor.
b22ad7
b22ad7
%prep
b22ad7
%setup -q -n Syntax-Highlight-Engine-Kate-%{version}
b22ad7
rm -r inc/*
b22ad7
rm -rf lib/Syntax/Highlight/Engine/Kate/Alerts
b22ad7
find -type f -exec chmod -x {} +
b22ad7
chmod 644 Changes REGISTERED
b22ad7
b22ad7
%build
b22ad7
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
b22ad7
make %{?_smp_mflags}
b22ad7
b22ad7
%install
b22ad7
make pure_install DESTDIR=$RPM_BUILD_ROOT OPTIMIZE="$RPM_OPT_FLAGS"
b22ad7
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
b22ad7
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
b22ad7
%{_fixperms} $RPM_BUILD_ROOT/*
b22ad7
b22ad7
%check
b22ad7
make test
b22ad7
b22ad7
%files
b22ad7
%doc Changes README REGISTERED
b22ad7
%{perl_vendorlib}/*
b22ad7
%{_mandir}/man3/*
b22ad7
b22ad7
%changelog
f04d5d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.07-5
f04d5d
- Mass rebuild 2013-12-27
f04d5d
b22ad7
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-4
b22ad7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b22ad7
b22ad7
* Thu Nov 08 2012 Petr Pisar <ppisar@redhat.com> - 0.07-3
b22ad7
- Update dependencies
b22ad7
b22ad7
* Wed Sep 26 2012 Petr Pisar <ppisar@redhat.com> - 0.07-2
b22ad7
- Remove unneeded dependencies
b22ad7
b22ad7
* Tue Sep 25 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-1
b22ad7
- 860376 update to 0.07
b22ad7
b22ad7
* Mon Aug 20 2012 Petr Pisar <ppisar@redhat.com> - 0.06-8
b22ad7
- Modernize spec file
b22ad7
- Specify all dependencies
b22ad7
b22ad7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-7
b22ad7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b22ad7
b22ad7
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.06-6
b22ad7
- Perl 5.16 rebuild
b22ad7
b22ad7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-5
b22ad7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b22ad7
b22ad7
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.06-4
b22ad7
- Perl mass rebuild
b22ad7
b22ad7
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-3
b22ad7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b22ad7
b22ad7
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.06-2
b22ad7
- 661697 rebuild for fixing problems with vendorach/lib
b22ad7
b22ad7
* Thu Sep 16 2010 Petr Pisar <ppisar@redhat.com> - 0.06-1
b22ad7
- 0.06 bump
b22ad7
- Add new BuildRequires
b22ad7
- Remove merged patch
b22ad7
- Correct summary spelling
b22ad7
b22ad7
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-7
b22ad7
- Mass rebuild with perl-5.12.0
b22ad7
b22ad7
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.04-6
b22ad7
- rebuild against perl 5.10.1
b22ad7
b22ad7
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-5
b22ad7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b22ad7
b22ad7
* Tue May  5 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.04-4
b22ad7
- add BR
b22ad7
b22ad7
* Mon May  4 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.04-3
b22ad7
- noarch, remove doubled Alerts
b22ad7
b22ad7
* Wed Apr 23 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.04-2
b22ad7
- generate again new spec
b22ad7
b22ad7
* Wed Apr 22 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.04-1
b22ad7
- Specfile autogenerated by cpanspec 1.78.