Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e1ffde763 | ||
|
|
ea3deecc6f | ||
|
|
3c56ce781d |
5 changed files with 9 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
vdr-text2skin-1.3.tgz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
vdr-text2skin-1.3.1.tgz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vdr-text2skin
|
||||
# $Id: Makefile,v 1.1 2007/04/23 17:04:59 wtogami Exp $
|
||||
NAME := vdr-text2skin
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
39f3354b5ae04ee41cb45543de858ec2 vdr-text2skin-1.3.tgz
|
||||
b0f615b821731f46c36c2894d733b85f vdr-text2skin-1.3.1.tgz
|
||||
|
|
|
|||
|
|
@ -2,18 +2,18 @@
|
|||
%global plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR)
|
||||
%global datadir %(vdr-config --datadir 2>/dev/null || echo ERROR)
|
||||
%global apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR)
|
||||
# imagelib: imagemagick, graphicsmagick, imlib2 or %{nil}
|
||||
# imagelib: imagemagick, graphicsmagick, imlib2 or %%{nil}
|
||||
%{!?imagelib: %global imagelib graphicsmagick}
|
||||
|
||||
Name: vdr-%{pname}
|
||||
Version: 1.3
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: OSD skin plugin for VDR
|
||||
|
||||
Group: Applications/Multimedia
|
||||
License: GPL+
|
||||
URL: http://projects.vdr-developer.org/projects/show/plg-text2skin
|
||||
Source0: http://projects.vdr-developer.org/attachments/download/127/%{name}-%{version}.tgz
|
||||
Source0: http://projects.vdr-developer.org/attachments/download/344/%{name}-%{version}.tgz
|
||||
Source1: %{name}.conf
|
||||
Patch0: %{name}-1.3-skindir.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
|
@ -51,7 +51,7 @@ of the skin wishes.
|
|||
%prep
|
||||
%setup -q -n %{pname}-%{version}
|
||||
sed -e 's|/usr/share/vdr/|%{datadir}/|' %{PATCH0} | patch -p1
|
||||
chmod -x contrib/*.pl
|
||||
chmod -c -x contrib/*.pl
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.3.1-1
|
||||
- Update to 1.3.1 (#606725).
|
||||
|
||||
* Wed Oct 7 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.3-1
|
||||
- Update to 1.3 (#527682).
|
||||
- Filter out autoprovided libvdr-*.so.* (if %%filter_setup is available).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue