SPECS: perl-Net-Google-Calendar.spec - descs, cleanups

qboosh qboosh at pld-linux.org
Mon Jul 10 21:58:48 CEST 2006


Author: qboosh                       Date: Mon Jul 10 19:58:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- descs, cleanups

---- Files affected:
SPECS:
   perl-Net-Google-Calendar.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-Net-Google-Calendar.spec
diff -u SPECS/perl-Net-Google-Calendar.spec:1.1 SPECS/perl-Net-Google-Calendar.spec:1.2
--- SPECS/perl-Net-Google-Calendar.spec:1.1	Sun Jul  9 12:40:37 2006
+++ SPECS/perl-Net-Google-Calendar.spec	Mon Jul 10 21:58:43 2006
@@ -1,58 +1,40 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	autodeps	# don't BR packages needed only for resolving deps
 %bcond_without	tests	# do not perform "make test"
 #
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	Net
 %define		pnam	Google-Calendar
-Summary:	perl(Net::Google::Calendar)
-Summary(pl):	perl(Net::Google::Calendar)
+Summary:	Net::Google::Calendar - programmatic access to Google's Calendar API
+Summary(pl):	Net::Google::Calendar - dostęp do API Google Calendar
 Name:		perl-Net-Google-Calendar
 Version:	0.2_devel
-Release:	0
-# note if it is "same as perl"
-License:	(enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here)
+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
-Patch0:		%{name}
-# most of CPAN modules have generic URL (substitute pdir and pnam here)
-#URL:		http://search.cpan.org/dist/%{pdir}-%{pnam}
+URL:		http://search.cpan.org/dist/Net-Google-Calendar/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
-#BuildRequires:	-
-%if %{with autodeps} || %{with tests}
-#BuildRequires:	perl-
-#BuildRequires:	perl-
-%endif
-#Requires:	-
-#Provides:	-
-#Obsoletes:	-
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_noautoreq	'perl(anything_fake_or_conditional)'
-
 %description
-a
+Interact with Google's new calendar.
 
 %description -l pl
-b
+Moduł do współpracy z nowym kalendarzem Google.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-#%patch0 -p1
 
 %build
-# Don't use pipes here: they generally don't work. Apply a patch.
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
 
 %{__make}
-# if module isn't noarch, use:
-# %{__make} \
-#	OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
 
@@ -68,12 +50,9 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes Readme TODO USAGE
-# note it's mostly easier to copy unpackaged filelist here, and run adapter over the spec.
-# use macros:
 %{perl_vendorlib}/Net/Google/Calendar.pm
 %dir %{perl_vendorlib}/Net/Google/Calendar
 %{perl_vendorlib}/Net/Google/Calendar/*.pm
-#%%{perl_vendorarch}/...
 %{_mandir}/man3/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -82,6 +61,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/07/10 19:58:43  qboosh
+- descs, cleanups
+
 Revision 1.1  2006/07/09 10:40:37  agaran
 - NFI, WIP, new and not tested
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Net-Google-Calendar.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list