/[packages]/cauldron/perl-MDK-Common/current/SPECS/perl-MDK-Common.spec
ViewVC logotype

Contents of /cauldron/perl-MDK-Common/current/SPECS/perl-MDK-Common.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 143455 - (show annotations) (download)
Wed Sep 14 10:32:16 2011 UTC (12 years, 7 months ago) by tv
File size: 706 byte(s)
fix namepsace in doc
1 %define version 1.2.29
2 %define release %mkrel 1
3
4 Summary: Various simple functions
5 Name: perl-MDK-Common
6 Version: %{version}
7 Release: %{release}
8 URL: http://svnweb.mageia.org/soft/perl-MDK-Common/
9 Source0: MDK-Common-%version.tar.bz2
10 License: GPLv2+
11 Group: Development/Perl
12 Conflicts: drakxtools-newt < 9.1-30mdk, drakconf < 9.1-14mdk
13
14 BuildArch: noarch
15
16 %description
17 Various simple functions created for DrakX
18
19 %prep
20 %setup -q -n MDK-Common-%{version}
21
22 %build
23 %{__perl} Makefile.PL INSTALLDIRS=vendor
24 make
25
26 %check
27 make test
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 %{makeinstall_std}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(-,root,root)
38 %doc COPYING tutorial.html
39 %{perl_vendorlib}/MDK
40 %{_mandir}/man*/*

  ViewVC Help
Powered by ViewVC 1.1.30