[vdr-skindesigner] Update to 1.2.0
by Martin Gansser
commit 84ad51b458e9fdf989e578f70321b640a7f0ee20
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Jul 23 20:28:44 2016 +0200
Update to 1.2.0
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e1ce77..3d3b740 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ vdr-plugin-skindesigner-0.9.1.tar.bz2
vdr-plugin-skindesigner-0.9.3.tar.bz2
vdr-plugin-skindesigner-0.9.5.tar.bz2
/vdr-plugin-skindesigner-1.1.5.tar.bz2
+/vdr-plugin-skindesigner-1.2.0.tar.bz2
diff --git a/sources b/sources
index 7a2cdbf..27c4ea7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3b643de73a4c4744be9b1473fed9b98 vdr-plugin-skindesigner-1.1.5.tar.bz2
+95fece1254648a188e4b70d8d6cf54ca vdr-plugin-skindesigner-1.2.0.tar.bz2
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 45535ff..7e06416 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,5 +1,5 @@
Name: vdr-skindesigner
-Version: 1.1.5
+Version: 1.2.0
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
@@ -116,6 +116,9 @@ ldconfig -n %{buildroot}%{_libdir}
%{_includedir}/libskindesignerapi/*
%changelog
+* Sat Jul 23 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.0-1
+- Update to 1.2.0
+
* Sat Jun 25 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.5-1
- Update to 1.1.5
8 years, 4 months
[game-data-packager] temporary disable .svg support for initial upload
by Alexandre Detiste
commit 88a8ec9cadf0eae4f4bed83ff508c2f225117a69
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Sat Jul 23 09:56:37 2016 +0200
temporary disable .svg support for initial upload
I'll revert this as soon as Inkscape is available again
game-data-packager.spec | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/game-data-packager.spec b/game-data-packager.spec
index b8cdf10..a72feae 100644
--- a/game-data-packager.spec
+++ b/game-data-packager.spec
@@ -8,7 +8,7 @@
Name: game-data-packager
Version: 45
-Release: 1%{?gver}%{?dist}
+Release: 2%{?gver}%{?dist}
Summary: Installer for game data files
License: GPLv2 and GPLv2+
Url: https://wiki.debian.org/Games/GameDataPackager
@@ -20,7 +20,7 @@ Source: http://http.debian.net/debian/pool/contrib/g/game-data-packager/g
%endif
BuildArch: noarch
BuildRequires: ImageMagick
-BuildRequires: inkscape
+#BuildRequires: inkscape
BuildRequires: python3
BuildRequires: python3-PyYAML
BuildRequires: python3-pyflakes
@@ -62,6 +62,10 @@ show it's description.
%prep
%autosetup
+rm data/*.svg -v
+sed -i '/out\/memento-mori.png/d' Makefile
+sed -i 's|out/memento-mori-2.svg||g' Makefile
+sed -i '/install -m0644 out\/\*.svgz/d' Makefile
%build
make %{?_smp_mflags}
@@ -96,6 +100,9 @@ rm -rvf $RPM_BUILD_ROOT/etc/apparmor.d
%license COPYING
%changelog
+* Sat Jul 23 2016 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 45-2
+- Inkscape is currently uninstallable, temporary strip out .svg from build
+
* Fri Jul 22 2016 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 45-1
- Finally upload to RPMFusion, skip v44
8 years, 4 months
[game-data-packager] add %{?dist} to Release:
by Alexandre Detiste
commit 2b9f6cf4521352d1a33bfa658fd81e4bbdfebfe0
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Sat Jul 23 01:48:32 2016 +0200
add %{?dist} to Release:
game-data-packager.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/game-data-packager.spec b/game-data-packager.spec
index 431c75c..b8cdf10 100644
--- a/game-data-packager.spec
+++ b/game-data-packager.spec
@@ -8,7 +8,7 @@
Name: game-data-packager
Version: 45
-Release: 1%{?gver}
+Release: 1%{?gver}%{?dist}
Summary: Installer for game data files
License: GPLv2 and GPLv2+
Url: https://wiki.debian.org/Games/GameDataPackager
8 years, 4 months
[game-data-packager] initial import
by Alexandre Detiste
commit 6323c81feef3ab6c84bcc59be8ccbb04777b8e8a
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Sat Jul 23 00:30:30 2016 +0200
initial import
.gitignore | 1 +
game-data-packager.spec | 118 ++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 120 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0bc2a12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/game-data-packager_45.tar.xz
diff --git a/game-data-packager.spec b/game-data-packager.spec
new file mode 100644
index 0000000..431c75c
--- /dev/null
+++ b/game-data-packager.spec
@@ -0,0 +1,118 @@
+#define gitdate 20160112
+# git log --oneline -1
+%define gitversion 50f64b6
+
+%if 0%{?gitdate}
+%define gver .git%{gitdate}%{gitversion}
+%endif
+
+Name: game-data-packager
+Version: 45
+Release: 1%{?gver}
+Summary: Installer for game data files
+License: GPLv2 and GPLv2+
+Url: https://wiki.debian.org/Games/GameDataPackager
+%if 0%{?gitdate}
+# git archive --prefix=game-data-packager-44/ --format tar.gz master > ../rpmbuild/SOURCES/game-data-packager-`date +%Y%m%d`.tar.gz
+Source: game-data-packager-%{gitdate}.tar.gz
+%else
+Source: http://http.debian.net/debian/pool/contrib/g/game-data-packager/game-data...
+%endif
+BuildArch: noarch
+BuildRequires: ImageMagick
+BuildRequires: inkscape
+BuildRequires: python3
+BuildRequires: python3-PyYAML
+BuildRequires: python3-pyflakes
+BuildRequires: zip
+Requires: python3-PyYAML
+# download
+Recommends: lgogdownloader
+Suggests: steam
+# rip
+Suggests: cdparanoia
+Suggests: vorbis-tools
+# extract
+Suggests: arj
+Suggests: cabextract
+Recommends: innoextract
+Suggests: lha
+Suggests: p7zip-plugins
+Suggests: xdelta
+Suggests: unar
+Suggests: unrar
+Suggests: unshield
+Suggests: unzip
+
+%global __python %{__python3}
+
+%description
+Various games are divided into two logical parts: engine and data.
+.
+game-data-packager is a tool which builds .rpm files for game
+data which cannot be distributed (such as commercial game data).
+
+%package -n doom2-masterlevels
+Summary: "Master Levels for Doom II" launcher
+Requires: python3-gobject-base
+Requires: gobject-introspection
+%description -n doom2-masterlevels
+This GUI let you select a WAD to play &
+show it's description.
+
+%prep
+%autosetup
+
+%build
+make %{?_smp_mflags}
+
+%check
+make check
+
+%install
+make DESTDIR=$RPM_BUILD_ROOT bindir=/usr/bin datadir=/usr/share install
+find $RPM_BUILD_ROOT/usr/share/game-data-packager/game_data_packager -name '*.py' -exec chmod 755 {} \;
+#E: python-bytecode-inconsistent-mtime
+python3 -m compileall $RPM_BUILD_ROOT/usr/share/game-data-packager/game_data_packager/version.py
+find $RPM_BUILD_ROOT/etc/game-data-packager -empty -exec sh -c "echo '# we need more mirrors' > {}" \;
+rm -rvf $RPM_BUILD_ROOT/etc/apparmor.d
+
+%files
+%doc doc/adding_a_game.mdwn
+%{_mandir}/man6/game-data-packager.*
+%{_mandir}/fr/man6/game-data-packager.*
+%config(noreplace) %attr(644, root, root) /etc/game-data-packager.conf
+%config(noreplace) %attr(644, root, root) /etc/game-data-packager/*
+/usr/bin/game-data-packager
+/usr/share/bash-completion/completions/game-data-packager
+/usr/share/game-data-packager
+%license COPYING
+
+%files -n doom2-masterlevels
+%{_mandir}/man6/doom2-masterlevels.*
+/usr/bin/doom2-masterlevels
+/usr/share/applications/doom2-masterlevels.desktop
+/usr/share/pixmaps/doom2-masterlevels.png
+%license COPYING
+
+%changelog
+* Fri Jul 22 2016 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 45-1
+- Finally upload to RPMFusion, skip v44
+
+* Sun Jan 24 2016 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 44-1
+- First cross-distribution release
+- Add Cacodemon icon to doom2-masterlevels subpackage
+- The (optional) licenses of generated .rpm goes now correctly to /usr/share/licenses
+ instead of /usr/share/doc
+- AppArmor support temporary disabled until figured out
+
+* Thu Dec 31 2015 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 44-0.2.git2015123150f64b6
+- Git Snapshot
+- Enable checks
+
+* Tue Dec 29 2015 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 44-0.1.git2015122906f1b80
+- Git Snapshot
+- Suggests xdelta
+
+* Sun Nov 08 2015 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 43-1
+- Initial port to Fedora
diff --git a/sources b/sources
index e69de29..4a5def2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c6d3d37c99e8f012426b3d53041d24ca game-data-packager_45.tar.xz
8 years, 4 months