head	1.4;
access;
symbols;
locks; strict;
comment	@-- @;


1.4
date	2009.09.04.18.54.58;	author rse;	state Exp;
branches;
next	1.3;
commitid	djH9s0Yo02Nfuo2u;

1.3
date	2009.04.18.13.13.50;	author rse;	state Exp;
branches;
next	1.2;
commitid	4pHXU27WTIGCZuKt;

1.2
date	2008.07.25.06.04.51;	author rse;	state Exp;
branches;
next	1.1;
commitid	frX0sw38LOrah9ct;

1.1
date	2008.07.24.20.58.01;	author rse;	state Exp;
branches;
next	;
commitid	E1YKE9RrcO2Af6ct;


desc
@@


1.4
log
@change dependency to Perl 5.10 only
@
text
@##
##  perl-aop.spec -- OpenPKG RPM Package Specification
##  Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/>
##
##  Permission to use, copy, modify, and distribute this software for
##  any purpose with or without fee is hereby granted, provided that
##  the above copyright notice and this permission notice appear in all
##  copies.
##
##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
##  SUCH DAMAGE.
##

#   versions of individual parts
%define       V_perl         5.10
%define       V_aspect       0.14

#   package information
Name:         perl-aop
Summary:      Perl Modules for Aspect Oriented Programming (AOP)
URL:          http://www.cpan.org/
Vendor:       Perl Community
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        BASE
Group:        Perl
License:      GPL/Artistic
Version:      %{V_perl}
Release:      20090904

#   list of sources
Source0:      http://www.cpan.org/authors/id/M/MA/MARCEL/Aspect-%{V_aspect}.tar.gz
Patch0:       perl-aop.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
PreReq:       OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
BuildPreReq:  perl-devel
PreReq:       perl-devel
AutoReq:      no
AutoReqProv:  no

%description
    Perl modules for Aspect Oriented Programming (AOP):
    - Aspect (%{V_aspect})

%track
    prog perl-aop:Aspect = {
        version   = %{V_aspect}
        url       = http://www.cpan.org/authors/id/M/MA/MARCEL/
        regex     = Aspect-(__VER__)\.tar\.gz
    }

%prep
    %setup -q -c
    %patch -p0

%build

%install
    rm -rf $RPM_BUILD_ROOT
    %{l_prefix}/bin/perl-openpkg prepare
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE0}  configure build install
    %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

@


1.3
log
@bump years in copyright messages
@
text
@d25 2
a26 2
%define       V_perl                            5.10.0
%define       V_aspect                          0.14
d39 1
a39 1
Release:      20080725
@


1.2
log
@modifying package: perl-aop-5.10.0 20080724 -> 20080725
@
text
@d3 1
a3 1
##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
@


1.1
log
@new package: perl-aop 5.10.0 (Perl Modules for Aspect Oriented Programming (AOP))
@
text
@d26 1
a26 1
%define       V_aspect                          0.13
d39 1
a39 1
Release:      20080724
@

