Author: luzik Date: Fri Mar 11 08:58:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: gxiso.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gxiso.spec diff -u /dev/null SPECS/gxiso.spec:1.1 --- /dev/null Fri Mar 11 09:58:38 2005 +++ SPECS/gxiso.spec Fri Mar 11 09:58:32 2005 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: Program to extract or upload Xbox ISO images to an Xbox +Name: gxiso +Version: 1.2 +Release: 1 +License: GPL +Group: Networking +Source0: http://kassoulet.free.fr/files/%{name}-%{version}.tar.gz +# Source0-md5: 869e6fe121f16e57ff8ad84f4b5db201 +URL: http://gxiso.berlios.de/ +BuildRequires: python-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +gXiso is GTK2 program to extract or upload Xbox ISO images to an Xbox. + +%prep +%setup -q + +%build +python setup.py build + +%install +rm -rf $RPM_BUILD_ROOT + +python setup.py install \ + --optimize=2 \ + --root $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog NEWS README TODO + +%attr(755,root,root) %{_bindir}/* + +%{_datadir}/%{name} +%dir %{py_sitescriptdir}/%{name} +%{py_sitescriptdir}/%{name}/*py[co] + +%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 2005/03/11 08:58:32 luzik + - initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
