File yougrabber.spec of Package yougrabber
Summary: Grab movies from YouTube
Name: YouGrabber
Version: 0.29.4
Release: 1
License: GPL
Group: Development/Tools/Debugging
Packager: Leo Eraly <leo@unstable.be>
URL: http://yougrabber.sourceforge.net/
Source: http://dl.sourceforge.net/sourceforge/yougrabber/yougrabber-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: pkg-config libcurl-devel glib2-devel ncurses-devel
%description
YouGrabber is a lightweight, multi-threaded command line YouTube.com
video downloader with proxy support, made from scratch in ANSI C.
%prep
%setup -n yougrabber-%{version}
%build
cd src/
%{__make}
%install
%{__install} -D -m0755 src/yg "%{buildroot}/%{_bindir}/yg"
%{__install} -D -m0755 man/yg.1 "%{buildroot}/%{_mandir}/man1/yg.1"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc README CONTRIBUTORS INSTALL CHANGELOG LICENSE
%doc %{_mandir}/man1/yg.1.gz
%{_bindir}/yg
%changelog
* Sat May 17 2008 Leo Eraly <leo@unstable.be> - 0.29.4
- Updated to release
* Sun Nov 18 2007 Leo Eraly <leo@unstable.be> - 0.29-beta2
- Initial package