11b35f8
%global uuid    com.github.cassidyjames.%{name}
4d8c80e
4d8c80e
Name:           ephemeral
c443705
Version:        6.1.0
95a6fc6
Release:        1%{?dist}
4d8c80e
Summary:        Private-by-default, always-incognito browser
4d8c80e
4d8c80e
License:        GPLv3+
4d8c80e
URL:            https://github.com/cassidyjames/ephemeral
4d8c80e
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
4d8c80e
2842efb
BuildRequires:  /usr/bin/appstream-util
2842efb
BuildRequires:  /usr/bin/desktop-file-validate
4d8c80e
BuildRequires:  meson
11b35f8
BuildRequires:  vala
4d8c80e
BuildRequires:  pkgconfig(granite)
4d8c80e
BuildRequires:  pkgconfig(gtk+-3.0)
72bca69
BuildRequires:  pkgconfig(libdazzle-1.0)
4d8c80e
BuildRequires:  pkgconfig(webkit2gtk-4.0)
4d8c80e
4d8c80e
%description
4d8c80e
Browse the Internet in private without leaving a trace of history on your
4d8c80e
computer. Ephemeral is a stripped down private browser that's perfect for
4d8c80e
avoiding persistent cookies or web trackers. Close the window and all traces
4d8c80e
of your browsing are removed from your device.
4d8c80e
11b35f8
4d8c80e
%prep
4d8c80e
%autosetup
4d8c80e
11b35f8
4d8c80e
%build
4d8c80e
%meson
4d8c80e
%meson_build
4d8c80e
11b35f8
4d8c80e
%install
4d8c80e
%meson_install
c443705
%find_lang %{uuid}
c443705
72bca69
# No HiDPI version yet
72bca69
rm -r %{buildroot}%{_datadir}/icons/hicolor/*@2
11b35f8
4d8c80e
4d8c80e
%check
c443705
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml
c443705
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
11b35f8
4d8c80e
11b35f8
%files -f %{uuid}.lang
4d8c80e
%license LICENSE
95a6fc6
%doc README.md
11b35f8
%{_bindir}/%{uuid}
11b35f8
%{_datadir}/applications/*.desktop
11b35f8
%{_datadir}/glib-2.0/schemas/*.gschema.xml
95a6fc6
%{_datadir}/icons/hicolor/*/*/*
11b35f8
%{_metainfodir}/*.xml
11b35f8
4d8c80e
4d8c80e
%changelog
c443705
* Mon Nov 04 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 6.1.0-1
c443705
- Update to 6.1.0
c443705
a1f50d9
* Mon Oct 14 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 6.0.0-1
a1f50d9
- Update to 6.0.0
a1f50d9
11b35f8
* Tue Sep 17 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 5.3.0-1
11b35f8
- Update to 5.3.0
11b35f8
95a6fc6
* Wed Jul 31 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 5.2.1-1
95a6fc6
- Update to 5.2.1
95a6fc6
108403a
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
108403a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
108403a
72bca69
* Thu Jun 20 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 5.1.0-1
72bca69
- Update to 5.1.0
72bca69
- Remove duplicate HiDPI icons
066fa75
bec7b5d
* Tue Apr 02 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 5.0.1-1
bec7b5d
- Update to 5.0.1.
bec7b5d
2842efb
* Wed Mar 13 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.2.0-1
2842efb
- 4.2.0
2842efb
  - New option to close the window when opening a page in an external browser
2842efb
  - The web view is now focused when navigating
2842efb
cf53bd5
* Sat Feb 23 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.1.2-1
cf53bd5
- 4.1.2
cf53bd5
  - Updated and corrected several autocomplete domains
cf53bd5
  - No longer attempt to force HTTPS on protocol-less domains—fixes several popular sites
cf53bd5
  - Strip whitespace from URL entry before navigating—fixes instances where trying to navigate to a domain would perform a search
cf53bd5
- 4.1.1
cf53bd5
  - Corrected joinmastodon.org TLD
cf53bd5
  - Added descriptions for more sites
cf53bd5
  - Removed dead sites
cf53bd5
  - Updated translations
cf53bd5
- 4.1.0
cf53bd5
  - The URL entry will offer to complete over 400 popular sites*
cf53bd5
  - New Search Engine choice in the Menu
cf53bd5
  - Switched to Startpage.com by default
cf53bd5
33fdc50
* Wed Feb 13 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.4-1
33fdc50
- Added German translations
33fdc50
4d8c80e
* Sun Feb 10 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.3-9
4d8c80e
- Updated spec file
4d8c80e
4d8c80e
* Tue Feb 05 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.3-1
4d8c80e
- Added Russian translations
4d8c80e
4d8c80e
* Sun Feb 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 4.0.2-1
4d8c80e
- Initial release