Blame SPECS/keybinder3.spec

b1668d
Name:		keybinder3
b1668d
Version:	0.3.0
b1668d
Release:	1%{?dist}
b1668d
Summary:	A library for registering global keyboard shortcuts
b1668d
Group:		Development/Libraries
b1668d
License:	MIT
b1668d
URL:		https://github.com/engla/keybinder/tree/keybinder-3.0
b1668d
Source0:	https://github.com/engla/keybinder/archive/keybinder-3.0-v%{version}.tar.gz
b1668d
b1668d
BuildRequires:	gtk3-devel, gnome-common, gtk-doc, gobject-introspection-devel
b1668d
b1668d
%description
b1668d
Keybinder is a library for registering global keyboard shortcuts. 
b1668d
Keybinder works with GTK-based applications using the X Window System.
b1668d
b1668d
The library contains:
b1668d
- A C library, libkeybinder
b1668d
- Gobject-Introspection bindings
b1668d
b1668d
%package devel
b1668d
Summary: Development files for %{name}
b1668d
Group: Development/Libraries
b1668d
Requires: %{name}%{?_isa} = %{version}-%{release}
b1668d
%description devel
b1668d
This package contains the development files for %{name}.
b1668d
b1668d
%package doc
b1668d
Summary: Documentation for %{name}
b1668d
Group: Documentation
b1668d
BuildArch: noarch
b1668d
Requires: %{name} = %{version}-%{release}
b1668d
Requires: devhelp
b1668d
%description doc
b1668d
This package contains documentation for %{name}.
b1668d
b1668d
%prep
b1668d
%setup -qn keybinder-keybinder-3.0-v%{version}
b1668d
b1668d
%build
b1668d
./autogen.sh
b1668d
%configure --prefix=/usr --libdir=%{_libdir} --enable-shared --enable-gtk-doc
b1668d
make %{?_smp_mflags} V=1
b1668d
b1668d
%install
b1668d
make install DESTDIR=%{buildroot}
b1668d
b1668d
rm -rf %{buildroot}/%{_libdir}/libkeybinder-3.0.la
b1668d
b1668d
%post -p /sbin/ldconfig
b1668d
%postun -p /sbin/ldconfig
b1668d
b1668d
%files
b1668d
%doc NEWS AUTHORS README COPYING
b1668d
%{_libdir}/libkeybinder-3.0.so.*
b1668d
%{_libdir}/girepository-1.0/Keybinder-3.0.typelib
b1668d
b1668d
%files devel
b1668d
%dir %{_includedir}/keybinder-3.0/
b1668d
%{_includedir}/keybinder-3.0/keybinder.h
b1668d
%{_libdir}/pkgconfig/keybinder-3.0.pc
b1668d
%{_libdir}/libkeybinder-3.0.so
b1668d
%{_datadir}/gir-1.0/Keybinder-3.0.gir
b1668d
b1668d
%files doc
b1668d
%dir %{_datadir}/gtk-doc/html/keybinder-3.0/
b1668d
%{_datadir}/gtk-doc/html/keybinder-3.0/*
b1668d
b1668d
%changelog
b1668d
* Thu Aug 1 2013 TingPing <tingping@tingping.se> - 0.3.0-1
b1668d
- Initial Package
b1668d