Logoj0ke.net Open Build Service > Projects > devel:perl > perl-Data-Validate-Domain > Changes
Sign Up | Log In

Changes of Revision 2

[-] Added perl-Data-Validate-Domain.spec
x
 
1
@@ -0,0 +1,65 @@
2
+#
3
+# spec file for package perl-Data-Validate-Domain
4
+#
5
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
6
+# 
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
17
+#
18
+
19
+# norootforbuild
20
+
21
+#Distribution:   %dist
22
+#Packager:       %packager
23
+#Vendor:         %vendor
24
+
25
+Name:           perl-Data-Validate-Domain
26
+%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
27
+Summary:        Data::Validate::Domain
28
+Version:        0.09
29
+Release:        1
30
+License:        Artistic License
31
+Group:          Development/Libraries/Perl
32
+Url:            http://cpan.org/modules/by-module/IO/
33
+Source:         %{cpan_name}-%{version}.tar.bz2
34
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
35
+BuildRequires:  perl
36
+BuildRequires:  perl-macros
37
+Requires:  perl = %{perl_version}
38
+
39
+%description
40
+ %{cpan_name} module for perl
41
+
42
+
43
+%prep
44
+%setup -q -n %{cpan_name}-%{version}
45
+
46
+%build
47
+CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
48
+%{__make}
49
+rm -rf %{buildroot}%{perl_vendorarch}/auto/Data/Validate/Domain/.packlist
50
+%check
51
+
52
+%install
53
+%perl_make_install
54
+%perl_process_packlist
55
+##%perl_gen_filelist
56
+%clean
57
+%{__rm} -rf $RPM_BUILD_ROOT
58
+
59
+%files
60
+%defattr(-,root,root)
61
+%doc Changes README
62
+%{_mandir}/man3/Data::Validate::Domain.3pm*
63
+
64
+%changelog
65
+* Mon Apr 12 2010 Carsten Schoene <cs@linux-administrator.com> - 0.04
66
+- initial build
67
[+] Deleted perl-Data-Validate-Email.spec ^
Added Data-Validate-Domain-0.09.tar.bz2 ^
Deleted Data-Validate-Email-0.04.tar.bz2 ^