]> git.pld-linux.org Git - packages/callweaver-sounds.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 1 May 2007 15:12:28 +0000 (15:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callweaver-sounds.spec -> 1.1

callweaver-sounds.spec [new file with mode: 0644]

diff --git a/callweaver-sounds.spec b/callweaver-sounds.spec
new file mode 100644 (file)
index 0000000..07b1320
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Additional sound files for CallWeaver PBX
+Summary(pl.UTF-8):     Dodatkowe pliki dźwiękowe do centralki CallWeaver
+Name:          callweaver-sounds
+Version:       0.1
+Release:       1
+License:       undecided
+Group:         Applications/System
+Source0:       http://devs.callweaver.org/sounds/%{name}.tgz
+# Source0-md5: 5678d7e5b0c2fdfb1732a0852bc76141
+URL:           http://www.callweaver.org/
+BuildRequires: sox
+Requires:      callweaver
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Additional sound files for CallWeaver PBX.
+
+%description -l pl.UTF-8
+Dodatkowe pliki dźwiękowe do centralki PBX CallWeaver.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/callweaver/sounds/en_US/MelanieTaylor
+
+find . -name '*.gsm' -exec install -D "{}" "$RPM_BUILD_ROOT%{_datadir}/callweaver/{}" ";"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/callweaver/sounds
This page took 0.079976 seconds and 4 git commands to generate.