scop pushed to vdr-screenshot (f22). "rebuild for new release 0.0.16 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 6 14:10:10 UTC 2015


>From d55c76b4f7c6ed9e8463a86b202f3942ab33b69d Mon Sep 17 00:00:00 2001
From: Martin Gansser <mgansser at alice.de>
Date: Fri, 27 Feb 2015 19:11:42 +0100
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 cb44b3f..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:          12%{?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,13 +45,16 @@ 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
-* Thu Feb 19 2015 Ville Skyttä <ville.skytta at iki.fi> - 0.0.15-12
-- Rebuild
+* 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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/vdr-screenshot.git/commit/?h=f22&id=d55c76b4f7c6ed9e8463a86b202f3942ab33b69d


More information about the scm-commits mailing list