packages: dvbtune/dvbtune.spec (NEW)=?UTF-8?Q?=20?=- initial PLD release

gotar gotar at pld-linux.org
Fri Jun 29 15:41:54 CEST 2012


Author: gotar                        Date: Fri Jun 29 13:41:54 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/dvbtune:
   dvbtune.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dvbtune/dvbtune.spec
diff -u /dev/null packages/dvbtune/dvbtune.spec:1.1
--- /dev/null	Fri Jun 29 15:41:54 2012
+++ packages/dvbtune/dvbtune.spec	Fri Jun 29 15:41:49 2012
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary:	Tuning application for DVB cards
+Name:		dvbtune
+Version:	0.5
+Release:	1
+License:	GPL v2+
+Group:		Networking
+Source0:	http://downloads.sourceforge.net/dvbtools/%{name}-%{version}.tar.gz
+# Source0-md5:	5212564c786f2538db753214e0e21473
+URL:		http://dvbtools.sourceforge.net/
+BuildRequires:	libxml2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simple tuning application for DVB cards.
+
+%prep
+%setup -q
+
+%build
+%{__make} %{name} xml2vdr \
+	CFLAGS="%{rpmcflags} -I%{_includedir}/libxml2 -DNEWSTRUCT"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} xml2vdr $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc scripts README
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/xml2vdr
+
+%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  2012/06/29 13:41:49  gotar
+- initial PLD release
================================================================


More information about the pld-cvs-commit mailing list