Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295872 Details for
Bug 434585
Review Request: python-flickrapi - python interface to flickr
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
SPEC file needs some cleanups here is patch for that.
spec.cleanups (text/plain), 1.54 KB, created by
Parag AN(पराग)
on 2008-02-26 04:59:45 UTC
(
hide
)
Description:
SPEC file needs some cleanups here is patch for that.
Filename:
MIME Type:
Creator:
Parag AN(पराग)
Created:
2008-02-26 04:59:45 UTC
Size:
1.54 KB
patch
obsolete
>--- python-flickrapi.spec 2008-02-26 10:13:30.000000000 +0530 >+++ python-flickrapi.spec.modified 2008-02-26 10:06:28.000000000 +0530 >@@ -9,10 +9,16 @@ > Source0: http://downloads.sourceforge.net/%{pkgname}/%{pkgname}-%{version}.tar.gz > License: Python > Group: Development/Libraries >-BuildRoot: %{_tmppath}/%{name}-buildroot >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildArch: noarch >+BuildRequires: python-devel > Url: http://flickrapi.sourceforge.net/ >-Provides: flickrapi = %{version} >+ >+%if 0%{?fedora} >= 8 >+BuildRequires: python-setuptools-devel >+%else >+BuildRequires: python-setuptools >+%endif > > %description > Python interface to the Flickr API >@@ -21,18 +27,19 @@ > %setup -q -n %{pkgname}-%{version} > > %build >+%{__python} setup.py build > > %install > %{__rm} -rf $RPM_BUILD_ROOT >-%{__python} setup.py install --root=$RPM_BUILD_ROOT >-%{__rm} -rf $RPM_BUILD_ROOT/usr/share/doc/flickrapi-0.15 >+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT >+%{__rm} -rf $RPM_BUILD_ROOT%{_docdir}/%{pkgname}-%{version} > %{__chmod} -x $RPM_BUILD_ROOT/%{python_sitelib}/%{pkgname}/__init__.py > > %clean > %{__rm} -rf $RPM_BUILD_ROOT > > %files >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %{python_sitelib}/%{pkgname}* > %doc doc/documentation.css doc/documentation.html doc/html4css1.css > >@@ -41,6 +48,5 @@ > * Mon Feb 25 2008 Seth Vidal <skvidal at fedoraproject.org> 0.15-2 > - fix python setup.py call > >- > * Fri Feb 22 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.15-1 >-- first build >\ No newline at end of file >+- first build
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 434585
: 295872