SPECS: perl-Config-Record.spec - adapter truncate desc

glen glen at pld-linux.org
Wed Dec 12 22:36:49 CET 2007


Author: glen                         Date: Wed Dec 12 21:36:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter truncate desc

---- Files affected:
SPECS:
   perl-Config-Record.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-Config-Record.spec
diff -u SPECS/perl-Config-Record.spec:1.1 SPECS/perl-Config-Record.spec:1.2
--- SPECS/perl-Config-Record.spec:1.1	Wed Dec 12 22:11:45 2007
+++ SPECS/perl-Config-Record.spec	Wed Dec 12 22:36:44 2007
@@ -7,7 +7,7 @@
 %define	pdir	Config
 %define	pnam	Record
 Summary:	Config::Record - Configuration file access
-#Summary(pl):	
+#Summary(pl):
 Name:		perl-Config-Record
 Version:	1.1.2
 Release:	0.1
@@ -25,32 +25,13 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module provides an API for loading and saving of simple configuration
-file records. Entries in the configuration file are essentially key,value 
-pairs, with the key and values separated by a single equals symbol. The 
-key consists only of alphanumeric characters. There are three types of 
-values, scalar values can contain anything except newlines. Trailing 
-whitespace will be trimmed unless the value is surrounded in double 
-quotes. eg
-
-  foo = Wizz
-  foo = "Wizz....    "
-
-Long lines can be split with a backslash character, without introducing
-newlines. Without double quotes, whitespace at beginning and end of lines
-will be trimmed eg
-
-  foo = This is a long \
-        line of text
-  foo = "This is a long " \
-        "line of text"
-
-Multi-line strings can be provided as 'HERE' documents, eg
-
-
-
-# %description -l pl
-# TODO
+This module provides an API for loading and saving of simple
+configuration file records. Entries in the configuration file are
+essentially key,value pairs, with the key and values separated by a
+single equals symbol. The key consists only of alphanumeric
+characters. There are three types of values, scalar values can contain
+anything except newlines. Trailing whitespace will be trimmed unless
+the value is surrounded in double quotes.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -69,7 +50,7 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -88,6 +69,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007-12-12 21:36:44  glen
+- adapter truncate desc
+
 Revision 1.1  2007-12-12 21:11:45  agaran
 - new packages, specs generated by pldcpan
-
================================================================

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



More information about the pld-cvs-commit mailing list