Update to 0.3.0
This commit is contained in:
parent
4fe8e469df
commit
f821732219
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/grilo-plugins-0.2.14.tar.xz
|
||||
/grilo-plugins-0.2.15.tar.xz
|
||||
/grilo-plugins-0.2.16.tar.xz
|
||||
/grilo-plugins-0.3.0.tar.xz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# first two digits of version
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
%global grilo_version 0.2.12
|
||||
%global grilo_version 0.3.0
|
||||
%global goa_version 3.17.91
|
||||
|
||||
Name: grilo-plugins
|
||||
Version: 0.2.16
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugins for the Grilo framework
|
||||
|
||||
@ -114,9 +114,11 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
|
||||
%doc %{_datadir}/help/C/examples/example-tmdb.c
|
||||
%{_datadir}/grilo-plugins/
|
||||
%{_libdir}/grilo-%{release_version}/*.so*
|
||||
%{_libdir}/grilo-%{release_version}/*.xml
|
||||
|
||||
%changelog
|
||||
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 0.3.0-1
|
||||
- Update to 0.3.0
|
||||
|
||||
* Wed Sep 23 2015 Kalev Lember <klember@redhat.com> - 0.2.16-1
|
||||
- Update to 0.2.16
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user