mirror of
https://abf.rosa.ru/djam/asterisk-gui.git
synced 2025-04-18 15:54:14 +00:00
Automatic import for version 2.0-5.20120518svn5220.el6
This commit is contained in:
commit
4272bbb590
2 changed files with 70 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
"asterisk-gui-2.0-20120518svn5220.tar.xz": bbfa6d6560cf434df1f7fc9a374390abb034b2bb
|
68
asterisk-gui.spec
Normal file
68
asterisk-gui.spec
Normal file
|
@ -0,0 +1,68 @@
|
|||
%global snapdate 20120518
|
||||
%global snaphash 5220
|
||||
%global snapver %{snapdate}svn%{snaphash}
|
||||
|
||||
Name: asterisk-gui
|
||||
Version: 2.0
|
||||
Release: 5.%{snapver}%{?dist}
|
||||
Summary: Graphical interface for Asterisk configuration
|
||||
|
||||
License: GPLv2
|
||||
URL: http://www.asterisk.org/
|
||||
# Upstream doesn't publish release tarballs, so we make one:
|
||||
# $ svn checkout -r 5220 http://svn.asterisk.org/svn/asterisk-gui/branches/2.0/ asterisk-gui-2.0-20120518svn5220
|
||||
# $ tar Jcf asterisk-gui-2.0-20120518svn5220.tar.xz asterisk-gui-2.0-20120518svn5220/
|
||||
Source0: %{name}-%{version}-%{snapver}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
#BuildRequires:
|
||||
Requires: asterisk
|
||||
|
||||
|
||||
%description
|
||||
Asterisk GUI is a framework for the creation of graphical interfaces
|
||||
for configuring Asterisk. Some sample graphical interfaces for specific
|
||||
vertical markets are included for reference or for actual use and
|
||||
extension.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{snapver}
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%doc README CREDITS LICENSE COPYING requests.txt security.txt
|
||||
%{_sharedstatedir}/asterisk/gui_backups/
|
||||
%{_sharedstatedir}/asterisk/scripts/
|
||||
%{_sharedstatedir}/asterisk/static-http/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 18 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0-5.20120518svn5220
|
||||
- new upstream snapshot
|
||||
- remove sed statement in %%prep section
|
||||
- update comments about Source0 in spec file
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4.20111230svn5218
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Dec 30 2011 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0-3.20111230svn5218
|
||||
- fix invalid-fsf-adress in COPYING file by sed
|
||||
|
||||
* Mon Dec 12 2011 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0-2.20111212svn5218
|
||||
- new upstream snapshot
|
||||
- fix file owner issue in file section
|
||||
- add name option in setup
|
||||
- set buildarch as noarch
|
||||
|
||||
* Thu Dec 08 2011 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0-1.20111208svn5218
|
||||
- Initial Release
|
Loading…
Add table
Reference in a new issue