|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: girara
|
|
|
|
|
Version: 0.1.7
|
|
|
|
|
Version: 0.1.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple user interface library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -25,6 +25,9 @@ developing applications that use %{name}.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# enforce gtk2
|
|
|
|
|
sed -i -e 's/^GIRARA_GTK_VERSION.*/GIRARA_GTK_VERSION ?= 2/g' config.mk
|
|
|
|
|
# build
|
|
|
|
|
CFLAGS='%{optflags}' make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -49,6 +52,10 @@ rm -f %{buildroot}/%{_libdir}/libgirara-gtk?.a
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 28 2013 François Cami <fcami@fedoraproject.org> - 0.1.9-1
|
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
- Enforce building against gtk2 for now.
|
|
|
|
|
|
|
|
|
|
* Sat Aug 31 2013 François Cami <fcami@fedoraproject.org> - 0.1.7-1
|
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
|
|
|
|
|