rpms/vdr-skinsoppalusikka/devel vdr-skinsoppalusikka-prepare-tarball.sh, NONE, 1.1 vdr-skinsoppalusikka.conf, NONE, 1.1 vdr-skinsoppalusikka.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville-Pekka Vainio (vpv) fedora-extras-commits at redhat.com
Thu Oct 11 19:57:02 UTC 2007


Author: vpv

Update of /cvs/pkgs/rpms/vdr-skinsoppalusikka/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17641/devel

Modified Files:
	.cvsignore sources 
Added Files:
	vdr-skinsoppalusikka-prepare-tarball.sh 
	vdr-skinsoppalusikka.conf vdr-skinsoppalusikka.spec 
Log Message:
Initial import of vdr-skinsoppalusikka.



--- NEW FILE vdr-skinsoppalusikka-prepare-tarball.sh ---
#!/bin/sh

set -e

[ ! -e vdr-skinsoppalusikka-1.0.4.tgz ] && \
wget -q http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/files/vdr-skinsoppalusikka-1.0.4.tgz
rm -rf skinsoppalusikka-1.0.4/
tar zxf vdr-skinsoppalusikka-1.0.4.tgz
rm -rf skinsoppalusikka-1.0.4/logos*/
tar jcf vdr-skinsoppalusikka-1.0.4-nologos.tar.bz2 skinsoppalusikka-1.0.4/
rm -rf skinsoppalusikka-1.0.4/


--- NEW FILE vdr-skinsoppalusikka.conf ---
# Configuration snippet for vdr-skinsoppalusikka                    -*- sh -*-
#
# Add command line options to pass to the skinsoppalusikka plugin to
# PLUGIN_OPTIONS.

PLUGIN_OPTIONS=""


--- NEW FILE vdr-skinsoppalusikka.spec ---
%define pname     skinsoppalusikka
%define vardir    %(vdr-config --vardir    2>/dev/null || echo ERROR)
%define plugindir %(vdr-config --plugindir  2>/dev/null || echo ERROR)
%define apiver    %(vdr-config --apiversion 2>/dev/null || echo ERROR)


Name:           vdr-%{pname}
Version:        1.0.4
Release:        1%{?dist}
Summary:        The "Soppalusikka" skin for VDR

Group:          Applications/Multimedia
License:        GPL+
URL:            http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/
# Tarball prepared with Source99, because upstream tarball contains
# undistributable lgoos.
Source0:        vdr-skinsoppalusikka-1.0.4-nologos.tar.bz2
Source1:        %{name}.conf
Source99:       vdr-skinsoppalusikka-prepare-tarball.sh
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  vdr-devel >= 1.4.0
Requires:       vdr(abi) = %{apiver}

%description
The "Soppalusikka" is a standalone skin is based on "enElchi" text2skin addon.

%prep
%setup -q -n %{pname}-%{version}
f=HISTORY ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f


%build
make all %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr STRIP=/bin/true


%install
rm -rf $RPM_BUILD_ROOT
# install the plugin and the config file
install -dm 755 $RPM_BUILD_ROOT%{plugindir}
install -pm 755 libvdr-%{pname}.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
install -Dpm 644 %{SOURCE1} \
  $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
# install the themes
install -dm 755 $RPM_BUILD_ROOT%{vardir}/themes
install -pm 644 themes/*.theme $RPM_BUILD_ROOT%{vardir}/themes/



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING HISTORY README
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
%{plugindir}/libvdr-%{pname}.so.%{apiver}
%{vardir}/themes/soppalusikka-*.theme


%changelog

* Thu Oct 11 2007 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.0.4-1
- s/soppalusikka/skinsoppalusikka/ in vdr-skinsoppalusikka.conf
- Bump release for the first Fedora build
- Try to hide my email from the spambots a bit

* Sun Oct 07 2007 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.0.4-0.4
- Remove the /var/lib/vdr/themes dir, it's owned by the vdr package.
- Change licence tag from GPLv2 to GPL+.
- Remove datadir define, as it's not used.
- s/femon/skinsoppalusikka/ in vdr-skinsoppalusikka.conf

* Sun Oct 06 2007 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.0.4-0.3
- Remove channel logos, add vdr-skinsoppalusikka-prepare-tarball.sh for doing
  it automatically.

* Sun Oct 06 2007 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.0.4-0.2
- Remove the symbols, since they are compiled into the binary plugin. Thanks
  to Mandriva packager Anssi Hannula for the information.

* Sun Oct 06 2007 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.0.4-0.1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vdr-skinsoppalusikka/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Oct 2007 18:21:34 -0000	1.1
+++ .cvsignore	11 Oct 2007 19:56:30 -0000	1.2
@@ -0,0 +1 @@
+vdr-skinsoppalusikka-1.0.4-nologos.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vdr-skinsoppalusikka/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Oct 2007 18:21:34 -0000	1.1
+++ sources	11 Oct 2007 19:56:30 -0000	1.2
@@ -0,0 +1 @@
+2fd51afc77774ec2e05c5ae2b80a82aa  vdr-skinsoppalusikka-1.0.4-nologos.tar.bz2




More information about the fedora-extras-commits mailing list