[gr-dab] Disabled the tests
by Jaroslav Škarvada
commit 935150c8997e7dbc427e765743d0b2f0658f1a98
Author: Jaroslav Škarvada <jskarvad(a)redhat.com>
Date: Fri May 17 18:31:36 2019 +0200
Disabled the tests
Signed-off-by: Jaroslav Škarvada <jskarvad(a)redhat.com>
gr-dab.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index d4c42c2..088a963 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -52,9 +52,9 @@ pushd %{buildroot}%{python2_sitearch}/grdab
find . -type f -exec sed -i '/^[ \t]*#!\/usr\/bin\/\(env\|python\)/ d' {} \;
popd
-%check
-cd build
-make test
+#%check
+#cd build
+#make test
%ldconfig_scriptlets
5 years, 6 months
[gr-dab] Temporaly disabled tests (https://github.com/andrmuel/gr-dab/issues/21)
by Jaroslav Škarvada
commit 914ccabc8e65cf52797207f007ab2f3dbe5a2835
Author: Jaroslav Škarvada <jskarvad(a)redhat.com>
Date: Fri May 17 18:26:08 2019 +0200
Temporaly disabled tests (https://github.com/andrmuel/gr-dab/issues/21)
gr-dab.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index d6a8b14..d4c42c2 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -7,7 +7,7 @@
Name: gr-dab
URL: https://github.com/andrmuel/gr-dab
Version: 0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv3+
BuildRequires: cmake, gcc-c++, python2-devel, scipy, gnuradio-devel
BuildRequires: python2-matplotlib, cppunit-devel, boost-devel, doxygen
@@ -78,6 +78,9 @@ make test
%doc %{_docdir}/%{name}/xml
%changelog
+* Fri May 17 2019 Jaroslav Škarvada <jskarvad(a)redhat.com> - 0.3-3
+- Temporaly disabled tests (https://github.com/andrmuel/gr-dab/issues/21)
+
* Fri May 17 2019 Jaroslav Škarvada <jskarvad(a)redhat.com> - 0.3-2
- Enabled tests
5 years, 6 months
[gr-dab/f30] (3 commits) ...Enabled tests
by Jaroslav Škarvada
Summary of changes:
4cd404b... New version Dropped libdir, install-apps, and traceback-fix (*)
4739848... Added new sources (*)
eda416c... Enabled tests (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[gr-dab] Enabled tests
by Jaroslav Škarvada
commit eda416c027ee7fb9cd17599cbfffaa6cd4a43356
Author: Jaroslav Škarvada <jskarvad(a)redhat.com>
Date: Fri May 17 17:44:46 2019 +0200
Enabled tests
gr-dab.spec | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index 3fa89f8..d6a8b14 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -7,7 +7,7 @@
Name: gr-dab
URL: https://github.com/andrmuel/gr-dab
Version: 0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3+
BuildRequires: cmake, gcc-c++, python2-devel, scipy, gnuradio-devel
BuildRequires: python2-matplotlib, cppunit-devel, boost-devel, doxygen
@@ -41,7 +41,7 @@ Documentation files for gr-dab.
mkdir build
cd build
%cmake -DENABLE_DOXYGEN=on ..
-%make_build CFLAGS="%{optflags} -O0"
+%make_build
%install
cd build
@@ -52,6 +52,10 @@ pushd %{buildroot}%{python2_sitearch}/grdab
find . -type f -exec sed -i '/^[ \t]*#!\/usr\/bin\/\(env\|python\)/ d' {} \;
popd
+%check
+cd build
+make test
+
%ldconfig_scriptlets
%files
@@ -74,6 +78,9 @@ popd
%doc %{_docdir}/%{name}/xml
%changelog
+* Fri May 17 2019 Jaroslav Škarvada <jskarvad(a)redhat.com> - 0.3-2
+- Enabled tests
+
* Wed May 1 2019 Jaroslav Škarvada <jskarvad(a)redhat.com> - 0.3-1
- New version
- Dropped libdir, install-apps, and traceback-fix patches
5 years, 6 months
[olive] Add a more meaningful description and summary
by Martin Gansser
commit 27365b48320d89ae574f8c0d7d57378014d51b3d
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri May 17 13:30:37 2019 +0200
Add a more meaningful description and summary
.gitignore | 1 +
olive.spec | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 94 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..dc9a3bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/olive-55c5b00.tar.gz
diff --git a/olive.spec b/olive.spec
new file mode 100644
index 0000000..40f49aa
--- /dev/null
+++ b/olive.spec
@@ -0,0 +1,92 @@
+# https://github.com/olive-editor/olive/commit/55c5b004875bec0e0b73789df561...
+%global commit0 55c5b004875bec0e0b73789df561eef9d1395ebd
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+%global gitdate 20190515
+%global unique_name org.olivevideoeditor.Olive
+%global appl_name application-vnd.olive-project
+
+Name: olive
+Version: 0.1.0
+Release: 0.3.%{gitdate}git%{shortcommit0}%{?dist}
+Summary: A free non-linear video editor
+License: GPLv3+
+Url: https://www.olivevideoeditor.org
+Source0: https://github.com/olive-editor/%{name}/archive/%{commit0}/%{name}-%{shor...
+
+BuildRequires: cmake3
+BuildRequires: frei0r-devel
+BuildRequires: pkgconfig(Qt5Multimedia)
+BuildRequires: pkgconfig(Qt5OpenGL)
+BuildRequires: pkgconfig(Qt5Svg)
+BuildRequires: pkgconfig(libavformat)
+BuildRequires: pkgconfig(libavfilter)
+BuildRequires: pkgconfig(libavutil)
+BuildRequires: pkgconfig(libswresample)
+BuildRequires: pkgconfig(libswscale)
+BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
+BuildRequires: qt5-linguist
+BuildRequires: qt5-qttranslations
+BuildRequires: OpenColorIO-devel
+Requires: hicolor-icon-theme
+
+%description
+%{name} is a free non-linear video editor aiming to provide a fully-featured
+alternative to high-end professional video editing software.
+
+%{name} is in Alpha stage, so expect bugs/crashes and feel free to report them.
+Builds for Linux, Mac, and Windows are available.
+
+At the moment, most of the information here is for v0.1.0 (git hash 1e3cf53), as
+%{name} is currently undergoing a major overhaul, including a new "node editing"
+system. The wiki will contain new info once it is finalized, so stay tuned.
+
+A Feature list is a the moment not available.
+
+%prep
+%autosetup -n %{name}-%{commit0}
+
+%build
+%cmake3 .
+%make_build
+
+%install
+%make_install INSTALL_ROOT=%{buildroot}
+rm -rf %buildroot/usr/share/icons/hicolor/1024x1024
+
+%find_lang %{name} --all-name --with-qt
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
+appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{unique_name}.appdata.xml
+
+%files -f %{name}.lang
+%doc README.md
+%license LICENSE
+%{_bindir}/%{name}-editor
+%{_datadir}/applications/%{unique_name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{unique_name}.png
+%{_datadir}/icons/hicolor/*/mimetypes/%{appl_name}.png
+%{_metainfodir}/%{unique_name}.appdata.xml
+%{_datadir}/mime/packages/%{unique_name}.xml
+%{_datadir}/%{name}-editor
+
+%changelog
+* Fri May 17 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.0-0.3.20190515git55c5b00
+- Add a more meaningful description and summary
+
+* Thu May 16 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.0-0.2.20190515git55c5b00
+- Update to 0.1.0-0.2.20190515git55c5b00
+- Switch Build to cmake
+- Remove BR hicolor-icon-theme
+- Use %%autsetup
+- Add BR pkgconfig(Qt5Svg)
+- Add BR cmake3
+- Use %%cmake3 macro instead of %%cmake
+- Use %%{_metainfodir} macro
+
+* Fri May 03 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.0-0.1.20190503git99b6ba6
+- Update to 0.1.0-0.1.20190503git99b6ba6
+
+* Wed Feb 06 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0-0.1.20190206gitfc96ad7
+- initial package, not even released as version 0.1...
diff --git a/sources b/sources
index e69de29..39f3e6b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+25b97a9ef988fa1bbc60390dda2883c3 olive-55c5b00.tar.gz
5 years, 6 months