Author: qboosh Date: Fri Aug 5 19:00:07 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added pic patch, updated files (fixes build on x86_64) - release 2
---- Files affected: SPECS: mcl.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/mcl.spec diff -u SPECS/mcl.spec:1.12 SPECS/mcl.spec:1.13 --- SPECS/mcl.spec:1.12 Fri Aug 5 17:00:56 2005 +++ SPECS/mcl.spec Fri Aug 5 21:00:00 2005 @@ -9,15 +9,16 @@ Summary(pt_BR): Um cliente de MUD para Unix Name: mcl Version: 0.53.00 -Release: 1 +Release: 2 License: GPL Group: Applications/Games Source0: http://www.andreasen.org/mcl/dist/%{name}-%{version}-src.tar.gz # Source0-md5: db67b299d26d8856045df0277078c8ca Patch0: %{name}-ncurses.patch +Patch1: %{name}-pic.patch URL: http://www.andreasen.org/mcl/ -%{?with_perl:BuildRequires: perl-devel} -%{?with_python:BuildRequires: python-devel} +%{?with_perl:BuildRequires: perl-devel} +%{?with_python:BuildRequires: python-devel} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,6 +44,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.sub admin @@ -58,14 +60,20 @@ %{__make} install \ INSTALL_ROOT=$RPM_BUILD_ROOT +%clean +rm -rf $RPM_BUILD_ROOT + %files %defattr(644,root,root,755) %doc README.1ST doc %attr(755,root,root) %{_bindir}/mcl -%{_libdir}/mcl - -%clean -rm -rf $RPM_BUILD_ROOT +%dir %{_prefix}/lib/mcl +# these seem to be noarch - %{_datadir}/mcl? +%{_prefix}/lib/mcl/auto +%{_prefix}/lib/mcl/contrib +%{_prefix}/lib/mcl/sys +# *.so - %{_libdir}/mcl? +%attr(755,root,root) %{_prefix}/lib/mcl/plugins %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -73,6 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2005/08/05 19:00:00 qboosh +- added pic patch, updated files (fixes build on x86_64) +- release 2 + Revision 1.12 2005/08/05 15:00:56 havner - refresh config.sub ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mcl.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
