[libopenshot] Moved to Fedora
by Leigh Scott
commit 849aae2936ecd1d87d74ef58177c73a6d6355f22
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 13 20:09:44 2023 +0100
Moved to Fedora
.gitignore | 21 ----
dead.package | 1 +
libopenshot.spec | 338 -------------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 360 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3aa0b6e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to Fedora
1 year, 3 months
[gsview] Fix check for libgs.so to allow for two digit rev
by Andrew Bauer
commit d8b82b6a5c25c9ec70469613b78ed462d0967ead
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Fri Aug 11 10:54:22 2023 -0500
Fix check for libgs.so to allow for two digit rev
use autosetup macro
gsview.spec | 29 ++++++++++++-----------------
1 file changed, 12 insertions(+), 17 deletions(-)
---
diff --git a/gsview.spec b/gsview.spec
index 32e9130..bf7a639 100644
--- a/gsview.spec
+++ b/gsview.spec
@@ -1,9 +1,10 @@
%global tag v5.01beta
+%global libgspath %{_libdir}/libgs.so.{?,??}
Summary: PostScript and PDF previewer
Name: gsview
Version: 5.01~beta
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv3
Group: Applications/Publishing
@@ -36,7 +37,6 @@ Patch3: gsview-4.7-dllversion.patch
Patch4: gsview-4.7-letterpaper.patch
Patch5: 0001-Updates-for-registraton-removal-in-the-unix-specific.patch
-
%description
GSview is a graphical interface for Ghostscript.
Ghostscript is an interpreter for the PostScript page
@@ -44,27 +44,19 @@ description language used by laser printers.
For documents following the Adobe PostScript Document Structuring
Conventions, GSview allows selected pages to be viewed or printed.
-
%prep
-%setup -q -n %{name}-%{tag}
+%autosetup -n %{name}-%{tag} -p1
-%patch1 -p1 -b .xdg_open
-# patch2 bits below
-%patch3 -p1 -b .dllversion
-%patch4 -p1 -b .letterpaper
-%patch5 -p1
-
-# Determine GS_REVISION/SOMAJOR and substitute values (see patch2)
-%patch2 -p1 -b .libgs
GS_REVISION=%(echo %{gs_ver} | tr -d '.' )
sed -i -e "s|@@GS_REVISION@@|${GS_REVISION}|g" src/gvcver.h
+
# Sanity check to make sure file exists
-if [ ! -f "%(ls %{_libdir}/libgs.so.?)" ]; then
- echo "Error: %{_libdir}/libgs.so.? doesn't exist"; exit 1
+if [ ! -f "%(ls %{libgspath})" ]; then
+ echo "Error: %{libgspath} does not exist"; exit 1
fi
-SOMAJOR=$(basename %{_libdir}/libgs.so.? | sed -e 's@libgs.so.(a)@' )
-sed -i -e "s|@@SOMAJOR@@|${SOMAJOR}|g" src/gvcver.h
+SOMAJOR=$(basename %{libgspath} | sed -e 's@libgs.so.(a)@' )
+sed -i -e "s|@@SOMAJOR@@|${SOMAJOR}|g" src/gvcver.h
%build
make -f srcunx/unx.mak \
@@ -75,7 +67,6 @@ make -f srcunx/unx.mak \
GSVIEW_DOCPATH=%{_docdir} \
GSVIEW_ETCPATH=%{_sysconfdir}
-
%install
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir},%{_docdir},%{_sysconfdir}}
@@ -105,6 +96,10 @@ desktop-file-install \
%{_datadir}/icons/hicolor/*/*/*
%changelog
+* Fri Aug 11 2023 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 5.01~beta-4
+- Fix check for libgs.so to allow for two digit rev
+- use autosetup macro
+
* Thu Aug 03 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 5.01~beta-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year, 3 months
[qmplay2/f39] Update to 23.08.08
by Martin Gansser
Summary of changes:
7498a10... Update to 23.08.08 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 3 months
[qmplay2] Update to 23.08.08
by Martin Gansser
commit 7498a105921afbfd253205f6f64b717657cf57ea
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Aug 13 12:00:38 2023 +0200
Update to 23.08.08
.gitignore | 1 +
qmplay2.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a50e41..6dcdc75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@
/QMPlay2-22.10.23.tar.gz
/QMPlay2-23.02.05.tar.gz
/QMPlay2-23.06.17.tar.gz
+/QMPlay2-23.08.08.tar.gz
diff --git a/qmplay2.spec b/qmplay2.spec
index b052220..55d87ab 100644
--- a/qmplay2.spec
+++ b/qmplay2.spec
@@ -2,12 +2,12 @@
%global pname QMPlay2
Name: qmplay2
-Version: 23.06.17
-Release: 2%{?dist}
+Version: 23.08.08
+Release: 1%{?dist}
Summary: A Qt based media player, streamer and downloader
License: LGPLv3+
URL: http://zaps166.sourceforge.net/?app=QMPlay2
-Source: https://github.com/zaps166/QMPlay2/archive/%{version}/%{pname}-%{version}...
+Source: https://github.com/zaps166/QMPlay2/archive/refs/tags/%{version}.tar.gz#/%...
BuildRequires: cmake
BuildRequires: ninja-build
@@ -123,6 +123,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_includedir}/%{pname}/
%changelog
+* Sun Aug 13 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.08.08-1
+- Update to 23.08.08
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 23.06.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 5244313..e10ff33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (QMPlay2-23.06.17.tar.gz) = 65752102401be51bc659dbb6e94444fbf6364e7056330909c1e13cfb2c7ec0673b3cc721911ad8c193336b509bee4863225e12d78afe436eacd59113e392ad0a
+SHA512 (QMPlay2-23.08.08.tar.gz) = 79331d60b5fd2cd4c96ae9cad0cc908f2e379929fb796ca3d336e760651e1e06d888db5a18689c74fd32e99d4d02ae88fa924735dec4923540e7b724e676af10
1 year, 3 months