/[smecontribs]/rpms/perl-Mail-Ezmlm-Archive/contribs7/Mail-Ezmlm-Archive.spec
ViewVC logotype

Annotation of /rpms/perl-Mail-Ezmlm-Archive/contribs7/Mail-Ezmlm-Archive.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Sat Dec 22 22:18:29 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: perl-Mail-Ezmlm-Archive-0_16-1_el4_sme
Changes since 1.2: +0 -1 lines
Remove Packager/Distribution (added by buildsys)

1 slords 1.1 #
2     # - Mail::Ezmlm::Archive -
3     # This spec file was automatically generated by cpan2rpm [ver: 2.028]
4     # The following arguments were used:
5     # http://search.cpan.org/CPAN/authors/id/A/AA/AAR/Mail-Ezmlm-Archive-0.16.tar.gz
6     # For more information on cpan2rpm please visit: http://perl.arix.com/
7     #
8    
9     %define pkgname Mail-Ezmlm-Archive
10     %define filelist %{pkgname}-%{version}-filelist
11     %define NVR %{pkgname}-%{version}-%{release}
12     %define maketest 1
13    
14     name: perl-Mail-Ezmlm-Archive
15     summary: Mail-Ezmlm-Archive - Object methods for ezmlm-idx archives
16     version: 0.16
17 slords 1.2 release: 1%{?dist}
18 slords 1.1 vendor: Alessandro Ranellucci <aar@cpan.org>
19     license: Artistic
20     group: Applications/CPAN
21     url: http://www.cpan.org
22     buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
23     buildarch: noarch
24     prefix: %(echo %{_prefix})
25     source: http://search.cpan.org/CPAN/authors/id/A/AA/AAR/Mail-Ezmlm-Archive-0.16.tar.gz
26    
27     %description
28     None.
29    
30     #
31     # This package was generated automatically with the cpan2rpm
32     # utility. To get this software or for more information
33     # please visit: http://perl.arix.com/
34     #
35    
36     %prep
37     %setup -q -n %{pkgname}-%{version}
38     chmod -R u+w %{_builddir}/%{pkgname}-%{version}
39    
40     %build
41     grep -rsl '^#!.*perl' . |
42     grep -v '.bak$' |xargs --no-run-if-empty \
43     %__perl -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)'
44     CFLAGS="$RPM_OPT_FLAGS"
45     %{__perl} Makefile.PL `%{__perl} -MExtUtils::MakeMaker -e ' print qq|PREFIX=%{buildroot}%{_prefix}| if \$ExtUtils::MakeMaker::VERSION =~ /5\.9[1-6]|6\.0[0-5]/ '`
46     %{__make}
47     %if %maketest
48     %{__make} test
49     %endif
50    
51     %install
52     [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
53    
54     %{makeinstall} `%{__perl} -MExtUtils::MakeMaker -e ' print \$ExtUtils::MakeMaker::VERSION <= 6.05 ? qq|PREFIX=%{buildroot}%{_prefix}| : qq|DESTDIR=%{buildroot}| '`
55    
56     cmd=/usr/share/spec-helper/compress_files
57     [ -x $cmd ] || cmd=/usr/lib/rpm/brp-compress
58     [ -x $cmd ] && $cmd
59    
60     # SuSE Linux
61     if [ -e /etc/SuSE-release -o -e /etc/UnitedLinux-release ]
62     then
63     %{__mkdir_p} %{buildroot}/var/adm/perl-modules
64     %{__cat} `find %{buildroot} -name "perllocal.pod"` \
65     | %{__sed} -e s+%{buildroot}++g \
66     > %{buildroot}/var/adm/perl-modules/%{name}
67     fi
68    
69     # remove special files
70     find %{buildroot} -name "perllocal.pod" \
71     -o -name ".packlist" \
72     -o -name "*.bs" \
73     |xargs -i rm -f {}
74    
75     # no empty directories
76     find %{buildroot}%{_prefix} \
77     -type d -depth \
78     -exec rmdir {} \; 2>/dev/null
79    
80     %{__perl} -MFile::Find -le '
81     find({ wanted => \&wanted, no_chdir => 1}, "%{buildroot}");
82     print "%doc README";
83     for my $x (sort @dirs, @files) {
84     push @ret, $x unless indirs($x);
85     }
86     print join "\n", sort @ret;
87    
88     sub wanted {
89     return if /auto$/;
90    
91     local $_ = $File::Find::name;
92     my $f = $_; s|^\Q%{buildroot}\E||;
93     return unless length;
94     return $files[@files] = $_ if -f $f;
95    
96     $d = $_;
97     /\Q$d\E/ && return for reverse sort @INC;
98     $d =~ /\Q$_\E/ && return
99     for qw|/etc %_prefix/man %_prefix/bin %_prefix/share|;
100    
101     $dirs[@dirs] = $_;
102     }
103    
104     sub indirs {
105     my $x = shift;
106     $x =~ /^\Q$_\E\// && $x ne $_ && return 1 for @dirs;
107     }
108     ' > %filelist
109    
110     [ -z %filelist ] && {
111     echo "ERROR: empty %files listing"
112     exit -1
113     }
114    
115     %clean
116     [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
117    
118     %files -f %filelist
119     %defattr(-,root,root)
120    
121     %changelog
122     * Mon Dec 3 2007 root@servidor
123 slords 1.2 - Initial build.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed