rpms/perl-Satcon/devel import.log, NONE, 1.1 perl-Satcon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Wed Dec 3 11:20:02 UTC 2008


Author: msuchy

Update of /cvs/pkgs/rpms/perl-Satcon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21190/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Satcon.spec 
Log Message:
Initial commit to devel branch.



--- NEW FILE import.log ---
perl-Satcon-1_9-1:HEAD:perl-Satcon-1.9-1.src.rpm:1228303125


--- NEW FILE perl-Satcon.spec ---
Name:           perl-Satcon
Summary:        Framework for configuration files
Version:        1.9
Release:        1%{?dist}
License:        GPLv2
Group:          Applications/System
URL:            https://fedorahosted.org/spacewalk
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Source0:        https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       /sbin/restorecon

%description
Framework for generating config files during installation.
This package include Satcon perl module and supporting applications.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README LICENSE 
%{perl_vendorlib}/*
%{_bindir}/*

%changelog
* Thu Nov 20 2008 Jan Pazdziora 1.9-1
- make satcon-deploy-tree.pl SELinux-aware

* Wed Oct 29 2008 Miroslav Suchý <msuchy at redhat.com> 1.8-1
- BZ 466777 - add link to tgz, add LICENSE file
* Thu Oct 23 2008 Miroslav Suchý <msuchy at redhat.com> 1.7-1
- remove explicit VERSION
* Mon Oct 13 2008 Miroslav Suchý <msuchy at redhat.com> 1.6-1
- edit comment for URL
* Mon Aug  4 2008 Jan Pazdziora 1.3-11
- rebuild
* Fri Apr 27 2007 Matthew Davis <mdavis at redhat.com> - 1.3-7
- Backup config files
* Tue Jul 20 2004 Robin Norwood <rnorwood at redhat.com> - 1.2
- New Satcon version - 1.2
* Wed May 05 2004 Chip Turner <cturner at redhat.com> - 1.1-2
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Satcon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Nov 2008 02:19:35 -0000	1.1
+++ .cvsignore	3 Dec 2008 11:19:32 -0000	1.2
@@ -0,0 +1 @@
+perl-Satcon-1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Satcon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Nov 2008 02:19:35 -0000	1.1
+++ sources	3 Dec 2008 11:19:32 -0000	1.2
@@ -0,0 +1 @@
+ab2eb29de58fe8546efbd430ed5fbab6  perl-Satcon-1.9.tar.gz




More information about the fedora-extras-commits mailing list