update to 0.1.9

epel9
François Cami 11 years ago
parent 8034b7db31
commit d165d29d34

1
.gitignore vendored

@ -3,3 +3,4 @@
/girara-0.1.5.tar.gz
/girara-0.1.6.tar.gz
/girara-0.1.7.tar.gz
/girara-0.1.9.tar.gz

@ -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.

@ -1 +1 @@
ff73bf26b56cdc28a4a2dcce46f4aa20 girara-0.1.7.tar.gz
0b51fc07b5763b506d46598576e5576e girara-0.1.9.tar.gz

Loading…
Cancel
Save