Update to 0.2.6

- Drop the vala sed hack, 0.2.6 now works with recent vala
- Include man pages
This commit is contained in:
Kalev Lember 2013-05-18 14:25:29 +02:00
parent f9a277e850
commit d55ffffedd
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/grilo-0.2.3.tar.xz
/grilo-0.2.4.tar.xz
/grilo-0.2.5.tar.xz
/grilo-0.2.6.tar.xz

View File

@ -2,7 +2,7 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo
Version: 0.2.5
Version: 0.2.6
Release: 1%{?dist}
Summary: Content discovery framework
@ -57,9 +57,6 @@ This package contains the Vala language bindings.
%prep
%setup -q
# Fix vala detection for version 0.20
sed -i.vala 's/libvala-0.18/libvala-0.20/g' configure*
%build
%configure \
--enable-vala \
@ -85,11 +82,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
%find_lang grilo
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%files -f grilo.lang
%doc AUTHORS COPYING NEWS README TODO
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/*.typelib
@ -112,6 +111,11 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
%{_datadir}/vala/vapi/*
%changelog
* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-1
- Update to 0.2.6
- Drop the vala sed hack, 0.2.6 now works with recent vala
- Include man pages
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.5-1
- Update to 0.2.5

View File

@ -1 +1 @@
20b36e0471f7c40b04ea5e9e13920d47 grilo-0.2.5.tar.xz
55532065ce4dba0e54fb43787c809e81 grilo-0.2.6.tar.xz