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-v0.3.0.tar.gz
|
||||||
|
/keybinder-3.0-0.3.2.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Name: keybinder3
|
Name: keybinder3
|
||||||
Version: 0.3.0
|
Version: 0.3.2
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for registering global keyboard shortcuts
|
Summary: A library for registering global keyboard shortcuts
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/engla/keybinder/tree/keybinder-3.0
|
URL: https://github.com/kupferlauncher/keybinder
|
||||||
Source0: https://github.com/engla/keybinder/archive/keybinder-3.0-v%{version}.tar.gz
|
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
|
%description
|
||||||
Keybinder is a library for registering global keyboard shortcuts.
|
Keybinder is a library for registering global keyboard shortcuts.
|
||||||
@ -34,15 +34,14 @@ Requires: devhelp
|
|||||||
This package contains documentation for %{name}.
|
This package contains documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn keybinder-keybinder-3.0-v%{version}
|
%setup -qn keybinder-3.0-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
%configure --enable-gtk-doc
|
||||||
%configure --prefix=/usr --libdir=%{_libdir} --enable-shared --enable-gtk-doc
|
%make_build
|
||||||
make %{?_smp_mflags} V=1
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
|
|
||||||
rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
|
rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
|
||||||
|
|
||||||
@ -50,7 +49,8 @@ rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc NEWS AUTHORS README COPYING
|
%license COPYING
|
||||||
|
%doc NEWS AUTHORS README
|
||||||
%{_libdir}/libkeybinder-3.0.so.*
|
%{_libdir}/libkeybinder-3.0.so.*
|
||||||
%{_libdir}/girepository-1.0/Keybinder-3.0.typelib
|
%{_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/*
|
%{_datadir}/gtk-doc/html/keybinder-3.0/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user