source: projects/specs/trunk/p/perl-Algorithm-Diff/perl-Algorithm-Diff-vl.spec @ 9089

Revision 9089, 3.7 KB checked in by inagaki, 9 years ago (diff)

2014-11-15 Ryoichi INAGAKI <ryo1@…>

  • perl-Algorithm-C3, perl-Class-Inspector, perl-Hook-LexWrap?, perl-Tie-IxHash?: updated
  • perl-Algorithm-Diff, perl-JSON-XS, perl-PPI, perl-Test-SubCalls?, perl-Text-Diff: rebuilt


Line 
1Name:           perl-Algorithm-Diff
2Version:        1.1902
3Release:        3%{?_dist_release}
4Summary:        Algorithm::Diff Perl module
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Algorithm-Diff/
8Source0:        http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildArch:      noarch
12BuildRequires:  perl(ExtUtils::MakeMaker)
13Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17Packager:       shaolin
18
19%description
20This is a module for computing the difference between two files, two
21strings, or any other two lists of things.  It uses an intelligent
22algorithm similar to (or identical to) the one used by the Unix "diff"
23program.  It is guaranteed to find the *smallest possible* set of
24differences.
25
26%prep
27%setup -q -n Algorithm-Diff-%{version}
28chmod 644 *.pl
29
30%build
31%{__perl} Makefile.PL INSTALLDIRS=vendor
32make %{?_smp_mflags}
33
34%install
35rm -rf %{buildroot}
36
37make pure_install PERL_INSTALL_ROOT=%{buildroot}
38
39find %{buildroot} -type f -name .packlist -exec rm -f {} \;
40find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
41
42%{_fixperms} %{buildroot}/*
43
44rm -f %{buildroot}%{perl_sitelib}/Algorithm/*.pl
45
46%check
47make test
48
49%clean
50rm -rf %{buildroot}
51
52%files
53%defattr(-,root,root,-)
54%doc Changes README *.pl
55%{perl_vendorlib}/*
56%{_mandir}/man3/*
57
58%changelog
59* Sat Nov 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1902-3
60- rebuilt with perl 5.16.3
61
62* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1902-2
63- rebuild
64
65* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1902-1
66- initial build for Vine Linux
67
68* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1902-14
69- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
70
71* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1902-13
72- Perl mass rebuild
73
74* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1902-12
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76
77* Tue Dec 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1902-11
78- 661697 rebuild for fixing problems with vendorach/lib
79
80* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1902-10
81- Mass rebuild with perl-5.12.0
82
83* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.1902-9
84- rebuild against perl 5.10.1
85
86* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1902-8
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88
89* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1902-7
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
91
92* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1902-6
93- Rebuild for perl 5.10 (again)
94
95* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.1902-5
96- rebuild for new perl
97
98* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.1902-4
99- fix license tag, rebuild for perl
100
101* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 1.1902-3
102- Use fixperms macro instead of our own chmod incantation.
103- BR ExtUtils::MakeMaker.
104
105* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 1.1902-2
106- Rebuild.
107
108* Sat Aug 05 2006 Steven Pritchard <steve@kspei.com> 1.1902-1
109- Update to 1.1902.
110- Minor spec cleanup to match current template/cpanspec output.
111
112* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 1.1901-1
113- Updated to 1.1901.
114
115* Sat Sep 03 2005 Steven Pritchard <steve@kspei.com> 1.15-2
116- Move example files to %%doc.
117
118* Sat Aug 27 2005 Steven Pritchard <steve@kspei.com> 1.15-1
119- Specfile autogenerated.
Note: See TracBrowser for help on using the repository browser.