rpms/perl-Class-Observable/FC-5 perl-Class-Observable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Mar 22 12:37:33 UTC 2007


Author: ixs

Update of /cvs/extras/rpms/perl-Class-Observable/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6004/FC-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-Observable.spec 
Log Message:
auto-import perl-Class-Observable-1.04-2 on branch FC-5 from perl-Class-Observable-1.04-2.src.rpm


--- NEW FILE perl-Class-Observable.spec ---
Name:           perl-Class-Observable
Version:        1.04
Release:        2%{?dist}
Summary:        Allow other classes and objects to respond to events in yours
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Class-Observable/
Source0:        http://www.cpan.org/modules/by-module/Class/Class-Observable-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:  perl(ExtUtils::MakeMaker)


%description
If you have ever used Java, you may have run across the
java.util.Observable class and the java.util.Observer interface. With them
you can decouple an object from the one or more objects that wish to be
notified whenever particular events occur.

%prep
%setup -q -n Class-Observable-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Mar 17 2007 Andreas Thienemann <andreas at bawue.net> 1.04-2
- Fixed BuildReq to pull in perl-devel in a portable way


* Thu Mar 15 2007 Andreas Thienemann <andreas at bawue.net> 1.04-1
- Specfile autogenerated by cpanspec 1.69.1.
- Cleaned up for FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Observable/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Mar 2007 21:24:32 -0000	1.1
+++ .cvsignore	22 Mar 2007 12:37:00 -0000	1.2
@@ -0,0 +1 @@
+Class-Observable-1.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Observable/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Mar 2007 21:24:32 -0000	1.1
+++ sources	22 Mar 2007 12:37:00 -0000	1.2
@@ -0,0 +1 @@
+a4fe8e71f0082e51d5d97da865b6a708  Class-Observable-1.04.tar.gz




More information about the fedora-extras-commits mailing list