rpms/perl-Config-Augeas/devel perl-Config-Augeas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alan Pevec (apevec) fedora-extras-commits at redhat.com
Fri Jul 18 15:30:08 UTC 2008


Author: apevec

Update of /cvs/pkgs/rpms/perl-Config-Augeas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23746

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Config-Augeas.spec 
Log Message:
Initial import.



--- NEW FILE perl-Config-Augeas.spec ---
Name:           perl-Config-Augeas
Version:        0.201
Release:        1%{?dist}
Summary:        Edit configuration files through Augeas C library
License:        LGPLv2+
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Config-Augeas/
Source0:        http://www.cpan.org/modules/by-module/Config/Config-Augeas-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
BuildRequires:  augeas-devel
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Augeas is a library and command line tool that focuses on the most basic
problem in handling Linux configurations programmatically: editing actual
configuration files in a controlled manner.

%prep
%setup -q -n Config-Augeas-%{version}

%build
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
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 ChangeLog README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Config*
%{_mandir}/man3/*

%changelog
* Wed Jul 02 2008 Alan Pevec <apevec at redhat.com> 0.201-1
- new upstream release 0.201

* Mon Jun 30 2008 Alan Pevec <apevec at redhat.com> 0.200-1
- Specfile autogenerated by cpanspec 1.77.
- temporary patch to remove /usr/local references



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jul 2008 20:53:48 -0000	1.1
+++ .cvsignore	18 Jul 2008 15:29:21 -0000	1.2
@@ -0,0 +1 @@
+Config-Augeas-0.201.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jul 2008 20:53:48 -0000	1.1
+++ sources	18 Jul 2008 15:29:21 -0000	1.2
@@ -0,0 +1 @@
+54e0f51ad0c9f148c828b2c2b033a13c  Config-Augeas-0.201.tar.gz




More information about the fedora-extras-commits mailing list