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 <[email protected]> +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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
