Author: gotar Date: Sat Apr 12 08:23:43 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial from Bohdan R. Rau
---- Files affected: SPECS: libdumbtts.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libdumbtts.spec diff -u /dev/null SPECS/libdumbtts.spec:1.1 --- /dev/null Sat Apr 12 10:23:43 2008 +++ SPECS/libdumbtts.spec Sat Apr 12 10:23:38 2008 @@ -0,0 +1,78 @@ +# $Revision$, $Date$ +Summary: Helper library for dumb speech synthesizers +Summary(pl.UTF-8): Biblioteka pomocnicza dla głupich syntezatorów mowy +Name: libdumbtts +Version: 0.1.1 +Release: 1 +License: LGPL +Group: Libraries +Source0: http://www.tts.polip.com/files/%{name}-%{version}.tar.gz +%description +libdumbtts is helper library for dumb speech synthesizer drivers. +Developed for Ivona synthesizer and speech-dispatcher, but may be +usable with other synthesizer and application. + +%description -l pl.UTF-8 +libdumbtts to biblioteka pomocnicza dla driverów "głupich" +syntezatorów mowy. Opracowana dla syntezatora Ivona oraz +speech-dispatchera, ale może być przydatna dla innych syntezatorów +i aplikacji. + +%package devel +Summary: Header files for libdumbtts library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libdumbtts +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description devel +Header files for libdumbtts library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki libdumbtts. + +%prep +%setup -q + +%build + +cd src +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +cd src +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dumbtts + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libdumbtts.so.*.*.* +%dir %{_datadir}/dumbtts +%dir %{_sysconfdir}/dumbtts +%{_datadir}/dumbtts/*.conf + +%files devel +%defattr(644,root,root,755) +%doc README* +%attr(755,root,root) %{_libdir}/libdumbtts.so +%attr(755,root,root) %{_libdir}/libdumbtts.so.0 + +%{_includedir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-04-12 08:23:38 gotar +- initial from Bohdan R. Rau + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
