Changes of Revision 2
[+] | Deleted | perl-Test-Script.changes |
@@ -1,18 +0,0 @@ -------------------------------------------------------------------- -Thu Mar 4 22:41:22 UTC 2010 - chris@computersalat.de - -- cleanup spec -- fixed deps -- added perl-macros - o perl_gen_filelist - -------------------------------------------------------------------- -Mon Feb 8 22:22:47 UTC 2010 - larry+opensuse@l2g.to - -- More cleanup for openSUSE packaging - -------------------------------------------------------------------- -Mon Jan 25 15:28:21 CET 2010 - anicka@suse.cz - -- clean Requires - | ||
[-] | Added | perl-Lingua-PL-Numbers.spec ^ |
x 1
2 +# 3 +# spec file for package perl-Lingua-PL-Numbers (Version 1.0) 4 +# 5 + 6 +# norootforbuild 7 + 8 +Name: perl-Lingua-PL-Numbers 9 +%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) 10 +Summary: Convert numeric values into their Polish equivalents 11 +Version: 1.0 12 +Release: 1 13 +License: GPL+ or Artistic 14 +Group: Development/Libraries/Perl 15 +Url: http://search.cpan.org/dist/Test-Script/ 16 +Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Script-%{version}.tar.gz 17 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 18 +#BuildArch: noarch 19 +BuildRequires: perl 20 +%if 0%{?suse_version} < 1120 21 +BuildRequires: perl-macros 22 +%endif 23 +Requires: perl = %{perl_version} 24 +Provides: %{cpan_name} 25 + 26 +%description 27 +Perl module for converting numeric values into their Polish equivalents. 28 + 29 +%prep 30 +%setup -q -n %{cpan_name}-%{version} 31 + 32 +%build 33 +perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" 34 +%{__make} %{?_smp_mflags} 35 + 36 +%check 37 +%{__make} test 38 + 39 +%install 40 +%perl_make_install 41 +%perl_process_packlist 42 +%perl_gen_filelist 43 + 44 +%clean 45 +%{__rm} -rf $RPM_BUILD_ROOT 46 + 47 +%files -f %{name}.files 48 +%defattr(-,root,root,-) 49 +%doc Changes README 50 + 51 +%changelog 52 |
||
[+] | Deleted | perl-Test-Script.spec ^ |
@@ -1,74 +0,0 @@ -# -# spec file for package perl-Test-Script (Version 1.07) -# -# Copyright (c) 2010 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 - -Name: perl-Test-Script -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) -Summary: Basic cross-platform tests for scripts -Version: 1.07 -Release: 2 -License: GPL+ or Artistic -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-Script/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Script-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -#BuildArch: noarch -BuildRequires: perl -%if 0%{?suse_version} < 1120 -BuildRequires: perl-macros -%endif -BuildRequires: perl(File::Spec) >= 0.80 -BuildRequires: perl(Test::More) >= 0.62 -BuildRequires: perl(Test::Builder) >= 0.32 -BuildRequires: perl(Test::Builder::Tester) >= 1.02 -# not perl | perl-base -BuildRequires: perl(IPC::Run3) >= 0.034 -BuildRequires: perl(Probe::Perl) >= 0.01 -Requires: perl = %{perl_version} -Requires: perl(IPC::Run3) >= 0.034 -Requires: perl(Probe::Perl) >= 0.01 -Provides: %{cpan_name} - -%description -The intent of this module is to provide a series of basic tests for 80% of -the testing you will need to do for scripts in the script (or bin as is -also commonly used) paths of your Perl distribution. - -%prep -%setup -q -n %{cpan_name}-%{version} - -%build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} %{?_smp_mflags} - -%check -%{__make} test - -%install -%perl_make_install -%perl_process_packlist -%perl_gen_filelist - -%clean -%{__rm} -rf $RPM_BUILD_ROOT - -%files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes LICENSE README - -%changelog | ||
Added | Lingua-PL-Numbers-1.0.tar.gz ^ | |
Deleted | Test-Script-1.07.tar.gz ^ |