Author: shadzik Date: Wed Jul 12 17:33:10 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new - NFY; need Rs and some other things :)
---- Files affected: SPECS: mandvd.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mandvd.spec diff -u /dev/null SPECS/mandvd.spec:1.1 --- /dev/null Wed Jul 12 19:33:10 2006 +++ SPECS/mandvd.spec Wed Jul 12 19:33:05 2006 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: ManDVD +Summary(pl): ManDVD +Name: mandvd +Version: 2.0.5 +Release: 0.1 +License: GPL +Group: X11/Application +Source0: http://csgib36.ifrance.com/FTP/%{name}-%{version}src.tar.gz +# Source0-md5: f2d835361e241df348d6eb337bc8bf9b +URL: http://www.kde-apps.org/content/show.php?content=38347 +BuildRequires: qt-devel >= 6:3.3 +BuildRequires: rpmbuild(macros) >= 1.129 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +%description -l pl + +%prep +%setup -q -n ManDVD-%{version} + +%build +export QTDIR=%{_prefix} +qmake +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install mandvd $RPM_BUILD_ROOT%{_bindir}/mandvd + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/mandvd + +%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 2006/07/12 17:33:05 shadzik +- new +- NFY; need Rs and some other things :) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
