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:
parent
f9a277e850
commit
d55ffffedd
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
14
grilo.spec
14
grilo.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user