Bump version and cleanup
This commit is contained in:
parent
575d856e96
commit
b409c7c2a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/keybinder-3.0-v0.3.0.tar.gz
|
||||
/keybinder-3.0-0.3.2.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: keybinder3
|
||||
Version: 0.3.0
|
||||
Release: 7%{?dist}
|
||||
Version: 0.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for registering global keyboard shortcuts
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: https://github.com/engla/keybinder/tree/keybinder-3.0
|
||||
Source0: https://github.com/engla/keybinder/archive/keybinder-3.0-v%{version}.tar.gz
|
||||
URL: https://github.com/kupferlauncher/keybinder
|
||||
Source0: https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v%{version}/keybinder-3.0-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gtk3-devel, gnome-common, gtk-doc, gobject-introspection-devel
|
||||
BuildRequires: pkgconfig(gtk+-3.0), gnome-common, gtk-doc, gobject-introspection-devel
|
||||
|
||||
%description
|
||||
Keybinder is a library for registering global keyboard shortcuts.
|
||||
@ -34,15 +34,14 @@ Requires: devhelp
|
||||
This package contains documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -qn keybinder-keybinder-3.0-v%{version}
|
||||
%setup -qn keybinder-3.0-%{version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --prefix=/usr --libdir=%{_libdir} --enable-shared --enable-gtk-doc
|
||||
make %{?_smp_mflags} V=1
|
||||
%configure --enable-gtk-doc
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
|
||||
rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
|
||||
|
||||
@ -50,7 +49,8 @@ rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc NEWS AUTHORS README COPYING
|
||||
%license COPYING
|
||||
%doc NEWS AUTHORS README
|
||||
%{_libdir}/libkeybinder-3.0.so.*
|
||||
%{_libdir}/girepository-1.0/Keybinder-3.0.typelib
|
||||
|
||||
@ -66,6 +66,9 @@ rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
|
||||
%{_datadir}/gtk-doc/html/keybinder-3.0/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 28 2017 Patrick Griffis <tingping@tingping.se> - 0.3.2-0
|
||||
- Bump version and cleanup
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user