Blame pantheon-terminal.spec

03d20d2
Name:           pantheon-terminal
03d20d2
Summary:        The terminal of the 21st century
4dcca60
Version:        0.4.3
3f7cb35
Release:        4%{?dist}
03d20d2
License:        LGPLv3
03d20d2
1e3bafb
URL:            https://github.com/elementary/terminal
1e3bafb
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
03d20d2
03d20d2
BuildRequires:  cmake
03d20d2
BuildRequires:  desktop-file-utils
03d20d2
BuildRequires:  gettext
03d20d2
BuildRequires:  intltool
03d20d2
BuildRequires:  libappstream-glib
1e3bafb
BuildRequires:  vala >= 0.22.0
03d20d2
03d20d2
BuildRequires:  pkgconfig(gdk-3.0)
1e3bafb
BuildRequires:  pkgconfig(glib-2.0) >= 2.39
03d20d2
BuildRequires:  pkgconfig(granite) >= 0.3.0
03d20d2
BuildRequires:  pkgconfig(gthread-2.0)
03d20d2
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.10
03d20d2
BuildRequires:  pkgconfig(libnotify)
03d20d2
BuildRequires:  pkgconfig(vte-2.91)
03d20d2
03d20d2
03d20d2
%description
03d20d2
A super lightweight, beautiful, and simple terminal. It's designed to be
03d20d2
setup with sane defaults and little to no configuration. It's just a
03d20d2
terminal, nothing more, nothing less.
03d20d2
03d20d2
03d20d2
%prep
1e3bafb
%autosetup -n terminal-%{version}
03d20d2
03d20d2
03d20d2
%build
03d20d2
mkdir build && pushd build
03d20d2
%cmake ..
03d20d2
%make_build
03d20d2
popd
03d20d2
03d20d2
03d20d2
%install
03d20d2
pushd build
03d20d2
%make_install
03d20d2
popd
03d20d2
03d20d2
%find_lang pantheon-terminal
03d20d2
03d20d2
03d20d2
%check
03d20d2
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.pantheon.terminal.desktop
03d20d2
desktop-file-validate %{buildroot}/%{_datadir}/applications/open-pantheon-terminal-here.desktop
03d20d2
03d20d2
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/pantheon-terminal.appdata.xml
03d20d2
03d20d2
03d20d2
%files -f pantheon-terminal.lang
1e3bafb
%doc AUTHORS README.md
713f071
%license COPYING
03d20d2
03d20d2
%{_bindir}/pantheon-terminal
03d20d2
03d20d2
%{_datadir}/appdata/pantheon-terminal.appdata.xml
03d20d2
%{_datadir}/applications/open-pantheon-terminal-here.desktop
03d20d2
%{_datadir}/applications/org.pantheon.terminal.desktop
03d20d2
%{_datadir}/glib-2.0/schemas/org.pantheon.terminal.gschema.xml
03d20d2
%{_datadir}/pantheon-terminal/
03d20d2
03d20d2
03d20d2
%changelog
3f7cb35
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-4
3f7cb35
- Rebuild for granite soname bump.
3f7cb35
4f87e6e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3
4f87e6e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4f87e6e
a6534a6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-2
a6534a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a6534a6
4dcca60
* Mon Jul 24 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
4dcca60
- Update to version 0.4.3.
4dcca60
713f071
* Tue May 16 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
713f071
- Update to version 0.4.2.
713f071
1e3bafb
* Sun May 07 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
1e3bafb
- Update to version 0.4.1.
1e3bafb
c75ae7b
* Sun Mar 19 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.0.4-1
c75ae7b
- Update to version 0.4.0.4.
c75ae7b
- Use the standard application icon instead of a bundled one.
c75ae7b
6706ef0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.3-5
6706ef0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6706ef0
e005623
* Sun Jan 29 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.0.3-4
e005623
- Rename icon to match .desktop file.
e005623
f8ec340
* Wed Jan 25 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.0.3-3
f8ec340
- Include icon to fix appstream metadata generation.
f8ec340
03d20d2
* Wed Jan 04 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.0.3-2
03d20d2
- Fix License tag.
03d20d2
03d20d2
* Wed Jan 04 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.0.3-1
03d20d2
- Update to version 0.4.0.3.
03d20d2
03d20d2
* Tue Jan 03 2017 Fabio Valentini <decathorpe@gmail.com> - 0.4.0.2-2
03d20d2
- Clean up spec file.
03d20d2
03d20d2
* Mon Oct 31 2016 Fabio Valentini <decathorpe@gmail.com> - 0.4.0.2-1
03d20d2
- Update to version 0.4.0.2.
03d20d2
03d20d2
* Thu Sep 29 2016 Fabio Valentini <decathorpe@gmail.com> - 0.4-5
03d20d2
- Mass rebuild.
03d20d2
03d20d2
* Wed Sep 28 2016 Fabio Valentini <decathorpe@gmail.com> - 0.4-4
03d20d2
- Spec file cleanups.
03d20d2
03d20d2
* Mon Sep 19 2016 Fabio Valentini <decathorpe@gmail.com> - 0.4-3
03d20d2
- Spec file cosmetics.
03d20d2
03d20d2
* Thu Aug 11 2016 Fabio Valentini <decathorpe@gmail.com> - 0.4-2
03d20d2
- Add -fPIC compiler switch to fix build.
03d20d2
03d20d2
* Thu Aug 11 2016 Fabio Valentini <decathorpe@gmail.com> - 0.4-1
03d20d2
- Update to version 0.4.
03d20d2
03d20d2