rpms/perl-Text-CHM/devel perl-Text-CHM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Mar 31 15:21:55 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/perl-Text-CHM/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8014/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-CHM.spec 
Log Message:
auto-import perl-Text-CHM-0.01-1 on branch devel from perl-Text-CHM-0.01-1.src.rpm


--- NEW FILE perl-Text-CHM.spec ---
Name:           perl-Text-CHM
Version:        0.01
Release:        1%{?dist}
Summary:        Perl extension for handling MS Compiled HtmlHelp Files

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Text-CHM
Source0:        http://www.cpan.org/modules/by-module/Text/Text-CHM-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  chmlib-devel
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Text::CHM is a module that implements a (partial) support for handling MS 
Compiled HtmlHelp Files (chm files for short) via CHMLib. 

Text::CHM allows you to open chm files, get their filelist, get the content 
of each file and close them; at the moment, no write support is available.

%prep
%setup -q -n Text-CHM-%{version}


%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
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README Changes
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Text/
%{_mandir}/man3/Text::CHM.3*


%changelog
* Sun Mar 12 2006 Patrice Dumas <pertusus at free.fr> 0.01-1
- Fedora Extras submission


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-CHM/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Mar 2006 15:09:52 -0000	1.1
+++ .cvsignore	31 Mar 2006 15:21:55 -0000	1.2
@@ -0,0 +1 @@
+Text-CHM-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-CHM/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Mar 2006 15:09:52 -0000	1.1
+++ sources	31 Mar 2006 15:21:55 -0000	1.2
@@ -0,0 +1 @@
+33dd0a2d9a22025bf39727e7c589faaa  Text-CHM-0.01.tar.gz




More information about the fedora-extras-commits mailing list