Changes of Revision 2
[-] | Added | asterisk-perl.spec |
x 1
2 +Summary: C implementation of the Primary Rate ISDN specification 3 +Name: asterisk-perl 4 +Version: 0.09 5 +Release: 1 6 +License: GPL 7 +Group: System Environment/Libraries 8 +URL: http://asterisk.gnuinter.net/ 9 +Source0: http://asterisk.gnuinter.net/files/asterisk-perl-0.09.tar.gz 10 +Packager: Doug Pedley <admin@trixbox.org> 11 +Buildroot: %{_tmppath}/%{name}-%{version} 12 +Requires: asterisk perl 13 + 14 + 15 +%description 16 +asterisk-perl is a collection of perl modules to be used with the Asterisk PBX. 17 + 18 +%prep 19 +%setup -q -n %{name}-%{version} 20 + 21 +%build 22 +[ "%{buildroot}" != '/' ] && rm -rf %{buildroot} 23 +perl Makefile.PL PREFIX=%{buildroot}/usr 24 +make all 25 + 26 + 27 +%install 28 +make install 29 + 30 +%clean 31 +[ "%{buildroot}" != '/' ] && rm -rf %{buildroot} 32 + 33 +%post 34 + 35 +%postun 36 + 37 +%files 38 +/usr/* 39 + 40 +%changelog 41 +* Thu Jun 7 2007 Doug Pedley <admin@trixbox.org> 42 +- Initial RPM 43 |