[vdr-screenshot/f22] rebuild for new release 0.0.16

Martin Gansser martinkg at fedoraproject.org
Fri Feb 27 18:13:47 UTC 2015


commit 458785ab659de6460dc39ecff6842433ea173993
Author: Martin Gansser <mgansser at alice.de>
Date:   Fri Feb 27 19:13:43 2015 +0100

    rebuild for new release 0.0.16
    
    - cleanup spec file
    - mark license files as %license where available

 .gitignore          |  2 ++
 sources             |  2 +-
 vdr-screenshot.spec | 21 +++++++++++++--------
 3 files changed, 16 insertions(+), 9 deletions(-)
---
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 <martinkg at fedoraproject.org> - 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 <rel-eng at lists.fedoraproject.org> - 0.0.15-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list