diff options
author | LAN-TW <lantw44@gmail.com> | 2014-01-28 17:46:41 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2014-01-28 17:46:41 +0800 |
commit | e8c763366a19e8c027bbf7f99fb6f8ff0de967d3 (patch) | |
tree | e9cdadd01e7a2751c9b58eb8fe8ed95791993cc2 /qelly | |
parent | a15208043fd801c4d8c0178e8b03d68860ba6760 (diff) | |
download | copr-rpm-spec-e8c763366a19e8c027bbf7f99fb6f8ff0de967d3.tar copr-rpm-spec-e8c763366a19e8c027bbf7f99fb6f8ff0de967d3.tar.gz copr-rpm-spec-e8c763366a19e8c027bbf7f99fb6f8ff0de967d3.tar.bz2 copr-rpm-spec-e8c763366a19e8c027bbf7f99fb6f8ff0de967d3.tar.lz copr-rpm-spec-e8c763366a19e8c027bbf7f99fb6f8ff0de967d3.tar.xz copr-rpm-spec-e8c763366a19e8c027bbf7f99fb6f8ff0de967d3.tar.zst copr-rpm-spec-e8c763366a19e8c027bbf7f99fb6f8ff0de967d3.zip |
Move all packages into addpkgs directory
Diffstat (limited to 'qelly')
-rw-r--r-- | qelly/qelly.spec | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/qelly/qelly.spec b/qelly/qelly.spec deleted file mode 100644 index 8f8ceb9..0000000 --- a/qelly/qelly.spec +++ /dev/null @@ -1,50 +0,0 @@ -Name: qelly -Version: 1.0 -Release: 0.1.beta%{?dist} -Summary: Qelly is a Qt port of Nally - -%global real_name Qelly -%global real_version 1.0b - -Group: Applications/Internet -License: GPLv3 -URL: https://github.com/uranusjr/Qelly -Source0: https://github.com/uranusjr/Qelly/archive/v%{real_version}.tar.gz - -BuildRequires: qt-devel, libqxt-devel -Requires: qt, libqxt - -%description -Qelly (pronounced as the English name "Kelly") is a Qt port of Nally, the -open-source Telnet/SSH client for Mac OS X. Qt is chosen to be the underlying -framework of this application bacause it enables us to build a GUI-based -application with a native-looking interface for every operating system with -minimal effort. The project is currently only a Qt version of Nally (hence the -name), but more features from other Telnet/SSH clients are also planned. - -%prep -%setup -q -n %{real_name}-%{real_version} - -%build -qmake-qt4 -make %{?_smp_mflags} - - -%install -mkdir -p %{buildroot}/usr/bin -install -m 755 "bin/Qelly" "%{buildroot}/usr/bin" - -%files -%defattr(-,root,root,-) -%{_bindir}/Qelly -%doc AUTHORS CHANGES LICENSE README.md - -%changelog -* Tue Dec 17 2013 Ting-Wei Lan <lantw44@gmail.com> -- Update to 1.0b (https://github.com/uranusjr/Qelly/releases/tag/v1.0b) - -* Mon Oct 21 2013 Ting-Wei Lan <lantw44@gmail.com> -- Update to 1.0a3 (https://github.com/uranusjr/Qelly/releases/tag/v1.0a3) - -* Thu Oct 17 2013 Ting-Wei Lan <lantw44@gmail.com> -- Initial packaging |