SPECS: taztv.spec (NEW) - NEW, Canal+ decoder; very NFY and i thin...

sparky sparky at pld-linux.org
Sat Oct 29 19:21:35 CEST 2005


Author: sparky                       Date: Sat Oct 29 17:21:35 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW, Canal+ decoder; very NFY and i think never will be, but works

---- Files affected:
SPECS:
   taztv.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/taztv.spec
diff -u /dev/null SPECS/taztv.spec:1.1
--- /dev/null	Sat Oct 29 19:21:35 2005
+++ SPECS/taztv.spec	Sat Oct 29 19:21:30 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	TV application with nagravision decryption capabilities
+Summary(pl):	Aplikacja TV z mozliwoscia dekompresji nagravision
+Name:		taztv
+Version:	0.48
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.geocities.com/taztv2001/%{name}-%{version}.tar.gz
+# Source0-md5:	c1d0723ab72a4f3a15eb2bd335c42f41
+URL:		http://www.geocities.com/taztv2001/
+#BuildRequires:	-
+#BuildRequires:	autoconf
+#BuildRequires:	automake
+#BuildRequires:	libtool
+#ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TV application with nagravision decryption capabilities.
+
+%description -l pl
+Aplikacja TV z mozliwoscia dekompresji nagravision.
+
+%prep
+%setup -q
+sed 's/mkfontdir/echo/; /FONTDIR=/s/=.*/=ble/' \
+	-i font/Makefile.in
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_fontsdir}/misc
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install font/led-fixed.pcf $RPM_BUILD_ROOT%{_fontsdir}/misc/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+# already in xawdecode
+#%{_fontsdir}/misc/led-fixed.pcf
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/29 17:21:30  sparky
+- NEW, Canal+ decoder; very NFY and i think never will be, but works
+
================================================================



More information about the pld-cvs-commit mailing list