SPECS: libdumbtts.spec - added %ghost - added more docs - doesn't ...

arvenil arvenil at pld-linux.org
Wed Apr 16 21:11:03 CEST 2008


Author: arvenil                      Date: Wed Apr 16 19:11:03 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added %ghost
- added more docs
- doesn't build on x86_64 (added TODO)
- clean up

---- Files affected:
SPECS:
   libdumbtts.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/libdumbtts.spec
diff -u SPECS/libdumbtts.spec:1.5 SPECS/libdumbtts.spec:1.6
--- SPECS/libdumbtts.spec:1.5	Wed Apr 16 20:12:07 2008
+++ SPECS/libdumbtts.spec	Wed Apr 16 21:10:57 2008
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO:
+# - doesn't build on x86_64
 Summary:	Helper library for dumb speech synthesizers
 Summary(pl.UTF-8):	Biblioteka pomocnicza dla głupich syntezatorów mowy
 Name:		libdumbtts
@@ -9,6 +11,7 @@
 Source0:	http://www.tts.polip.com/files/%{name}-%{version}.tar.gz
 # Source0-md5:	ed9d9aadcd5f0bb399c040b27b8cb9b0
 Patch0:		%{name}-Makefile.patch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 libdumbtts is helper library for dumb speech synthesizer drivers.
@@ -49,8 +52,12 @@
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/dumbtts
 
 %{__make} -C src install \
+	LIBDIR=%{_libdir} \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# Propably junk - removing
+rm -rf $RPM_BUILD_ROOT%{_datadir}/dumbtts/pl.conf~
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -59,14 +66,16 @@
 
 %files
 %defattr(644,root,root,755)
+%doc README
+%doc %lang(pl) README_pl
 %attr(755,root,root) %{_libdir}/libdumbtts.so.*.*.*
+%ghost %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
 %{_includedir}/*
 
@@ -76,6 +85,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008-04-16 19:10:57  arvenil
+- added %ghost
+- added more docs
+- doesn't build on x86_64 (added TODO)
+- clean up
+
 Revision 1.5  2008-04-16 18:12:07  twittner
 - darek's changes and his commitlog restored
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdumbtts.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list