This commit is contained in:
Tom Callaway 2012-08-31 15:14:30 -04:00
parent 96be8d74a9
commit 275bb5cb4b
2 changed files with 9 additions and 3 deletions

View File

@ -2,8 +2,8 @@
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo-plugins
Version: 0.1.19
Release: 2%{?dist}
Version: 0.2.0
Release: 1%{?dist}
Summary: Plugins for the Grilo framework
Group: Applications/Multimedia
@ -79,6 +79,9 @@ autoreconf -f
--enable-youtube \
--enable-tracker
# Silence unused-direct-shlib-dependency
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
make %{?_smp_mflags}
@ -95,6 +98,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/grilo-%{release_version}/*.xml
%changelog
* Fri Aug 31 2012 Debarshi Ray <rishi@fedoraproject.org> 0.2.0-1
- update to 0.2.0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
812a4203ba9ea5a195e3dd629bfa17d6 grilo-plugins-0.1.19.tar.xz
9a3bfc5295a20c0474ceb2473f2761e4 grilo-plugins-0.2.0.tar.xz