Author: glen Date: Sat Apr 16 16:16:21 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/streamcapture: streamcapture.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/streamcapture/streamcapture.spec diff -u /dev/null packages/streamcapture/streamcapture.spec:1.1 --- /dev/null Sat Apr 16 18:16:21 2011 +++ packages/streamcapture/streamcapture.spec Sat Apr 16 18:16:16 2011 @@ -0,0 +1,45 @@ +# $Revision$, $Date$ +Summary: A program to save streaming video to your computer +Name: streamcapture +Version: 0.0.6 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Multimedia +Source0: http://bin.ceicer.com/streamcapture/current/source/%{name}-linux-%{version}-source.tar.gz +# Source0-md5: 1993189cc7acaf06765bbc639b5c60b4 +URL: http://ceicer.org/streamcapture/index_eng.php +BuildRequires: QtCore-devel +BuildRequires: QtGui-devel +BuildRequires: QtNetwork-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A program to save streaming video to your computer. + +%prep +%setup -q -n %{name}-linux-%{version}-source + +%build +qmake-qt4 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install -p streamcapture-%{version} $RPM_BUILD_ROOT%{_bindir}/%{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/streamcapture + +%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 2011/04/16 16:16:16 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
