Changes of Revision 4
[-] | Changed | asterisk-perl.spec |
x 1
2 Summary: C implementation of the Primary Rate ISDN specification 3 Name: asterisk-perl 4 -Version: 0.09 5 +Version: 0.10 6 Release: 1 7 License: GPL 8 Group: System Environment/Libraries 9
10 %build 11 [ "%{buildroot}" != '/' ] && rm -rf %{buildroot} 12 perl Makefile.PL PREFIX=%{buildroot}/usr 13 -make all 14 +%__make all 15 16 17 %install 18 -make install 19 +%__make install 20 +%perl_process_packlist 21 22 %clean 23 [ "%{buildroot}" != '/' ] && rm -rf %{buildroot} 24
25 %files 26 %defattr(-,root,root) 27 /usr/* 28 +/var/adm/perl-modules/asterisk-perl 29 30 %changelog 31 +* Wed Oct 29 2008 Carsten Schoene <cs@linux-administrator.com> 32 +- update to 0.10 33 * Thu Jun 7 2007 Doug Pedley <admin@trixbox.org> 34 - Initial RPM 35 |
||
Added | asterisk-perl-0.10.tar.gz ^ |