[vdr-weatherforecast/f24] Update to 0.2.0

Martin Gansser martinkg at rpmfusion.org
Sat Jul 9 00:43:21 CEST 2016


commit 4b5edbefbfe0fb8930da3ee31a6cf733a9a673e7
Author: Martin Gansser <mgansser at alice.de>
Date:   Sat Jul 9 00:43:20 2016 +0200

    Update to 0.2.0

 clog                     |  2 ++
 vdr-weatherforecast.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)
---
diff --git a/clog b/clog
new file mode 100644
index 0000000..50a016f
--- /dev/null
+++ b/clog
@@ -0,0 +1,2 @@
+Update to 0.2.0
+
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
new file mode 100644
index 0000000..606cfc1
--- /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/vdr-plugin-%{pname}-%{version}.tar.bz2
+# 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
+* Sun Jan 31 2016 Martin Gansser <martinkg at fedoraproject.org> - 0.2.0-1
+- Update to 0.2.0
+
+* Sat Oct 03 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.1.1-2
+- added BSD to the License tag
+
+* Sun Apr 12 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1
+- added BR libskindesignerapi-devel
+
+* Fri Mar 13 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.0.3-1
+- Update to 0.0.3
+
+* Thu Feb 19 2015 Ville Skyttä <ville.skytta at iki.fi> - 0.0.2-3
+- Rebuild
+
+* Mon Feb 02 2015 Martin Gansser <martinkg at 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 at fedoraproject.org> - 0.0.2-1
+- Update to 0.0.2
+
+* Thu Jan 15 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.0.1-1
+- Initial build
+


More information about the rpmfusion-commits mailing list