]> git.pld-linux.org Git - packages/gastman.git/blame - gastman.spec
- initial release - graphical administration interface for asterisk
[packages/gastman.git] / gastman.spec
CommitLineData
49f310a3
PG
1# TODO:
2# - desktop file (vfolder? how to make it?)
3Summary: Gtk ASTerisk MANager
4Name: gastman
5Version: 0.2.1
6Release: 1
7License: GPL
8Group: X11/Applications
9Source0: ftp://ftp.asterisk.org/pub/telephony/%{name}/%{name}-%{version}.tar.gz
10Patch0: %{name}-DESTDIR.patch
11URL: http://www.asterisk.org/
12BuildRequires: gtk+-devel >= 1.0.6
13Requires: asterisk
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _gastmandir /usr/share/gastman
17
18%description
19Gtk ASTerisk MANager
20
21%prep
22%setup -q
23%patch0 -p1
24
25%build
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%{__make} install \
32 DESTDIR=$RPM_BUILD_ROOT \
33 SBINDIR=%{_bindir}
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%attr(755,root,root) %{_bindir}/%{name}
41%dir %{_gastmandir}
42%dir %{_gastmandir}/icons
43%{_gastmandir}/icons/*.xpm
This page took 0.064176 seconds and 4 git commands to generate.