rpms/perl-Syntax-Highlight-Engine-Kate/devel perl-Syntax-Highlight-Engine-Kate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Mon May 18 05:40:20 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7993

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Syntax-Highlight-Engine-Kate.spec 
Log Message:
* Tue May  5 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.04-4
- add BR



--- NEW FILE perl-Syntax-Highlight-Engine-Kate.spec ---
Name:           perl-Syntax-Highlight-Engine-Kate
Version:        0.04
Release:        4%{?dist}
Summary:        Port to Perl of the syntax highlight engine of the Kate texteditor
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Syntax-Highlight-Engine-Kate/
Source0:        http://www.cpan.org/authors/id/H/HA/HANJE/Syntax-Highlight-Engine-Kate-%{version}.tar.gz
# http://rt.cpan.org/Public/Bug/Display.html?id=45512
Patch0:         Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight
engine of the Kate text editor.

%prep
%setup -q -n Syntax-Highlight-Engine-Kate-%{version}
%patch0 -p1

rm -rf lib/Syntax/Highlight/Engine/Kate/Alerts
find -type f -exec chmod -x {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT OPTIMIZE="$RPM_OPT_FLAGS"

find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*
chmod 644 Changes
chmod 644 REGISTERED

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue May  5 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.04-4
- add BR

* Mon May  4 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.04-3
- noarch, remove doubled Alerts

* Wed Apr 23 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.04-2
- generate again new spec

* Wed Apr 22 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.04-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	15 May 2009 23:52:45 -0000	1.1
+++ .cvsignore	18 May 2009 05:39:50 -0000	1.2
@@ -0,0 +1,2 @@
+Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
+Syntax-Highlight-Engine-Kate-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 May 2009 23:52:45 -0000	1.1
+++ sources	18 May 2009 05:39:50 -0000	1.2
@@ -0,0 +1,2 @@
+4b70ee4290e4f6cd20d022a36ca16ccd  Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
+7f94ab9430a4c8504bb93c7974bb7493  Syntax-Highlight-Engine-Kate-0.04.tar.gz




More information about the Fedora-perl-devel-list mailing list