]> git.pld-linux.org Git - packages/gastman.git/commitdiff
- initial release - graphical administration interface for asterisk
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 13 May 2003 14:11:05 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gastman.spec -> 1.1

gastman.spec [new file with mode: 0644]

diff --git a/gastman.spec b/gastman.spec
new file mode 100644 (file)
index 0000000..25d98e0
--- /dev/null
@@ -0,0 +1,43 @@
+# TODO:
+# - desktop file (vfolder? how to make it?)
+Summary:       Gtk ASTerisk MANager
+Name:          gastman
+Version:       0.2.1
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       ftp://ftp.asterisk.org/pub/telephony/%{name}/%{name}-%{version}.tar.gz
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://www.asterisk.org/
+BuildRequires: gtk+-devel >= 1.0.6
+Requires:      asterisk
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _gastmandir     /usr/share/gastman
+
+%description
+Gtk ASTerisk MANager
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       SBINDIR=%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%dir %{_gastmandir}
+%dir %{_gastmandir}/icons
+%{_gastmandir}/icons/*.xpm
This page took 0.070057 seconds and 4 git commands to generate.