[pgplot/el8] Spec file clean up
by Leigh Scott
Summary of changes:
6c70c5e... Spec file clean up (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[pgplot/f31] Spec file clean up
by Leigh Scott
Summary of changes:
6c70c5e... Spec file clean up (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[pgplot] Spec file clean up
by Leigh Scott
commit 6c70c5eeb8869953fe4e11a6044fa3942a9d7417
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jan 13 00:07:53 2020 +0000
Spec file clean up
pgplot.spec | 53 ++++++++++++++++++++++++-----------------------------
sources | 2 +-
2 files changed, 25 insertions(+), 30 deletions(-)
---
diff --git a/pgplot.spec b/pgplot.spec
index ceee23d..ee2283b 100644
--- a/pgplot.spec
+++ b/pgplot.spec
@@ -3,10 +3,9 @@
Name: pgplot
%define lvmajor 5
Version: 5.2.2
-Release: 46%{?dist}
+Release: 47%{?dist}
Summary: Graphic library for making simple scientific graphs
-Group: Development/Libraries
License: freely available for non-commercial use
URL: http://www.astro.caltech.edu/~tjp/pgplot
@@ -32,7 +31,9 @@ Patch4: pgplot5.2-tclpackage.patch
Patch5: pgplot5.2-formaterror.patch
Patch6: pgplot5.2-tcl86.patch
-BuildRequires: tk-devel libX11-devel gcc-gfortran
+BuildRequires: tk-devel
+BuildRequires: libX11-devel
+BuildRequires: gcc-gfortran
BuildRequires: perl
Requires(post): /sbin/ldconfig
@@ -48,9 +49,8 @@ the appropriate device at run time.
%package devel
Summary: Libraries, includes, etc. used to develop an application with %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: libX11-devel pkgconfig
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: libX11-devel
%description devel
These are the header files and static libraries needed to develop a %{name}
@@ -58,16 +58,14 @@ application.
%package demos
Summary: Demo applications of %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description demos
Demonstration applications for PGPLOT, a FORTRAN-callable,
device-independent graphics package for making simple scientific graphs.
%package -n tcl-%{name}
Summary: Tcl/Tk driver for %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: tcl(abi) = 8.6
Provides: tk-%{name} = %{version}-%{release}
@@ -76,9 +74,8 @@ Tcl/Tk driver for %{name}
%package -n tcl-%{name}-devel
Summary: Tcl/Tk driver for %{name} devel files
-Group: Development/Libraries
-Requires: tcl-%{name} = %{version}-%{release}
-Requires: %{name}-devel = %{version}-%{release}
+Requires: tcl-%{name}%{?_isa} = %{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
Requires: tk-devel
Provides: tk-%{name}-devel = %{version}-%{release}
@@ -109,15 +106,9 @@ cp %{SOURCE5} .
%{__sed} \
-e 's/! PSDRIV/ PSDRIV/g' \
-e 's/! XWDRIV/ XWDRIV/g' \
--e 's/! TKDRIV/ TKDRIV/g' -i drivers.list
-
-# gcc >= 4.3 required to compile the following drivers:
-# GIF and PPM
-%if 0%{?fedora} >= 9
-%{__sed} \
+-e 's/! TKDRIV/ TKDRIV/g' \
-e 's/! PPDRIV/ PPDRIV/g' \
-e 's/! GIDRIV/ GIDRIV/g' -i drivers.list
-%endif
# Creating pkgconfig files from templates
%{__sed} -e 's|archlibdir|%{_libdir}|g' -i pgplot.pc
@@ -135,7 +126,7 @@ cp %{SOURCE5} .
NLIBS="-lgfortran -lm -lX11 -lz"
# Creating dynamic library for C
-%{__make} %{?_smp_mflags} \
+%{make_build} \
FC=f95 CC="%{__cc}" CFLAGS="%{optflags}" FFLAGS="%{optflags}" cpg
%{__ar} x libcpgplot.a
%{__cc} %{optflags} -shared -o libc%{name}.so.%{version} \
@@ -159,11 +150,10 @@ done
%{__ln_s} libtk%{name}.so.%{version} libtk%{name}.so.%{lvmajor}
%{__ln_s} libtk%{name}.so.%{version} libtk%{name}.so
-%{__make} %{?_smp_mflags} pgplot-routines.tex
-%{__make} %{?_smp_mflags} pgplot.html
+%{make_build} pgplot-routines.tex
+%{make_build} pgplot.html
%install
-%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{_bindir}
%{__mkdir_p} %{buildroot}/%{_libdir}/pkgconfig
%{__mkdir_p} %{buildroot}/%{_includedir}
@@ -189,14 +179,16 @@ done
%postun -n tcl-%{name} -p /sbin/ldconfig
%files
-%doc copyright.notice ChangeLog README.fedora
+%doc ChangeLog README.fedora
+%license copyright.notice
%{_libdir}/lib%{name}.so.*
%{_libdir}/libc%{name}.so.*
%{_datadir}/%{name}
%{_libexecdir}/%{name}
%files devel
-%doc aaaread.me pgplot-routines.tex pgplot.html copyright.notice
+%doc aaaread.me pgplot-routines.tex pgplot.html
+%license copyright.notice
%{_libdir}/lib%{name}.so
%{_libdir}/libc%{name}.so
%{_includedir}/cpgplot.h
@@ -204,21 +196,24 @@ done
%{_libdir}/pkgconfig/cpgplot.pc
%files -n tcl-%{name}
-%doc copyright.notice
+%license copyright.notice
%{_libdir}/libtk%{name}.so.*
%{tcl_sitearch}/%{name}
%files -n tcl-%{name}-devel
-%doc copyright.notice
+%license copyright.notice
%{_libdir}/libtk%{name}.so
%{_includedir}/tkpgplot.h
%{_libdir}/pkgconfig/tk-pgplot.pc
%files demos
-%doc copyright.notice
+%license copyright.notice
%{_bindir}/*
%changelog
+* Sun Jan 12 2020 Leigh Scott <leigh123linux(a)gmail.com> - 5.2.2-47
+- Spec file clean up
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.2.2-46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index b8c19de..b858f9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8a6e8d0d5ef9d1709dfb567724525ae pgplot5.2.tar.gz
+SHA512 (pgplot5.2.tar.gz) = 03a075c84506ead1d665a7105cd41c7cfbe19d12094cb36fb7459a0f6ee0df0638543b7eca92aaf80677984cc47a07b968f854db8eaa90ec605f78d89c615d1f
4 years, 10 months
[rpmfusion-free-appstream-data/el8] Improve script
by Leigh Scott
commit b1bd62c323c54d4efdffe041c97976d500456cb6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 12 20:49:19 2020 +0000
Improve script
update-appdata-rpmfusion-free.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update-appdata-rpmfusion-free.sh b/update-appdata-rpmfusion-free.sh
index 49efde9..dd760d4 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -12,11 +12,11 @@ main ()
fi
- rsync -avPh "$URL" .
+ rsync -avPh "$URL" ./Packages/
rm -rf repo*
#
appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
- --packages-dir=./ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
+ --packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
--basename="rpmfusion-free-el$RELEASE" --origin="rpmfusion-free-el$RELEASE" \
--enable-hidpi
4 years, 10 months
[rpmfusion-nonfree-appstream-data/el8] Improve script
by Leigh Scott
commit 2dde6e4fb75dc137dd9c8ee1259c6ae7f63eb6b5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 12 20:46:44 2020 +0000
Improve script
update-appdata-rpmfusion-nonfree.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index b56d6bb..4735b6d 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -12,11 +12,11 @@ main ()
fi
- rsync -avPh "$URL" .
+ rsync -avPh "$URL" ./Packages/
rm -rf repo*
#
appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
- --packages-dir=./ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
+ --packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
--basename="rpmfusion-nonfree-el$RELEASE" --origin="rpmfusion-nonfree-el$RELEASE" \
--enable-hidpi
4 years, 10 months
[rpmfusion-nonfree-appstream-data/el8] update gitignore
by Leigh Scott
commit 57ec6e91d940c4836a19be2afa300f402866b6cb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 12 20:36:38 2020 +0000
update gitignore
.gitignore | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fad5d22..3354da0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-/rpmfusion-nonfree-8-icons.tar.gz
-/rpmfusion-nonfree-8.xml.gz
+/rpmfusion-nonfree-*-icons.tar.gz
+/rpmfusion-nonfree-*.xml.gz
-/rpmfusion-nonfree-el8-icons.tar.gz
-/rpmfusion-nonfree-el8.xml.gz
4 years, 10 months
[rpmfusion-nonfree-appstream-data/el8] Initial el build
by Leigh Scott
commit 817fb9e65656687ed97f06186f53758b369d880d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 12 20:22:30 2020 +0000
Initial el build
.gitignore | 16 ++++------
rpmfusion-nonfree-appstream-data.spec | 56 +++++++----------------------------
sources | 4 +--
update-appdata-rpmfusion-nonfree.sh | 16 ++++------
4 files changed, 22 insertions(+), 70 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 899b2eb..fad5d22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,5 @@
-/rpmfusion-nonfree-25-icons.tar.gz
-/rpmfusion-nonfree-25.xml.gz
-/rpmfusion-nonfree-26-icons.tar.gz
-/rpmfusion-nonfree-26.xml.gz
-/rpmfusion-nonfree-28-icons.tar.gz
-/rpmfusion-nonfree-28.xml.gz
-tags
-/rpmfusion-nonfree-29-icons.tar.gz
-/rpmfusion-nonfree-29.xml.gz
-/rpmfusion-nonfree-30-icons.tar.gz
-/rpmfusion-nonfree-30.xml.gz
+/rpmfusion-nonfree-8-icons.tar.gz
+/rpmfusion-nonfree-8.xml.gz
+
+/rpmfusion-nonfree-el8-icons.tar.gz
+/rpmfusion-nonfree-el8.xml.gz
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index 47891e8..71299de 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -2,23 +2,23 @@
%global repoversion nonfree
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 30
-Release: 1.20181021%{?dist}
-Summary: Appstream metadata for the RPM Fusion nonfree repository
+Version: 8
+Release: 1%{?dist}
+Summary: Appstream metadata for the RPM Fusion nonfree el repository
BuildArch: noarch
License: CC0
URL: http://rpmfusion.org
-Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
-Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
+Source0: %{reponame}-%{repoversion}-el%{version}.xml.gz
+Source1: %{reponame}-%{repoversion}-el%{version}-icons.tar.gz
Source2: update-appdata-rpmfusion-nonfree.sh
BuildRequires: libappstream-glib
Supplements: appstream-data
%description
-Appstream metadata for packages in the RPM Fusion nonfree repository
+Appstream metadata for packages in the RPM Fusion nonfree el repository
%prep
@@ -32,49 +32,13 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%files
-%attr(0644,root,root) %{_datadir}/app-info/xmls/%{reponame}-%{repoversion}-%{version}.xml.gz
-%{_datadir}/app-info/icons/%{reponame}-%{repoversion}-%{version}/
+%attr(0644,root,root) %{_datadir}/app-info/xmls/%{reponame}-%{repoversion}-el%{version}.xml.gz
+%{_datadir}/app-info/icons/%{reponame}-%{repoversion}-el%{version}/
%dir %{_datadir}/app-info
%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info/xmls
%changelog
-* Sun Oct 21 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 30-1.20181021
-- Regenerate
-- Use datestamp to indicate regeneration date.
+* Sun Jan 12 2020 Leigh Scott <leigh123linux(a)gmail.com> - 8-1
+- Initial el build
-* Sun Jul 08 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-2
-- Regenerate
-
-* Sat Mar 31 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-1
-- Regenerate
-
-* Mon Nov 13 2017 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 28-1
-- Update appdata
-
-* Sun Jul 09 2017 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 26-2
-- Regenerate and update
-
-* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 26-1
-- Bump version and regenerate data with correct version
-
-* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-3
-- Add weak dep on Fedora appstream-data package
-
-* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-2
-- Regenerate and update
-
-* Tue Jul 26 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-1
-- Initial build for rawhide
-
-* Tue Mar 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 22-5
-- Fix project name
-
-* Wed May 27 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 22-4
-- Added some appdata files
-
-* Fri May 22 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 22-3
-- regenerate with screenshots
-
-* Thu May 21 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 22-1
-- Initial build
diff --git a/sources b/sources
index 061485b..cf8e055 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8d7640ef64ddcae2b61f248e6f714ddd rpmfusion-nonfree-30-icons.tar.gz
-1567146664ff8ce0fcf13ed6bd9a78b4 rpmfusion-nonfree-30.xml.gz
+SHA512 (rpmfusion-nonfree-el8-icons.tar.gz) = 975b265450f8c6d6c2083dae26b75d2b03f41c1db28cbfd0106954978a16a8e6a247cf9fe49567dbf7ff28e58c5a610f16696da9287c1710ba4c6143732e7430
+SHA512 (rpmfusion-nonfree-el8.xml.gz) = a4ba31ad989e5311a91632991aacc7cf1129ffa1f5b5373c9902b1c3c246ce785b70d8ec045b3f333da06b81fc6665f0c1e1322c8c8dbc03974da9a7a21a949e
diff --git a/update-appdata-rpmfusion-nonfree.sh b/update-appdata-rpmfusion-nonfree.sh
index 45d85a5..b56d6bb 100755
--- a/update-appdata-rpmfusion-nonfree.sh
+++ b/update-appdata-rpmfusion-nonfree.sh
@@ -7,14 +7,8 @@ main ()
mkdir rpmfusion-nonfree/ -pv
cd rpmfusion-nonfree || exit -1
#
- if [ "$RELEASE" = "30" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
- elif [ "$RELEASE" = "29" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/de..."
- elif [ "$RELEASE" = "28" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re..."
- elif [ "$RELEASE" = "27" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/fedora/re..."
+ if [ "$RELEASE" = "8" ]; then
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/nonfree/el/update..."
fi
@@ -22,8 +16,8 @@ main ()
rm -rf repo*
#
appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
- --packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
- --basename="rpmfusion-nonfree-$RELEASE" --origin="rpmfusion-nonfree-$RELEASE" \
+ --packages-dir=./ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
+ --basename="rpmfusion-nonfree-el$RELEASE" --origin="rpmfusion-nonfree-el$RELEASE" \
--enable-hidpi
echo "Generated files are present in the appstream-data directory"
@@ -34,7 +28,7 @@ usage ()
echo "$0 -r <release>"
echo "- update appdata for rpmfusion nonfree repository"
echo "options:"
- echo "-r <release> one of 27, 28, 29, and 30"
+ echo "-r <release> one of 8"
}
4 years, 10 months
[rpmfusion-free-appstream-data/el8] Initial el build
by Leigh Scott
commit 3b1c0310a3af50706c0e734e2eabd7241f4a343b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 12 20:11:18 2020 +0000
Initial el build
.gitignore | 14 ++-------
rpmfusion-free-appstream-data.spec | 59 +++++++-------------------------------
sources | 4 +--
update-appdata-rpmfusion-free.sh | 16 ++++-------
4 files changed, 20 insertions(+), 73 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1771fbc..a9ef8ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,3 @@
-/rpmfusion-free-25-icons.tar.gz
-/rpmfusion-free-25.xml.gz
-/rpmfusion-free-26-icons.tar.gz
-/rpmfusion-free-26.xml.gz
-/rpmfusion-free-28-icons.tar.gz
-/rpmfusion-free-28.xml.gz
-tags
-/rpmfusion-free-29-icons.tar.gz
-/rpmfusion-free-29.xml.gz
-/rpmfusion-free-30-icons.tar.gz
-/rpmfusion-free-30.xml.gz
+/rpmfusion-free-*-icons.tar.gz
+/rpmfusion-free-*.xml.gz
+
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index 3c20092..8e3ab04 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -2,16 +2,16 @@
%global repoversion free
Name: %{reponame}-%{repoversion}-appstream-data
-Version: 30
-Release: 1.20181021%{?dist}
-Summary: Appstream metadata for the RPM Fusion free repository
+Version: 8
+Release: 1%{?dist}
+Summary: Appstream metadata for the RPM Fusion free el repository
BuildArch: noarch
License: CC0
URL: http://rpmfusion.org
-Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
-Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
+Source0: %{reponame}-%{repoversion}-el%{version}.xml.gz
+Source1: %{reponame}-%{repoversion}-el%{version}-icons.tar.gz
# script to generate appdata
Source2: update-appdata-rpmfusion-free.sh
@@ -19,7 +19,7 @@ BuildRequires: libappstream-glib
Supplements: appstream-data
%description
-Appstream metadata for packages in the RPM Fusion free repository
+Appstream metadata for packages in the RPM Fusion free el repository
%prep
@@ -33,52 +33,13 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%files
-%attr(0644,root,root) %{_datadir}/app-info/xmls/%{reponame}-%{repoversion}-%{version}.xml.gz
-%{_datadir}/app-info/icons/%{reponame}-%{repoversion}-%{version}/
+%attr(0644,root,root) %{_datadir}/app-info/xmls/%{reponame}-%{repoversion}-el%{version}.xml.gz
+%{_datadir}/app-info/icons/%{reponame}-%{repoversion}-el%{version}/
%dir %{_datadir}/app-info
%dir %{_datadir}/app-info/icons
%dir %{_datadir}/app-info/xmls
%changelog
-* 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
+* Sun Jan 12 2020 Leigh Scott <leigh123linux(a)gmail.com> - 8-1
+- Initial el build
-* Sun Jul 08 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-3
-- Update
-
-* Mon Apr 02 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-2
-- rebuilt
-
-* Sat Mar 31 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 29-1
-- Rebuild for f29
-
-* Mon Nov 13 2017 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 28-1
-- Update for rawhide
-
-* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 26-1
-- Regenerate and update for f26
-
-* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-3
-- Add weak dep on Fedora appstream data
-
-* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-2
-- Regenerate and update
-
-* Mon Jul 25 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-1
-- Initial build for rawhide
-
-* Tue Mar 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 22-5
-- Fix project name
-
-* Wed May 27 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 22-4
-- Added some more appdata files
-
-* Fri May 22 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 22-3
-- regenerate with screenshot support
-
-* Fri May 22 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 22-2
-- Update - also specify origin when generating data
-
-* Thu May 21 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 22-1
-- Initial build
diff --git a/sources b/sources
index 0c20fd4..56524b6 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-el8-icons.tar.gz) = 81b191ea32f822e835461ca0f0b7ee3019068260cddf190d7101c4158ee986961829848bbec54ea462809f4bccfc9454b3b65334ca2cb251300e991a71af790e
+SHA512 (rpmfusion-free-el8.xml.gz) = b366e57260d81e359ec16108bd0e4b45dd1d618bcf504f20407f95276ec417fca48489244cf4e917052941deed0498eecb01c33e6525b5eef801afc05bc21168
diff --git a/update-appdata-rpmfusion-free.sh b/update-appdata-rpmfusion-free.sh
index e00b778..49efde9 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -7,14 +7,8 @@ main ()
mkdir rpmfusion-free/ -pv
cd rpmfusion-free || exit -1
- if [ "$RELEASE" = "30" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
- elif [ "$RELEASE" = "29" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/devel..."
- elif [ "$RELEASE" = "28" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
- elif [ "$RELEASE" = "27" ]; then
- URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/fedora/relea..."
+ if [ "$RELEASE" = "8" ]; then
+ URL="rsync://rsync.mirrorservice.org/download1.rpmfusion.org/free/el/updates/8..."
fi
@@ -22,8 +16,8 @@ main ()
rm -rf repo*
#
appstream-builder --verbose --max-threads=6 --log-dir=./logs/ \
- --packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
- --basename="rpmfusion-free-$RELEASE" --origin="rpmfusion-free-$RELEASE" \
+ --packages-dir=./ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
+ --basename="rpmfusion-free-el$RELEASE" --origin="rpmfusion-free-el$RELEASE" \
--enable-hidpi
echo "Generated files are present in the appstream-data directory"
@@ -34,7 +28,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 8"
}
4 years, 10 months