[lives] Fix source directory
by Antonio
commit 445c26b2c6fcab5b9e9ba6fa615e08c6ef380502
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Aug 13 19:09:33 2019 +0200
Fix source directory
lives.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lives.spec b/lives.spec
index b71a128..49a3cd8 100644
--- a/lives.spec
+++ b/lives.spec
@@ -107,7 +107,7 @@ designed to be simple to use, yet powerful.
It is small in size, yet it has many advanced features.
%prep
-%autosetup -n lives-%{version}
+%autosetup -n LiVES-%{version}
# Remove spurious executable permissions
find . -type f -name "*.h" -exec chmod 0644 '{}' \;
5 years, 3 months
[lives] Release 3.0.1
by Antonio
commit 6a599a0f552593e9bebe459dbb5624fa171c77b3
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Aug 13 19:01:50 2019 +0200
Release 3.0.1
.gitignore | 1 +
lives.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fbac864..c92ee59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/LiVES-2.10.1.tar.bz2
/LiVES-2.10.2.tar.bz2
/LiVES-3.0.0.tar.bz2
+/LiVES-3.0.1.tar.gz
diff --git a/lives.spec b/lives.spec
index 39c2227..b71a128 100644
--- a/lives.spec
+++ b/lives.spec
@@ -20,12 +20,12 @@
%bcond_without SDL2_projectM
Name: lives
-Version: 3.0.0
+Version: 3.0.1
Release: 1%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
-Source0: http://lives-video.com/releases/LiVES-%{version}.tar.bz2
+Source0: http://lives-video.com/releases/LiVES-%{version}.tar.gz
# Appdata file
Source1: LiVES.appdata.xml
@@ -201,6 +201,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/LiVES.appdata.xml
%changelog
+* Tue Aug 13 2019 Antonio Trande <sagitterATfedoraproject.org> - 3.0.1-1
+- Release 3.0.1
+
* Wed Aug 07 2019 Antonio Trande <sagitterATfedoraproject.org> - 3.0.0-1
- Release 3.0.0
@@ -330,7 +333,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
* Mon Oct 24 2016 Paul Howarth <paul(a)city-fan.org> - 2.8.0-2
- BR: perl-generators for proper dependency generation (https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl)
-- BR: python2-devel for %__python2 macro definition
+- BR: python2-devel for %%__python2 macro definition
* Mon Sep 19 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.8.0-2
- Drop mencoder as Requires package
diff --git a/sources b/sources
index 30852a9..95dfdcb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe0accec85d75a1ac2ed5f155d287c23 LiVES-3.0.0.tar.bz2
+68b06204f42ef5ffed32434786a48692 LiVES-3.0.1.tar.gz
5 years, 3 months
[h264enc] Clean up spec file and improve packaging
by Leigh Scott
commit 6463ad60b14d77022c4c76256de54e316fbf937d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 13 17:42:32 2019 +0100
Clean up spec file and improve packaging
h264enc.spec | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/h264enc.spec b/h264enc.spec
index 0f930c7..f70c48e 100644
--- a/h264enc.spec
+++ b/h264enc.spec
@@ -1,6 +1,6 @@
Name: h264enc
Version: 10.4.7
-Release: 7%{?dist}
+Release: 8%{?dist}
# Epoch is 1 in F-13, so we need 1 here to keep upgrade path:
Epoch: 1
Summary: An interactive menu-driven frontend for mencoder
@@ -30,21 +30,23 @@ sed -i -e "s|/usr/local|%{_prefix}|" doc/README.matrices
%install
# binary
-install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name}
+install -D -m 755 h264enc %{buildroot}/%{_bindir}/h264enc
# man
-gzip -9 man/%{name}.1
-install -D -m 644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
-# doc
-install -m 644 doc/* %{buildroot}/%{_docdir}/%{name}
-install -m 644 matrices/* %{buildroot}/%{_docdir}/%{name}/matrices
+install -D -m 644 man/h264enc.1 %{buildroot}/%{_mandir}/man1/h264enc.1
+# move license
+mv doc/LICENSE .
%files
%doc doc/* matrices/
+%license LICENSE
%{_bindir}/h264enc
%{_mandir}/man1/h264enc.1*
%changelog
+* Tue Aug 13 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1:10.4.7-8
+- Clean up spec file and improve packaging
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:10.4.7-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years, 3 months
[h264enc] Clean up install section
by Leigh Scott
commit 3ac68f809d85088196b865894aedb2bff5be216c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 13 17:27:59 2019 +0100
Clean up install section
h264enc.spec | 27 +++++++++------------------
1 file changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/h264enc.spec b/h264enc.spec
index 2d71590..0f930c7 100644
--- a/h264enc.spec
+++ b/h264enc.spec
@@ -23,32 +23,23 @@ and from AVI to the MP4 container.
%prep
%setup -q
-sed -i -e "s|^PREFIX=.*$||" \
- -e "s|^DOCDIR=.*$|DOCDIR=./installed-docs|" \
- -e 's|^MANDIR=.*$|MANDIR=$PREFIX/share/man/man1|' \
- ./install
-
sed -i -e "s|\r$||" matrices/eqm_avc_hr_matrix
sed -i -e "s|/usr/local|%{_prefix}|" doc/README.matrices
-
%build
-# Entire program is shell script, no compilation needed
-
%install
-rm -rf $RPM_BUILD_ROOT
-PREFIX="$RPM_BUILD_ROOT%{_prefix}" ./install
-rm ./installed-docs/uninstall
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+# binary
+install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name}
+# man
+gzip -9 man/%{name}.1
+install -D -m 644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1
+# doc
+install -m 644 doc/* %{buildroot}/%{_docdir}/%{name}
+install -m 644 matrices/* %{buildroot}/%{_docdir}/%{name}/matrices
%files
-%defattr(-,root,root,-)
-%doc ./installed-docs/*
+%doc doc/* matrices/
%{_bindir}/h264enc
%{_mandir}/man1/h264enc.1*
5 years, 3 months
[h264enc] Remove Group Tag
by Leigh Scott
commit fc7f8c3485efce9d76f35bfd9b28bfbc5206790a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 13 17:17:09 2019 +0100
Remove Group Tag
h264enc.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/h264enc.spec b/h264enc.spec
index 8bbc8c3..2d71590 100644
--- a/h264enc.spec
+++ b/h264enc.spec
@@ -4,7 +4,6 @@ Release: 7%{?dist}
# Epoch is 1 in F-13, so we need 1 here to keep upgrade path:
Epoch: 1
Summary: An interactive menu-driven frontend for mencoder
-Group: Applications/Multimedia
License: GPLv2+
URL: http://h264enc.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/h264enc/h264enc/h264enc-%{versio...
5 years, 3 months
[mpd/f29] (2 commits) ...Update to 0.21.13
by Leigh Scott
Summary of changes:
7c04255... Rebuild for new ffmpeg version (*)
be72471... Update to 0.21.13 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[mpd/f30] (2 commits) ...Update to 0.21.13
by Leigh Scott
Summary of changes:
7c04255... Rebuild for new ffmpeg version (*)
be72471... Update to 0.21.13 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[mpd] Update to 0.21.13
by Leigh Scott
commit be7247103eb69d15653b429ffcf3fdb807534ccc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 12 19:46:47 2019 +0100
Update to 0.21.13
mpd.spec | 7 +++++--
sources | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index b699984..cae4c79 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,8 +16,8 @@
Name: mpd
Epoch: 1
-Version: 0.21.12
-Release: 2%{?dist}
+Version: 0.21.13
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -225,6 +225,9 @@ fi
%changelog
+* Mon Aug 12 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.21.13-1
+- Update to 0.21.13
+
* Tue Aug 06 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.21.12-2
- Rebuild for new ffmpeg version
diff --git a/sources b/sources
index c0ab9b2..7042549 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-10fe600e5833e0c458000417d5435b5e mpd-0.21.12.tar.xz
-9ebbaccd0e62776dd3434c7d69bf2c46 mpd-0.21.12.tar.xz.sig
+75cbeb271e2a8a3ec8cd08eee2e97fb3 mpd-0.21.13.tar.xz
+b7df62c88a6804c95e099c68d602564f mpd-0.21.13.tar.xz.sig
5 years, 3 months
[ldoce5viewer] Drop gstreamer-0.10 dependencies (rfbz#5354)
by Damian Wrobel
commit 1d946117ca5e0e739d6ff30974e21ed787ac69d5
Author: Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl>
Date: Mon Aug 12 18:15:32 2019 +0200
Drop gstreamer-0.10 dependencies (rfbz#5354)
ldoce5viewer.spec | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/ldoce5viewer.spec b/ldoce5viewer.spec
index 62e963c..146ed11 100644
--- a/ldoce5viewer.spec
+++ b/ldoce5viewer.spec
@@ -4,7 +4,7 @@
Name: ldoce5viewer
Version: 0
-Release: 7.%{date}git%{shortcommit0}%{?dist}
+Release: 8.%{date}git%{shortcommit0}%{?dist}
Summary: Viewer Application for the Longman Dictionary (LDOCE 5)
License: GPLv3+ and Public Domain
URL: https://forward-backward.co.jp/ldoce5viewer/
@@ -21,22 +21,22 @@ BuildArch: noarch
BuildRequires: /usr/bin/git
BuildRequires: desktop-file-utils
BuildRequires: python3-devel
-BuildRequires: %{py3_dist whoosh}
-BuildRequires: %{py3_dist lxml}
+BuildRequires: python3dist(whoosh)
+BuildRequires: python3dist(lxml)
BuildRequires: python3-qt5-devel
BuildRequires: libappstream-glib
# Required to regenerate icons
BuildRequires: ImageMagick
BuildRequires: inkscape
-BuildRequires: %{py3_dist pillow}
+BuildRequires: python3dist(pillow)
-Requires: gstreamer-python
-Requires: gstreamer-plugins-good
-Requires: gstreamer-plugins-ugly
+Requires: python3-gstreamer1
+Requires: gstreamer1-plugins-good
+Requires: gstreamer1-plugins-ugly
Requires: hicolor-icon-theme
-Requires: %{py3_dist whoosh}
-Requires: %{py3_dist lxml}
Requires: python3-qt5-webkit
+Requires: python3dist(whoosh)
+Requires: python3dist(lxml)
%description
@@ -136,6 +136,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata
%changelog
+* Mon Aug 12 2019 Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl> - 0-8.20180309git377ff48
+- Drop gstreamer-0.10 dependencies (rfbz#5354).
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0-7.20180309git377ff48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years, 3 months