Author: czucz                        Date: Tue Jun 21 17:51:26 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   perl-Class-ErrorHandler.spec (NONE -> 1.1)  (NEW), muttprint.spec (1.24 -> 
1.25) , perl-Convert-PEM.spec (1.13 -> 1.14) , perl-Crypt-DSA.spec (1.16 -> 
1.17) , perl-Log-Info.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/perl-Class-ErrorHandler.spec
diff -u /dev/null SPECS/perl-Class-ErrorHandler.spec:1.1
--- /dev/null   Tue Jun 21 19:51:26 2005
+++ SPECS/perl-Class-ErrorHandler.spec  Tue Jun 21 19:51:21 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+# TODO:
+# - Summary, desc
+#
+# Conditional build:
+%bcond_without  tests   # do not perform "make test"
+#
+%include        /usr/lib/rpm/macros.perl
+%define         pdir    Class
+%define         pnam    ErrorHandler
+Summary:        Class::ErrorHandler - base class for error handling
+Name:           perl-Class-ErrorHandler
+Version:        0.01
+Release:        1
+# same as perl
+License:        GPL v1+ or Artistic
+Group:          Development/Languages/Perl
+Source0:        
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 6a07ad34dfcdf510677f92e47643976d
+BuildRequires:  perl-devel >= 1:5.8.0
+BuildRequires:  rpm-perlprov >= 4.1-13
+BuildArch:      noarch
+BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is Class::ErrorHandler, a base class for classes that need to do
+error handling (which is, probably, most of them).
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+        INSTALLDIRS=vendor
+
+%{__make}
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Class/ErrorHandler.pm
+%{_mandir}/man3/*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/21 17:51:21  czucz
+- initial release
+

================================================================
Index: SPECS/muttprint.spec
diff -u SPECS/muttprint.spec:1.24 SPECS/muttprint.spec:1.25
--- SPECS/muttprint.spec:1.24   Sun Dec 26 18:11:02 2004
+++ SPECS/muttprint.spec        Tue Jun 21 19:51:21 2005
@@ -2,12 +2,12 @@
 Summary:       Formats the output of mail clients to a good-looking printing
 Summary(pl):   Program formatujący wyjście klientów pocztowych w dobrze 
wyglądający wydruk
 Name:          muttprint
-Version:       0.72c
+Version:       0.72d
 Release:       1
 License:       GPL
 Group:         Applications/Printing
 Source0:       http://dl.sourceforge.net/muttprint/%{name}-%{version}.tar.gz
-# Source0-md5: b3e99f8f6f37c0711f6e20f8cf3ef6cb
+# Source0-md5: cab04c11b7dfb29a9c3a6348a07b86a3
 URL:           http://muttprint.sourceforge.net/
 Requires:      perl-Text-Iconv
 Requires:      psutils
@@ -90,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2005/06/21 17:51:21  czucz
+- initial release
+
 Revision 1.24  2004/12/26 17:11:02  adamg
 - updated to 0.72c
 - include %%{_bindir}/muttprint-langinfo

================================================================
Index: SPECS/perl-Convert-PEM.spec
diff -u SPECS/perl-Convert-PEM.spec:1.13 SPECS/perl-Convert-PEM.spec:1.14
--- SPECS/perl-Convert-PEM.spec:1.13    Wed Nov  3 23:30:11 2004
+++ SPECS/perl-Convert-PEM.spec Tue Jun 21 19:51:21 2005
@@ -5,17 +5,18 @@
 Summary:       Convert::PEM Perl module - access to ASN.1-encoded PEM files
 Summary(pl):   Moduł Perla Convert::PEM - dostęp do plików PEM kodowanych 
ASN.1
 Name:          perl-Convert-PEM
-Version:       0.06
-Release:       3
+Version:       0.07
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 1f15fa7ee5026e722d1ac6855eff39e3
+# Source0-md5: d2188dd87446004c8da882b5a1f20412
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: perl-Convert-ASN1 >= 0.10
 BuildRequires: perl-Crypt-DES_EDE3
 BuildRequires: perl-Digest-MD5
+BuildRequires: perl-Class-ErrorHandler
 BuildRequires: rpm-perlprov >= 4.1-13
 Requires:      perl(Convert::ASN1) >= 0.10
 Requires:      perl-Crypt-DES_EDE3
@@ -62,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/06/21 17:51:21  czucz
+- initial release
+
 Revision 1.13  2004/11/03 22:30:11  paladine
 - formatting
 

================================================================
Index: SPECS/perl-Crypt-DSA.spec
diff -u SPECS/perl-Crypt-DSA.spec:1.16 SPECS/perl-Crypt-DSA.spec:1.17
--- SPECS/perl-Crypt-DSA.spec:1.16      Wed Nov  3 23:30:12 2004
+++ SPECS/perl-Crypt-DSA.spec   Tue Jun 21 19:51:21 2005
@@ -9,14 +9,15 @@
 Summary:       Crypt::DSA Perl module - DSA signature and key generation
 Summary(pl):   Moduł Perla Crypt::DSA - generujący sygnatury i klucze DSA
 Name:          perl-Crypt-DSA
-Version:       0.12
-Release:       4
+Version:       0.13
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 7324f8d65f041b153b6b4beeaeb9a953
+# Source0-md5: 269261448ecc6b3b82a854e3b774c4ae
 %if %{with tests}
+BuildRequires: perl-Convert-PEM >= 0.07
 BuildRequires: perl-Crypt-Random >= 0.33
 BuildRequires: perl-Digest-SHA1
 BuildRequires: perl-Math-Pari >= 2.001804
@@ -81,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/06/21 17:51:21  czucz
+- initial release
+
 Revision 1.16  2004/11/03 22:30:12  paladine
 - formatting
 

================================================================
Index: SPECS/perl-Log-Info.spec
diff -u SPECS/perl-Log-Info.spec:1.6 SPECS/perl-Log-Info.spec:1.7
--- SPECS/perl-Log-Info.spec:1.6        Wed Nov  3 23:30:31 2004
+++ SPECS/perl-Log-Info.spec    Tue Jun 21 19:51:21 2005
@@ -16,6 +16,9 @@
 Group:         Development/Languages/Perl
 Source0:       
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 80c2e6320e22e25310790d8a34cc65f6
+BuildRequires:  perl-Class-MethodMaker >= 1.02
+BuildRequires: perl-IPC-Run
+BuildRequires: perl-Term-ProgressBar
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -66,6 +69,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/06/21 17:51:21  czucz
+- initial release
+
 Revision 1.6  2004/11/03 22:30:31  paladine
 - formatting
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/muttprint.spec?r1=1.24&r2=1.25&f=u
    http://cvs.pld-linux.org/SPECS/perl-Convert-PEM.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/perl-Crypt-DSA.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/perl-Log-Info.spec?r1=1.6&r2=1.7&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to