From ea9f3db7a03245a10bee994a2b89ea2ecba34418 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Feb 27 2015 18:15:02 +0000 Subject: rebuild for new release 0.0.16 - cleanup spec file - mark license files as %license where available --- diff --git a/.gitignore b/.gitignore index 17d6b36..848fee9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /*.tgz +/vdr-screenshot-0.0.16.tar.gz +/vdr-screenshot.spec diff --git a/sources b/sources index de4d721..7f25207 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9024d4a2d31b82aabcce3e22b6bffdda vdr-screenshot-0.0.15.tgz +16ef99692db6272b890ae0ba2297b137 vdr-screenshot.spec diff --git a/vdr-screenshot.spec b/vdr-screenshot.spec index bb22d58..4c5a5dd 100644 --- a/vdr-screenshot.spec +++ b/vdr-screenshot.spec @@ -1,15 +1,14 @@ %global pname screenshot Name: vdr-%{pname} -Version: 0.0.15 -Release: 11%{?dist} +Version: 0.0.16 +Release: 1%{?dist} Summary: VDR plugin: Takes screenshots License: GPL+ -URL: http://www.joachim-wilke.de/vdr-screenshot.htm -Source: http://www.joachim-wilke.de/downloads/vdr-screenshot/%{name}-%{version}.tgz +URL: https://github.com/jowi24/vdr-screenshot +Source: %{name}-%{version}.tar.gz Patch0: %{pname}.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.6.0-41 Requires: vdr(abi)%{?_isa} = %{vdr_apiversion} @@ -23,7 +22,7 @@ will be created, where title is the current transmission or the recording currently replayed. %prep -%setup -q -n %{pname}-%{version} +%setup -q -n %{name}-%{version} chmod -c -x screenshot.c # For older VDR versions <=1.7.34 cp Makefile.pre.1.7.34 Makefile @@ -46,11 +45,17 @@ cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale %find_lang %{name} %files -f %{name}.lang -%doc HISTORY COPYING README +%doc HISTORY README +%license COPYING %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} -%attr(-,%{vdr_user},root) %dir %{vdr_cachedir}/screenshot/ +%defattr(-,root,root,-) %changelog +* Fri Feb 27 2015 Martin Gansser - 0.0.16-1 +- rebuild for new release 0.0.16 +- cleanup spec file +- mark license files as %%license where available + * Mon Aug 18 2014 Fedora Release Engineering - 0.0.15-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild