Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add nemo packaging files
  • Loading branch information
Bernd Wachter committed Mar 3, 2013
1 parent 1c4f198 commit 15991cb
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpm/fingerterm.changes
@@ -0,0 +1,5 @@
* Sun Mar 03 2013 Bernd Wachter <bernd.wachter@jollamobile.com> - 1.0.3
- Move to Nemo specific target

* Mon Jul 09 2012 Bernd Wachter <bernd.wachter@jollamobile.com> - 1.0.2
- Initial package for Nemo
33 changes: 33 additions & 0 deletions rpm/fingerterm.spec
@@ -0,0 +1,33 @@
Name: fingerterm
Version: 1.0.3
Release: 1
Summary: A terminal emulator with a custom virtual keyboard
Group: System/Base
License: GPLv2
Source0: %{name}-%{version}.tar.gz
URL: https://github.com/nemomobile/fingerterm
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(QtOpenGL)

%description
%{summary}.

%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/applications/*.desktop


%prep
%setup -q -n %{name}-%{version}


%build
sed -i 's,/opt/fingerterm/,/usr/,' fingerterm.pro
qmake MEEGO_EDITION=nemo
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make INSTALL_ROOT=%{buildroot} install

0 comments on commit 15991cb

Please sign in to comment.