Author: shadzik Date: Mon Jun 19 16:00:31 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: dvd2avi.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/dvd2avi.spec diff -u /dev/null SPECS/dvd2avi.spec:1.1 --- /dev/null Mon Jun 19 18:00:31 2006 +++ SPECS/dvd2avi.spec Mon Jun 19 18:00:23 2006 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: dvd2avi - conversion tool +Summary(de): dvd2avi - ein konversions Tool +Summary(pl): dvd2avi - narzędzie do konwersji +Name: dvd2avi +Version: 0.6 +%define _ver 4 +Release: 1 +License: GPL +Group: Applications +Source0: http://dl.sourceforge.net/sourceforge/dvd2avi/%{name}-%{version}-%{_ver}.tgz +# Source0-md5: 0184bc58d91280731dfe60e2110c01e8 +Patch0: %{name}-location.patch +URL: http://dvd2avi.sourceforge.net/ +Requires: perl +Requires: perl-Gtk2 +Requires: perl-Gtk2-GladeXML +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +DVD2AVI makes conversion of DVDs to AVIs a real breeze. + +%description -l de +DVD2AVI macht eine konversion von einer DVD zum AVI Format zum Kinderspiel. + +%description -l pl +DVD2AVI sprawia, że konwersja z DVD do AVI staje się lekka jak morska bryza. + +%prep +%setup -q -n %{name} +%patch0 -p0 + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{perl_vendorarch},%{_datadir}/dvd2avi} +install dvd2avi $RPM_BUILD_ROOT%{_bindir}/dvd2avi +install functions.pm $RPM_BUILD_ROOT%{perl_vendorarch}/functions.pm +install dvd2avi.glade $RPM_BUILD_ROOT%{_datadir}/dvd2avi/dvd2avi.glade + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README INSTALL +%attr(755,root,root) %{_bindir}/dvd2avi +%{perl_vendorarch}/functions.pm +%dir %{_datadir}/dvd2avi +%{_datadir}/dvd2avi/dvd2avi.glade + +%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/06/19 16:00:23 shadzik +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
