SPECS: sasc.spec - pl fixes, files fix

qboosh qboosh at pld-linux.org
Sun Sep 10 20:29:49 CEST 2006


Author: qboosh                       Date: Sun Sep 10 18:29:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fixes, files fix

---- Files affected:
SPECS:
   sasc.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/sasc.spec
diff -u SPECS/sasc.spec:1.1 SPECS/sasc.spec:1.2
--- SPECS/sasc.spec:1.1	Tue Sep  5 13:08:13 2006
+++ SPECS/sasc.spec	Sun Sep 10 20:29:44 2006
@@ -1,8 +1,9 @@
 # $Revision$, $Date$
+# TODO: License, optflags
 %define		_sc_ver	0.5.9
 %define	_pre	pre1
 Summary:	Stand-alone SoftCAM
-Summary(pl):	Stand-alone SoftCAM
+Summary(pl):	Samodzielny SoftCAM
 Name:		sasc
 Version:	0.6
 Release:	0.%{_pre}.1
@@ -12,7 +13,6 @@
 # Source0-md5:	d8f1c71d644bd7acc40ee6c2491a17e4
 Source1:	http://207.44.152.197/vdr-sc-%{_sc_ver}.tar.gz
 # Source1-md5:	cbd648dd4b7e9f8d08d86fc75a6681b0
-#Patch0: %{name}-DESTDIR.patch
 Requires:	vdr-sc = %{_sc_ver}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -23,14 +23,14 @@
 
 %description -l pl
 sasc pozwala na używanie wtyczki 'sc' przeznaczonej dla vdr jako
-niezależnej aplikacji. To daje możliwosc kożystania z biblioteki
-softCam w programach innych niz vdr.
+niezależnej aplikacji. To daje możliwość korzystania z biblioteki
+softCam w programach innych niż vdr.
 
 %package vdr-sc
 Summary:	SoftCAM plugin for VDR
 Summary(pl):	Wtyczka SoftCAM dla VDR
 Group:		Applications
-Provides:	vdr-sc
+Provides:	vdr-sc = %{_sc_ver}
 
 %description vdr-sc
 It's not legal to use this software in most countries of the world. SC
@@ -38,12 +38,12 @@
 
 %description vdr-sc -l pl
 Używanie tego oprogramowania jest nielegalne we większości krajów
-świata. SC znaczy softcam, co oznacza programowa emulacje CAM.
+świata. SC znaczy softcam, co oznacza programową emulację CAM.
 
 %prep
 %setup -q -n %{name}-%{version}.%{_pre}
-cd PLUGINS/src/
-/bin/gzip -dc %{SOURCE1} | tar -xf -
+cd PLUGINS/src
+gzip -dc %{SOURCE1} | tar -xf -
 patch -p0 < ../../patches/sc-%{_sc_ver}-mecm.patch
 
 %build
@@ -51,8 +51,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_libdir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}}
+
 install %{name} $RPM_BUILD_ROOT%{_bindir}
 install PLUGINS/lib/lib*.so.* $RPM_BUILD_ROOT%{_libdir}
 
@@ -69,8 +69,8 @@
 
 %files vdr-sc
 %defattr(644,root,root,755)
-%doc PLUGINS/src/sc-%{_sc_ver}/HISTORY PLUGINS/src/sc-%{_sc_ver}/README
-%attr(755,root,root) %{_libdir}
+%doc PLUGINS/src/sc-%{_sc_ver}/{HISTORY,README}
+%attr(755,root,root) %{_libdir}/lib*.so.*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -78,6 +78,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/09/10 18:29:44  qboosh
+- pl fixes, files fix
+
 Revision 1.1  2006/09/05 11:08:13  luzik
 - initial release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sasc.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list