]> git.pld-linux.org Git - packages/dcdl.git/commitdiff
- initital rpm version (dcdl because dcd is already used)
authorundefine <undefine@pld-linux.org>
Fri, 24 Sep 2004 10:37:03 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dcdl.spec -> 1.1

dcdl.spec [new file with mode: 0644]

diff --git a/dcdl.spec b/dcdl.spec
new file mode 100644 (file)
index 0000000..e7a23ef
--- /dev/null
+++ b/dcdl.spec
@@ -0,0 +1,41 @@
+%define                fversion        %(echo %{version} |tr . _)
+%define                rname   dcd
+Summary:       Speech Recognition Decoder Library
+Summary(pl):   Biblioteka rozpoznawania dekodowaƱ
+Name:          dcdl
+Version:       2.0
+Release:       1
+License:       Free for non-comercial use, non-distributable
+# from http://akpublic.research.att.com/cgi-bin/access.cgi/as/vt/ext-software/www-ne-license.cgi?form.dcd.binary
+Source0:       %{rname}_%{fversion}.linux.i386.tar.gz
+Group:         Applications/Text
+URL:           http://www.research.att.com/sw/tools/dcd/
+ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The DCD Library is a software collection for speech recognition
+decoding and related functions. Based on the Finite-State Machine
+(FSM) Library, it provides higher-level operations needed specifically
+for decoding.
+
+%prep
+%setup -q -n %{rname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,3,5},%{_includedir}}
+install bin/* $RPM_BUILD_ROOT%{_bindir}
+install doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install doc/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
+install doc/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
+install include/*.h $RPM_BUILD_ROOT%{_includedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
+%{_includedir}/*
This page took 0.074308 seconds and 4 git commands to generate.