ALT Linux Bugzilla
– Attachment 2273 Details for
Bug 13447
Module build on x86_64
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Support for x86_64, spec file cleanup
python-module-twisted-conch.patch (text/plain), 2.28 KB, created by
Nikolay A. Fetisov
on 2007-11-16 14:10:04 MSK
(
hide
)
Description:
Support for x86_64, spec file cleanup
Filename:
MIME Type:
Creator:
Nikolay A. Fetisov
Created:
2007-11-16 14:10:04 MSK
Size:
2.28 KB
patch
obsolete
>Fix build on x86_64 >Spec file cleanup > >--- a/python-module-twisted-conch.spec >+++ b/python-module-twisted-conch.spec >@@ -1,18 +1,18 @@ > %define version 0.8.0 >-%define release alt1 >+%define release alt1.1 > %define origname TwistedConch > %setup_python_module twisted-conch > >-Name: %{packagename} >-Version: %{version} >-Release: %{release} >+Name: %packagename >+Version: %version >+Release: %release > Summary: Twisted SSHv2 implementation > > Group: Development/Python > License: MIT > URL: http://twistedmatrix.com/trac/wiki/TwistedConch > Packager: Sergey Alembekov <rt@altlinux.ru> >-Source0: http://tmrc.mit.edu/mirror/twisted/Conch/0.8/%{origname}-%{version}.tar.bz2 >+Source0: http://tmrc.mit.edu/mirror/twisted/Conch/0.8/%origname-%version.tar.bz2 > > BuildRequires: python-module-twisted-core >= 2.5.0 > BuildRequires: python-devel >@@ -34,36 +34,37 @@ implementation of Twisted's Manhole application is also included, featuring > server-side input history and interactive syntax coloring. > > %prep >-%setup -q -n %{origname}-%{version} >+%setup -q -n %origname-%version > >-find doc -name \*.py | xargs chmod a-x >+find doc -name \*.py -print0 | xargs -0 chmod a-x > > %build > %__python setup.py build > > %install >-%__python setup.py install --root $RPM_BUILD_ROOT >+%__python setup.py install --root $RPM_BUILD_ROOT --install-purelib %python_sitelibdir > > # Man pages >-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ >-cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ >-rm -rf doc/man >- >-%clean >+mkdir -p -- $RPM_BUILD_ROOT%_man1dir >+cp -a -- doc/man/*.1 $RPM_BUILD_ROOT%_man1dir/ >+rm -rf -- doc/man > > %files >-%defattr(-,root,root,-) > %doc README LICENSE NEWS doc/* >-%{_mandir}/man1/* >-%{_bindir}/cftp >-%{_bindir}/ckeygen >-%{_bindir}/conch >-%{_bindir}/tkconch >+%_man1dir/* >+%_bindir/cftp >+%_bindir/ckeygen >+%_bindir/conch >+%_bindir/tkconch > >-%{python_sitelibdir}/twisted/conch/ >+%python_sitelibdir/twisted/conch > >-%{python_sitelibdir}/twisted/plugins/twisted_conch.py* >+%python_sitelibdir/twisted/plugins/twisted_conch.py* > > %changelog >+* Sat Oct 27 2007 Nikolay A. Fetisov <naf@altlinux.ru> 0.8.0-alt1.1 >+- Fix build on x86_64 >+- Spec file cleanup >+ > * Fri Mar 30 2007 Sergey Alembekov <rt@altlinux.ru> 0.8.0-alt1 > - Build for new upstream version
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13447
: 2273