rpms/perl-Text-vFile-asData/F-8 perl-Text-vFile-asData.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius corsepiu at fedoraproject.org
Sat Aug 30 02:28:36 UTC 2008


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Text-vFile-asData/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21185/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-vFile-asData.spec 
Log Message:
* Tue Aug 26 2008 Ralf Corsépius <rc040203 at freenet.de> 0.05-2
- Split out applications into *-utils.
- Fedora submission.



--- NEW FILE perl-Text-vFile-asData.spec ---
Name:           perl-Text-vFile-asData
Version:        0.05
Release:        2%{?dist}
Summary:        Parse vFile formatted files into data structures
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-vFile-asData/
Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-vFile-asData-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 0:5.006
BuildRequires:  perl(Class::Accessor::Chained)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)

# for improved tests
BuildRequires:  perl(Test::Pod) >= 1.00

# rpm doesn't catch this
Requires:       perl(Class::Accessor::Chained)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Text::vFile::asData reads vFile format files, such as vCard (RFC 2426) and
vCalendar (RFC 2445).

%package utils
Summary: Utilities using perl-Text-vFile-asData
Group:          Development/Tools

%description utils
%{summary}

%prep
%setup -q -n Text-vFile-asData-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%files utils
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Tue Aug 26 2008 Ralf Corsépius <rc040203 at freenet.de> 0.05-2
- Split out applications into *-utils.
- Fedora submission.

* Mon Aug 11 2008 Ralf Corsépius <rc040203 at freenet.de> 0.05-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-vFile-asData/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Aug 2008 04:39:47 -0000	1.1
+++ .cvsignore	30 Aug 2008 02:28:06 -0000	1.2
@@ -0,0 +1 @@
+Text-vFile-asData-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-vFile-asData/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Aug 2008 04:39:47 -0000	1.1
+++ sources	30 Aug 2008 02:28:06 -0000	1.2
@@ -0,0 +1 @@
+3e2ec1f22562dc3d92ababac4f882bed  Text-vFile-asData-0.05.tar.gz




More information about the fedora-extras-commits mailing list