packages: perl-ProjectBuilder/perl-ProjectBuilder.spec - add /etc/pb dir, d...

glen glen at pld-linux.org
Wed Nov 9 10:00:45 CET 2011


Author: glen                         Date: Wed Nov  9 09:00:45 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add /etc/pb dir, desc bits from http://pkgs.repoforge.org/perl-ProjectBuilder/

---- Files affected:
packages/perl-ProjectBuilder:
   perl-ProjectBuilder.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/perl-ProjectBuilder/perl-ProjectBuilder.spec
diff -u packages/perl-ProjectBuilder/perl-ProjectBuilder.spec:1.1 packages/perl-ProjectBuilder/perl-ProjectBuilder.spec:1.2
--- packages/perl-ProjectBuilder/perl-ProjectBuilder.spec:1.1	Wed Nov  9 09:47:45 2011
+++ packages/perl-ProjectBuilder/perl-ProjectBuilder.spec	Wed Nov  9 10:00:40 2011
@@ -5,12 +5,12 @@
 
 %define		pdir	ProjectBuilder
 %include	/usr/lib/rpm/macros.perl
-Summary:	ProjectBuilder
+Summary:	Perl module providing multi-OSes (Linux/Solaris/...) Continuous Packaging
 Name:		perl-ProjectBuilder
 Version:	0.11.3
 Release:	1
 License:	GPL v2
-Group:		Development/Languages/Perl
+Group:		Applications/Archiving
 Source0:	http://www.cpan.org/modules/by-module/ProjectBuilder/%{pdir}-%{version}.tar.gz
 # Source0-md5:	eaca1edcfbf6e2c1603ab071a803f9f3
 URL:		http://search.cpan.org/dist/ProjectBuilder/
@@ -20,15 +20,10 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-ProjectBuilder helps you build various packages directly from your
-project sources. In order to work correctly, it relies on a certain
-number of configuration files. Most of these configuration parameters
-can be setup in all the configuration files, however, they generally
-make more sense in a specific one, which is indicated. There are
-mainly 4 configuration files, the one in the home directory of the
-user (used first), the one from the project (use in second), the one
-in the VM/VE hosting directory, and the one provided by the tool in
-/etc/pb or /usr/local/etc/pb (lastly).
+ProjectBuilder is a Perl module providing set of functions to help
+develop packages for projects and deal with different Operating
+systems (Linux distributions, Solaris, ...). It implements a
+Continuous Packaging approach.
 
 %prep
 %setup -q -n %{pdir}-%{version}
@@ -42,6 +37,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/pb
 %{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -51,6 +47,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog INSTALL NEWS README
+%dir %{_sysconfdir}/pb
 %attr(755,root,root) %{_bindir}/pbdistrocheck
 %{_mandir}/man1/pbdistrocheck.1p*
 %{_mandir}/man3/ProjectBuilder::*.3pm*
@@ -62,5 +59,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/11/09 09:00:40  glen
+- add /etc/pb dir, desc bits from http://pkgs.repoforge.org/perl-ProjectBuilder/
+
 Revision 1.1  2011/11/09 08:47:45  glen
 - new, created with pldcpan
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-ProjectBuilder/perl-ProjectBuilder.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list