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 656454 Details for
Bug 882854
geome package should provide python-geome sub-package which it requires
[?]
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]
Patch for the geome.spec to fix python-geome packaging
geome.diff (text/plain), 1.31 KB, created by
Tuomo Soini
on 2012-12-03 08:54:48 UTC
(
hide
)
Description:
Patch for the geome.spec to fix python-geome packaging
Filename:
MIME Type:
Creator:
Tuomo Soini
Created:
2012-12-03 08:54:48 UTC
Size:
1.31 KB
patch
obsolete
>diff --git a/geome.spec b/geome.spec >index 886e0d0..95950ce 100644 >--- a/geome.spec >+++ b/geome.spec >@@ -18,24 +18,38 @@ It can return all of the information Google returns, or with the -s > flag, only return the latitude/longitude. This last mode is used by > the Pidgin OTR nearby friends plugin. > >+%package -n python-geome >+Summary: Python library for geome location >+Group: Applications/System >+ >+%description -n python-geome >+Geome python module with the geome.location() function >+ > %prep > %setup -q > > %build > > %install >-mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 >- >+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT >+mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 %{buildroot}/%{python_sitelib} >+install -p -m 0644 src/geome.py %{buildroot}%{python_sitelib} > install -p -m 0755 geome %{buildroot}%{_bindir} > install -p -m 644 geome.1 %{buildroot}%{_mandir}/man1 >-gzip %{buildroot}%{_mandir}/man1/geome.1 > > %files > %doc README COPYING > %{_bindir}/geome > %{_mandir}/man1/geome.1* > >+%files -n python-geome >+%doc README COPYING >+%{python_sitelib}/* >+ > %changelog >+* Mon Dec 3 2012 Tuomo Soini <tis@foobar.fi> - 1.4-1 >+- fix package by packaging missing python-geome >+ > * Mon Nov 12 2012 Paul Wouters <pwouters@redhat.com> - 1.4-1 > - Update to 1.4, different exit codes, man page updates >
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 882854
: 656454