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 913193 Details for
Bug 641093
Review Request: keybinder - A library for registering global keyboard shortcuts
[?]
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 patch
fix.patch (text/plain), 2.24 KB, created by
leigh scott
on 2014-06-29 17:19:30 UTC
(
hide
)
Description:
spec file patch
Filename:
MIME Type:
Creator:
leigh scott
Created:
2014-06-29 17:19:30 UTC
Size:
2.24 KB
patch
obsolete
>--- keybinder.spec.old 2014-06-29 18:14:05.736988329 +0100 >+++ keybinder.spec 2014-06-29 18:16:42.448455686 +0100 >@@ -1,21 +1,21 @@ > Name: keybinder > Version: 0.3.0 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: A library for registering global keyboard shortcuts > Group: Development/Libraries > License: MIT > URL: http://kaizer.se/wiki/keybinder/ > Source0: http://kaizer.se/publicfiles/%{name}/%{name}-%{version}.tar.gz >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: gtk2-devel > BuildRequires: python-devel > BuildRequires: pygtk2-devel > BuildRequires: pygobject2-devel >+BuildRequires: gobject-introspection-devel > > > %description >-keybinder is a library for registering global keyboard shortcuts. >+keybinder is a library for registering global keyboard shortcuts. > Keybinder works with GTK-based applications using the X Window System. > > The library contains: >@@ -56,38 +56,37 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpa > make %{?_smp_mflags} > > %install >-rm -rf %{buildroot} >-make install DESTDIR=%{buildroot} >+%{make_install} > > rm -rf %{buildroot}/%{_libdir}/libkeybinder.la > rm -rf %{buildroot}/%{_libdir}/lua/5.1/keybinder.la >-rm -rf %{python_sitearch}/%{name}/_keybinder.la >- >-%clean >-rm -rf %{buildroot} >+rm -rf %{buildroot}/%{python_sitearch}/%{name}/_keybinder.la > > %post -p /sbin/ldconfig > %postun -p /sbin/ldconfig > > %files >-%defattr(-,root,root) >-%{_libdir}/libkeybinder.so.* >+%{_libdir}/libkeybinder.so.* >+%{_libdir}/girepository-1.0/Keybinder-0.0.typelib > %doc NEWS AUTHORS README > > %files devel >-%defattr(-,root,root) > %{_includedir}/keybinder.h > %{_libdir}/pkgconfig/keybinder.pc >-%{_libdir}/libkeybinder.so >-%{_datadir}/gtk-doc >-%{_datadir}/gtk-doc/html/%{name} >+%{_libdir}/libkeybinder.so >+%{_datadir}/gtk-doc/html/%{name}/ >+%{_datadir}/gir-1.0/Keybinder-0.0.gir > > %files -n python-%{name} >-%defattr(-,root,root) >-%{python_sitearch}/%{name} >+%{python_sitearch}/%{name}/ > %doc COPYING > > %changelog >+* Sun Jun 29 2014 Leigh Scott <leigh123linux@googlemail.com> - 0.3.0-5 >+- add missing build requires (gobject-introspection-devel) >+- clean up spec file >+- delete .la in python subpackage >+ > * Sat Jun 07 2014 Johannes Lips <hannes@fedoraproject.org> - 0.3.0-4 > - disabled the lua bindings to make it buildable again >
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 641093
: 913193