[rpmfusion-free-appstream-data/f31] Update script
by Leigh Scott
commit 7da4cdd91dd648b1daa512d83073b3fcaca4bebf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 27 20:05:11 2019 +0000
Update script
update-appdata-rpmfusion-free.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/update-appdata-rpmfusion-free.sh b/update-appdata-rpmfusion-free.sh
index e00b778..37067d1 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -7,13 +7,13 @@ main ()
mkdir rpmfusion-free/ -pv
cd rpmfusion-free || exit -1
- if [ "$RELEASE" = "30" ]; then
+ if [ "$RELEASE" = "32" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
- elif [ "$RELEASE" = "29" ]; then
+ elif [ "$RELEASE" = "31" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
- elif [ "$RELEASE" = "28" ]; then
+ elif [ "$RELEASE" = "30" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
- elif [ "$RELEASE" = "27" ]; then
+ elif [ "$RELEASE" = "29" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
fi
@@ -34,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion free repository"
echo "options:"
- echo "-r <release> one of 27, 28, 29, and 30"
+ echo "-r <release> one of 29, 30, 31, and 32"
}
5 years
[rpmfusion-free-appstream-data] Update for rawhide
by Leigh Scott
commit e78ed4566c0f5de4033974d5fa99dee908cbca03
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 27 20:09:34 2019 +0000
Update for rawhide
.gitignore | 2 ++
rpmfusion-free-appstream-data.spec | 7 +++++--
sources | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1771fbc..7b3eef4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ tags
/rpmfusion-free-29.xml.gz
/rpmfusion-free-30-icons.tar.gz
/rpmfusion-free-30.xml.gz
+/rpmfusion-free-32-icons.tar.gz
+/rpmfusion-free-32.xml.gz
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index 3c20092..d5a3a53 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -2,8 +2,8 @@
%global repoversion free
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 30
-Release: 1.20181021%{?dist}
+Version: 32
+Release: 1%{?dist}
Summary: Appstream metadata for the RPM Fusion free repository
BuildArch: noarch
@@ -40,6 +40,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Sun Oct 27 2019 Leigh Scott <leigh123linux(a)gmail.com> - 32-1
+- Update for rawhide
+
* Sun Oct 21 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 30-1.20181021
- Regenerate
- Include generation timestamp so that the package is more informative
diff --git a/sources b/sources
index 0c20fd4..0184de9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-fc7167ff4f19a86d09793a34aa18ef13 rpmfusion-free-30-icons.tar.gz
-53a0655060a78b0940e9ffb7f0b23a87 rpmfusion-free-30.xml.gz
+SHA512 (rpmfusion-free-32-icons.tar.gz) = c7921a3a730dbf8b92d504c58068cae4cdeef85e063eb42972a27db02f203f142dcf586e099bb2b04008157342eb2bd82c7c5c5b4c9899ef4594a07a1a0c4a17
+SHA512 (rpmfusion-free-32.xml.gz) = fb3af97d50f8746811e014f5e9c10c9b5e17b9b9ae3339094ebb6a6b59650ec22967578fa8457c6d0c1e6ed10d0078b82c8c1b6f011f826ba580fc5eac9a397d
5 years
[rpmfusion-free-appstream-data] Update script
by Leigh Scott
commit 37c6e8a1c96e3d3ec1a6e1878996efcb49ad31b0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 27 20:05:11 2019 +0000
Update script
update-appdata-rpmfusion-free.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/update-appdata-rpmfusion-free.sh b/update-appdata-rpmfusion-free.sh
index e00b778..37067d1 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -7,13 +7,13 @@ main ()
mkdir rpmfusion-free/ -pv
cd rpmfusion-free || exit -1
- if [ "$RELEASE" = "30" ]; then
+ if [ "$RELEASE" = "32" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
- elif [ "$RELEASE" = "29" ]; then
+ elif [ "$RELEASE" = "31" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
- elif [ "$RELEASE" = "28" ]; then
+ elif [ "$RELEASE" = "30" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
- elif [ "$RELEASE" = "27" ]; then
+ elif [ "$RELEASE" = "29" ]; then
URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
fi
@@ -34,7 +34,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion free repository"
echo "options:"
- echo "-r <release> one of 27, 28, 29, and 30"
+ echo "-r <release> one of 29, 30, 31, and 32"
}
5 years
[xt7-player-mpv] Update to the latest git snapshot to fix compatibility with new mpv
by Leigh Scott
commit f8cbf9dfc44140aacce8293f2eb5598eb9944571
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Oct 27 11:12:00 2019 +0000
Update to the latest git snapshot to fix compatibility with new mpv
.gitignore | 1 +
sources | 2 +-
xt7-player-mpv.spec | 30 ++++++++++++++++++++----------
3 files changed, 22 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52d938a..470b40d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/xt7-player-mpv-0.27.392.tar.gz
/xt7-player-mpv-0.28.3100.tar.gz
/xt7-player-mpv-0.29.3122.tar.gz
+/xt7-player-mpv-3fac617.tar.gz
diff --git a/sources b/sources
index af59d77..54f6539 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c48637555c46f40c0ec6e14426bffda8 xt7-player-mpv-0.29.3122.tar.gz
+SHA512 (xt7-player-mpv-3fac617.tar.gz) = 6332cfb9c8c1cf4c51c757f8749ddbd6c2f73bcfdfa1e53050bdac63821a7f7766c198d5165f275ca745e8b7561a469344eb8a54a8c087be7d003b484d6b82c3
diff --git a/xt7-player-mpv.spec b/xt7-player-mpv.spec
index 47600ce..09098e6 100644
--- a/xt7-player-mpv.spec
+++ b/xt7-player-mpv.spec
@@ -1,13 +1,20 @@
+%global giturl https://github.com/kokoko3k/xt7-player-mpv
+%global commit 3fac617d75389bc9c85c49131ad4cbbb5707c09e
+%global gitdate 20191016
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global gitrelease .%{gitdate}.git%{shortcommit}
+
Name: xt7-player-mpv
-Version: 0.29.3122
-Release: 3%{?dist}
+Version: 0.29.3142
+Release: 0.1%{?gitrelease}%{?dist}
Summary: Qt/Gambas gui to mpv media player
License: GPLv3+
-Url: http://xt7-player.sourceforge.net/xt7forum/
-Source0: https://github.com/kokoko3k/xt7-player-mpv/archive/%{version}.tar.gz#/%{n...
+URL: http://xt7-player.sourceforge.net/xt7forum/
+Source0: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
BuildRequires: libappstream-glib
BuildRequires: desktop-file-utils
+BuildRequires: gettext
BuildRequires: gambas3-devel >= 3.8.4
BuildRequires: gambas3-gb-args
BuildRequires: gambas3-gb-compress
@@ -67,7 +74,7 @@ integration, dvbt, media tagging, library and playlist managment and a lot
more.
%prep
-%autosetup -n %{name}-%{version}
+%autosetup -p1 -n %{name}-%{?commit}%{?!commit:%{version}}
sed -i '/project_group/d' xt7-player-mpv.appdata.xml
%build
@@ -77,7 +84,7 @@ gba3
%install
# executable
mkdir -p %{buildroot}%{_bindir}
-install -m755 %{name}-%{version}.gambas %{buildroot}%{_bindir}/%{name}.gambas
+install -m755 %{name}-%{commit}.gambas %{buildroot}%{_bindir}/%{name}.gambas
#icons
for size in 256 48 32 16; do
@@ -89,12 +96,12 @@ done
desktop-file-install %{name}.desktop\
--dir %{buildroot}%{_datadir}/applications
-mkdir -p %{buildroot}%{_datadir}/{applications,appdata}
-install -Dm 0644 xt7-player-mpv.appdata.xml %{buildroot}%{_datadir}/appdata/xt7-player-mpv.appdata.xml
+mkdir -p %{buildroot}%{_datadir}/{applications,metainfo}
+install -Dm 0644 xt7-player-mpv.appdata.xml %{buildroot}%{_metainfodir}/xt7-player-mpv.appdata.xml
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%files
%doc CHANGELOG_GIT
@@ -102,9 +109,12 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_bindir}/%{name}.gambas
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/appdata/%{name}*.xml
+%{_metainfodir}/%{name}*.xml
%changelog
+* Sun Oct 27 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 0.29.3142-0.1.20191016.git3fac617
+- Update to the latest git snapshot to fix compatibility with new mpv
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.29.3122-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years