summaryrefslogtreecommitdiffstats
path: root/badwolf
diff options
context:
space:
mode:
authorLyes Saadi <mail@lyes.eu>2020-07-07 19:12:30 +0100
committerLyes Saadi <mail@lyes.eu>2020-07-07 19:12:30 +0100
commit510f22e3e93b331dc1a58077396e197567c5887e (patch)
treeb5dcd396e16a572a2c26407cb6ac34b28cf37aa0 /badwolf
parent248fa943781561b9aebd841cfbdec43d35b9ef9e (diff)
downloadspec-510f22e3e93b331dc1a58077396e197567c5887e.tar.gz
spec-510f22e3e93b331dc1a58077396e197567c5887e.tar.xz
spec-510f22e3e93b331dc1a58077396e197567c5887e.zip
Updating BadWolf
Diffstat (limited to 'badwolf')
-rw-r--r--badwolf/badwolf.spec29
1 files changed, 24 insertions, 5 deletions
diff --git a/badwolf/badwolf.spec b/badwolf/badwolf.spec
index 0aa8605..da03a18 100644
--- a/badwolf/badwolf.spec
+++ b/badwolf/badwolf.spec
@@ -1,11 +1,11 @@
-%global forgeurl https://gitlab.com/lanodan/badWolf
+%global forgeurl https://gitlab.com/lanodan/badWolf
Name: badwolf
Version: 1.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Web Browser which aims at security and privacy over usability
-%global tag v%{version}
+%global tag v%{version}
%forgemeta
License: BSD
@@ -15,8 +15,9 @@ Source0: %{forgesource}
BuildRequires: make
BuildRequires: gcc
BuildRequires: gettext
+BuildRequires: desktop-file-utils
-BuildRequires: webkit2gtk3-devel
+BuildRequires: webkit2gtk3-devel
Requires: hicolor-icon-theme
@@ -57,7 +58,19 @@ open in a background tab.
rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}
+mkdir -p %{buildroot}%{_datadir}/locale
+
%find_lang Badwolf
+#echo "%%dir %%{_datadir}/%%{name}/locale" >> Badwolf.lang
+#for l in locale/*;
+#do
+# echo "%%dir %%{_datadir}/%%{name}/$l"
+# echo "%%dir %%{_datadir}/%%{name}/$l/LC_MESSAGES"
+#done >> Badwolf.lang
+
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%files -f Badwolf.lang
@@ -65,6 +78,9 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}
%doc README.md KnowledgeBase.md interface.txt
%{_bindir}/badwolf
%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/locale
+%dir %{_datadir}/%{name}/locale/*
+%dir %{_datadir}/%{name}/locale/*/LC_MESSAGES
%{_datadir}/%{name}/interface.css
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
@@ -72,5 +88,8 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}
%changelog
-* Sat Jul 4 2020 Lyes Saadi <fedora@lyes.eu>
+* Sat Jul 4 2020 Lyes Saadi <fedora@lyes.eu> - 1.0.0-2
+- RHBZ#1853858.
+
+* Sat Jul 4 2020 Lyes Saadi <fedora@lyes.eu> - 1.0.0-1
- Initial package.