Changes of Revision 2
[-] | Added | perl-Data-Validate-Domain.spec |
x 1
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 ^ |
@@ -1,82 +0,0 @@ -# -# spec file for package perl-Data-Validate-Email -# -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -# norootforbuild - -#Distribution: %dist -#Packager: %packager -#Vendor: %vendor - -Name: perl-Data-Validate-Email -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) -Summary: Data::Validate::Email -Version: 0.04 -Release: 1 -License: Artistic License -Group: Development/Libraries/Perl -Url: http://cpan.org/modules/by-module/IO/ -Source: %{cpan_name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl -BuildRequires: perl-macros -Requires: perl = %{perl_version} - -%description - %{cpan_name} module for perl - - -%prep -%setup -q -n %{cpan_name}-%{version} - -%build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL -%{__make} -rm -rf %{buildroot}%{perl_vendorarch}/auto/Data/Validate/Email/.packlist -%check - -%install -%perl_make_install -%perl_process_packlist -##%perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc Changes README -%dir %{perl_vendorlib}/Data -%dir %{perl_vendorlib}/Data/Validate -%dir %{perl_vendorlib}/auto/Data -%dir %{perl_vendorlib}/auto/Data/Validate -%dir %{perl_vendorlib}/auto/Data/Validate/Email -%{perl_vendorlib}/Data/Validate/Email.pm -%{perl_vendorlib}/auto/Data/Validate/Email/autosplit.ix -%{perl_vendorlib}/auto/Data/Validate/Email/is_domain.al -%{perl_vendorlib}/auto/Data/Validate/Email/is_email.al -%{perl_vendorlib}/auto/Data/Validate/Email/is_email_rfc822.al -%{perl_vendorlib}/auto/Data/Validate/Email/is_username.al -%{perl_vendorlib}/auto/Data/Validate/Email/new.al -%dir %{perl_vendorarch}/auto/Data -%dir %{perl_vendorarch}/auto/Data/Validate -%dir %{perl_vendorarch}/auto/Data/Validate/Email -%{perl_vendorarch}/auto/Data/Validate/Email/.packlist -/var/adm/perl-modules/perl-Data-Validate-Email -%{_mandir}/man3/Data::Validate::Email.3pm* - -%changelog -* Mon Apr 12 2010 Carsten Schoene <cs@linux-administrator.com> - 0.04 -- initial build | ||
Added | Data-Validate-Domain-0.09.tar.bz2 ^ | |
Deleted | Data-Validate-Email-0.04.tar.bz2 ^ |