forked from sipXcom/sipXlang-pt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsipxlang-pt.spec.in
50 lines (36 loc) · 868 Bytes
/
sipxlang-pt.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#!BuildIgnore: post-build-checks
Name: @PACKAGE@
Version: @VERSION@
Release: @PACKAGE_REVISION@
# do not build a debuginfo package
%define debug_package %{nil}
Summary: sipXecs in Portuguese
License: L-GPL
Group: Telecommunications
Vendor: sipXcom
Packager: sipXcom <[email protected]>
Url: http://www.sipfoundry.org
BuildArch: noarch
BuildRequires: automake
BuildRequires: java-devel
Source: %name-%version.tar.gz
Prefix: %_prefix
BuildRoot: %{_tmppath}/%name-%version-root
%description
sipXecs Portuguese localization files for admin web interface, user portal and voice prompts.
%prep
%setup -q
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%{_datadir}/www/doc/stdprompts_pt/*
%{_datadir}/java/sipXecs/sipXconfig/plugins/*
%post
%preun