]> git.pld-linux.org Git - packages/gnome-speech.git/commitdiff
- moved form gnome_speech, updated to version 0.2.2 but doesnt work, orbit-idl-2...
authoraflinta <aflinta@pld-linux.org>
Tue, 20 May 2003 12:29:08 +0000 (12:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-speech.spec -> 1.1

gnome-speech.spec [new file with mode: 0644]

diff --git a/gnome-speech.spec b/gnome-speech.spec
new file mode 100644 (file)
index 0000000..707170b
--- /dev/null
@@ -0,0 +1,91 @@
+
+# TODO:
+#      java package?
+#      build other speech plugins?
+
+Summary:       GNOME Speech - text-to-speech convertion
+Summary(pl):   GNOME Speech - przekszta³canie tekstu na mowê
+Name:          gnome-speech
+Version:       0.2.2
+Release:       0.1
+License:       GPL
+Group:         Libraries
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.2/%{name}-%{version}.tar.bz2
+Patch0:                %{name}-configure.patch
+Patch1:                %{name}-nojava.patch
+Patch2:                %{name}-am.patch
+URL:           http://developer.gnome.org/projects/gap/
+BuildRequires: ORBit2-devel >= 2.3.94
+BuildRequires: autoconf
+BuildRequires: bonobo-activation-devel >= 0.9.1
+BuildRequires: libbonobo-devel >= 1.97.0
+Requires:      festival >= 1.4.2
+Obsoletes:     gnome_speech
+Provides:      gnome_speech
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNOME Speech purpose is to provide a simple general API for producing
+text-to-speech output.
+
+%description -l pl
+Celem GNOME Speech jest udostêpnienie prostego, ogólnego API do
+przekszta³cania tekstu na mowê.
+
+%package devel
+Summary:       Development files for gnome_speech
+Summary(pl):   Pliki programistyczne dla gnome_speech
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description devel
+Gnome speech files needed for development.
+
+%description devel -l pl
+Pliki Gnome speech potrzebne do programowania.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I %{_aclocaldir}/gnome2-macros
+%{__automake}
+%{__autoconf}
+%configure
+
+%{__make} 
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       orbittypelibdir=%{_libdir}/orbit-2.0 \
+       DESTDIR=$RPM_BUILD_ROOT
+
+# no *.la for orbit modules
+rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/festival-synthesis-driver
+%attr(755,root,root) %{_bindir}/test-speech
+%attr(755,root,root) %{_libdir}/libgnomespeech.so.*.*.*
+%{_libdir}/bonobo/servers/*.server
+%{_libdir}/orbit-2.0/*.so*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libgnomespeech.so
+%{_libdir}/libgnomespeech.la
+%{_includedir}/gnome-speech-1.0
+%{_datadir}/idl/gnome-speech-1.0
+%{_pkgconfigdir}/*.pc
This page took 0.090909 seconds and 4 git commands to generate.