mirror of
https://abf.rosa.ru/djam/perl-Asterisk-LDAP.git
synced 2025-02-23 18:33:00 +00:00
Automatic import for version 0.6.0
This commit is contained in:
commit
163624f5cd
2 changed files with 85 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
"asterisk-ldap-0.6.0.tar.bz2": 759bfa444d6c38ce0d8a24a9024195c159e060b5
|
83
perl-Asterisk-LDAP.spec
Normal file
83
perl-Asterisk-LDAP.spec
Normal file
|
@ -0,0 +1,83 @@
|
|||
%define upstream_name Asterisk-LDAP
|
||||
%define upstream_version 0.6.0
|
||||
|
||||
Name: perl-%{upstream_name}
|
||||
Version: %perl_convert_version %{upstream_version}
|
||||
Release: %mkrel 8
|
||||
|
||||
Summary: Methods for generating Asterisk configuration from LDAP
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Perl
|
||||
Url: http://projects.alkaloid.net/e107_plugins/content/content.php?content.6
|
||||
Source0: http://projects.alkaloid.net/dist/asterisk-ldap-%{upstream_version}.tar.bz2
|
||||
|
||||
Buildarch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
||||
|
||||
%description
|
||||
This module should make it simple to write scripts that customize Asterisk's
|
||||
configuration based on data from the LDAP tree. These methods and mechanisms
|
||||
have been written with customization of the final product (configuration files)
|
||||
in mind.
|
||||
|
||||
%prep
|
||||
%setup -q -n asterisk-ldap-%{upstream_version}
|
||||
|
||||
# fix attribs
|
||||
chmod -R 755 examples
|
||||
chmod 644 COPYING ChangeLog INSTALL LICENSE README* TODO asterisk.schema
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%make
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%makeinstall_std
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc examples COPYING ChangeLog INSTALL LICENSE README* TODO asterisk.schema
|
||||
%{perl_vendorlib}/Asterisk
|
||||
%{_mandir}/*/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 28 2011 Funda Wang <fwang@mandriva.org> 0.6.0-8mdv2011.0
|
||||
+ Revision: 680479
|
||||
- mass rebuild
|
||||
|
||||
* Fri Feb 12 2010 Jérôme Quelin <jquelin@mandriva.org> 0.6.0-7mdv2011.0
|
||||
+ Revision: 504578
|
||||
- rebuild using %%perl_convert_version
|
||||
|
||||
* Fri Sep 04 2009 Thierry Vignaud <tv@mandriva.org> 0.6.0-6mdv2010.0
|
||||
+ Revision: 430262
|
||||
- rebuild
|
||||
|
||||
* Wed Jul 30 2008 Thierry Vignaud <tv@mandriva.org> 0.6.0-5mdv2009.0
|
||||
+ Revision: 255342
|
||||
- rebuild
|
||||
|
||||
* Sat Dec 22 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.6.0-3mdv2008.1
|
||||
+ Revision: 136901
|
||||
- spec cleanup
|
||||
- rebuild
|
||||
|
||||
+ Olivier Blin <oblin@mandriva.com>
|
||||
- restore BuildRoot
|
||||
|
||||
+ Thierry Vignaud <tv@mandriva.org>
|
||||
- kill re-definition of %%buildroot on Pixel's request
|
||||
|
||||
|
||||
* Fri Oct 27 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.6.0-1mdv2007.0
|
||||
+ Revision: 73300
|
||||
- import perl-Asterisk-LDAP-0.6.0-1mdv2007.0
|
||||
|
||||
* Fri Jun 16 2006 Oden Eriksson <oeriksson@mandriva.com> 0.6.0-1mdv2007.0
|
||||
- initial Mandriva package
|
||||
|
Loading…
Add table
Reference in a new issue