commit 3bf7dad74ad048fd6c9859a8c52134f90f8e9c77
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 9 00:21:46 2016 +0200
Update to 0.2.0
.gitignore | 1 +
sources | 1 +
vdr-weatherforecast.conf | 6 ++++
vdr-weatherforecast.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 80 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8065c9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-weatherforecast-0.2.0.tar.bz2
diff --git a/sources b/sources
index e69de29..a3be3f8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e28456a1b475fc2ba31b2ecc373634d6 vdr-plugin-weatherforecast-0.2.0.tar.bz2
diff --git a/vdr-weatherforecast.conf b/vdr-weatherforecast.conf
new file mode 100644
index 0000000..de58752
--- /dev/null
+++ b/vdr-weatherforecast.conf
@@ -0,0 +1,6 @@
+# Configuration snippet for vdr-weatherforecast -*- sh -*-
+#
+# Add command line options to pass to the weatherforecast plugin to PLUGIN_OPTIONS.
+# See /usr/share/doc/vdr-weatherforecast/README for info about available options.
+
+PLUGIN_OPTIONS=""
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
new file mode 100644
index 0000000..aa4cea5
--- /dev/null
+++ b/vdr-weatherforecast.spec
@@ -0,0 +1,72 @@
+%global pname weatherforecast
+
+Name: vdr-weatherforecast
+Version: 0.2.0
+Release: 1%{?dist}
+Summary: A VDR plugin which provides a weather forecast
+
+Group: Applications/Multimedia
+License: GPLv2+ and BSD
+URL:
http://projects.vdr-developer.org/projects/plg-weatherforecast
+Source0:
http://projects.vdr-developer.org/git/vdr-plugin-%{pname}.git/snapshot/vd...
+# Configuration files for plugin parameters. These are Fedora specific and not in
upstream.
+Source1: %{name}.conf
+
+BuildRequires: vdr-devel >= 1.7.22
+BuildRequires: libcurl-devel
+BuildRequires: jansson-devel
+BuildRequires: libskindesignerapi-devel
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+
+%description
+WeatherForecast provides a weather forecast based on forecast.io data.
+
+%prep
+%setup -q -n vdr-plugin-%{pname}-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
%{?_smp_mflags} all
+
+%install
+make install DESTDIR=%{buildroot}
+# weatherforecast.conf
+install -Dpm 644 %{SOURCE1} \
+ %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%license COPYING
+%doc HISTORY README
+%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+
+%changelog
+* Thu Jan 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0
+
+* Sun Oct 03 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-2
+- added BSD to the License tag
+
+* Sun Apr 12 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1
+- added BR libskindesignerapi-devel
+
+* Fri Mar 13 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.3-1
+- Update to 0.0.3
+
+* Thu Feb 19 2015 Ville Skyttä <ville.skytta(a)iki.fi> - 0.0.2-3
+- Rebuild
+
+* Mon Feb 02 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-2
+- Mark license files as %%license where available
+- Defined global macro pname for program name
+
+* Sat Jan 17 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.2-1
+- Update to 0.0.2
+
+* Thu Jan 15 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1
+- Initial build
+