Changes of Revision 5
[-] | Changed | perl-SVN-Notify.spec |
x 1
2 # norootforbuild 3 4 Name: perl-SVN_Notify 5 -Version: 2.71 6 +Version: 2.65 7 Release: 0 8 Summary: Subversion activity notification 9 License: GPL, Artistic License 10
11 %{perl_sitelib}/SVN/Notify/Alternative.pm 12 %{perl_sitelib}/SVN/Notify/HTML.pm 13 %{perl_sitelib}/SVN/Notify/HTML/ColorDiff.pm 14 -%{perl_sitelib}/SVN/Notify/Filter.pm 15 -%{perl_sitelib}/SVN/Notify/Filter/Trac.pm 16 # The suse_version check can be removed when SLES 9 is discontinued 17 %if 0%{?suse_version} > 910 18 %ifarch %{ix86} 19
20 %endif 21 22 %changelog 23 -* Mon Apr 28 2008 Carsten Schoene <cs@linux-administrator.com> - 2.71 24 -- update to new release 2.71 25 * Sat May 26 2007 Richard Bos <richard@radoeka.nl> - 2.65 26 - Added destdir={buildroot} to the __perl Makefile.PL to make it build 27 for older versions 28 |