[nautilus-dropbox] require libatomic
by Wolfgang Ulbrich
commit 3cce27e71386726e32dfe553397003c471af8ac1
Author: raveit65 <mate(a)raveit.de>
Date: Sat Nov 16 20:29:06 2019 +0100
require libatomic
nautilus-dropbox.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/nautilus-dropbox.spec b/nautilus-dropbox.spec
index d20a5c2..ee5154f 100644
--- a/nautilus-dropbox.spec
+++ b/nautilus-dropbox.spec
@@ -1,7 +1,7 @@
Name: nautilus-dropbox
Epoch: 1
Version: 2019.02.14
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Dropbox extension for Nautilus
License: GPLv3+
URL: https://www.dropbox.com
@@ -30,6 +30,7 @@ Summary: Client for Linux
BuildArch: noarch
Requires: python3-gobject
Requires: python3-gpg
+Requires: libatomic
%description -n dropbox
Dropbox allows you to sync your files online and across
@@ -66,6 +67,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/dropbox.desktop
%changelog
+* Sat Nov 16 2019 Wolfgang Ulbrich <fedora(a)raveit.de> - 1:2019.02.14-2
+- add libatomic runtime require, fix rpmfusion (#5461)
+
* Thu Aug 22 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:2019.02.14-1
- Updated to 2019.02.14
5 years, 1 month
[olive/f29] (2 commits) ...Update to 0.1.2-1
by Martin Gansser
Summary of changes:
8cc3c78... Rebuild for new ffmpeg version (*)
562af4d... Update to 0.1.2-1 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[olive/f30] (2 commits) ...Update to 0.1.2-1
by Martin Gansser
Summary of changes:
8cc3c78... Rebuild for new ffmpeg version (*)
562af4d... Update to 0.1.2-1 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[olive/f31] Update to 0.1.2-1
by Martin Gansser
Summary of changes:
562af4d... Update to 0.1.2-1 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[olive] Update to 0.1.2-1
by Martin Gansser
commit 562af4ded9b79d0fac34fa3f8b5efcdcf1b11cbc
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Nov 15 10:10:54 2019 +0100
Update to 0.1.2-1
.gitignore | 1 +
olive.spec | 38 +++++++++++++++++++++++++++++++-------
sources | 2 +-
3 files changed, 33 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc9a3bb..0fef13f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/olive-55c5b00.tar.gz
+/olive-0.1.2.tar.gz
diff --git a/olive.spec b/olive.spec
index 3dd3529..8c90afe 100644
--- a/olive.spec
+++ b/olive.spec
@@ -1,17 +1,29 @@
-# https://github.com/olive-editor/olive/commit/55c5b004875bec0e0b73789df561...
-%global commit0 55c5b004875bec0e0b73789df561eef9d1395ebd
+#For git snapshots, set to 0 to use release instead:
+%global usesnapshot 0
+%if 0%{?usesnapshot}
+# https://github.com/olive-editor/olive/commit/7975ef11abb3cd35f226c4e4e9e7...
+%global commit0 7975ef11abb3cd35f226c4e4e9e7aaf1a49fcd65
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global gitdate 20190515
+%global gitdate 20191111
+%endif
%global unique_name org.olivevideoeditor.Olive
%global appl_name application-vnd.olive-project
Name: olive
-Version: 0.1.0
-Release: 0.4.%{gitdate}git%{shortcommit0}%{?dist}
+Version: 0.1.2
+%if 0%{?usesnapshot}
+Release: 0.5.%{gitdate}git%{shortcommit0}%{?dist}
+%else
+Release: 1%{?dist}
+%endif
Summary: A free non-linear video editor
License: GPLv3+
Url: https://www.olivevideoeditor.org
+%if 0%{?usesnapshot}
Source0: https://github.com/olive-editor/%{name}/archive/%{commit0}/%{name}-%{shor...
+%else
+Source0: https://github.com/olive-editor/%{name}/archive/%{version}.tar.gz#/%{name...
+%endif
BuildRequires: cmake3
BuildRequires: frei0r-devel
@@ -28,6 +40,8 @@ BuildRequires: libappstream-glib
BuildRequires: qt5-linguist
BuildRequires: qt5-qttranslations
BuildRequires: OpenColorIO-devel
+BuildRequires: OpenImageIO-devel
+BuildRequires: ilmbase-devel
Requires: hicolor-icon-theme
%description
@@ -44,7 +58,11 @@ system. The wiki will contain new info once it is finalized, so stay tuned.
A Feature list is a the moment not available.
%prep
+%if 0%{?usesnapshot}
%autosetup -n %{name}-%{commit0}
+%else
+%autosetup -n %{name}-%{version}
+%endif
%build
%cmake3 .
@@ -54,7 +72,9 @@ A Feature list is a the moment not available.
%make_install INSTALL_ROOT=%{buildroot}
rm -rf %buildroot/usr/share/icons/hicolor/1024x1024
-%find_lang %{name} --all-name --with-qt
+#%%find_lang %%{name} --all-name --with-qt
+find %{buildroot}%{_datadir}/%{name}-editor/ts -name "*.qm" | sed 's:'%{buildroot}'::
+s:.*/\([a-zA-Z]\{2\}\).qm:%lang(\1) \0:' > %{name}.lang
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
@@ -69,9 +89,13 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{unique_name
%{_datadir}/icons/hicolor/*/mimetypes/%{appl_name}.png
%{_metainfodir}/%{unique_name}.appdata.xml
%{_datadir}/mime/packages/%{unique_name}.xml
-%{_datadir}/%{name}-editor
+%{_datadir}/%%{name}-editor/effects
+#{_datadir}/%%{name}-editor
%changelog
+* Fri Nov 15 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.2-1
+- Update to 0.1.2-1
+
* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.1.0-0.4.20190515git55c5b00
- Rebuild for new ffmpeg version
diff --git a/sources b/sources
index 39f3e6b..cb68674 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25b97a9ef988fa1bbc60390dda2883c3 olive-55c5b00.tar.gz
+SHA512 (olive-0.1.2.tar.gz) = 48cf44b5ba1bd95e20efb5312d61d6c37e6dedc1f02156ef436ab51705be4bdaf5bb68875b55b06337c25a34aee23eac645fe295d08ab0038872adccf12fc95e
5 years, 1 month