]> git.pld-linux.org Git - packages/cutecom.git/blame - cutecom.spec
- 0.22.0
[packages/cutecom.git] / cutecom.spec
CommitLineData
23719318 1Summary: A graphical serial terminal
0376fe28 2Summary(pl.UTF-8): Graficzny terminal szeregowy
23719318 3Name: cutecom
786d54f1 4Version: 0.22.0
e5623320 5Release: 1
23719318 6License: GPL v2
7Group: Applications/Communications
8Source0: http://cutecom.sourceforge.net/%{name}-%{version}.tar.gz
786d54f1 9# Source0-md5: dd85ceecf5a60b4d9e4b21a338920561
37587a02 10URL: http://cutecom.sourceforge.net/
11BuildRequires: Qt3Support-devel
12BuildRequires: QtCore-devel
13BuildRequires: QtGui-devel
e5623320
PG
14BuildRequires: cmake > 2.4.3
15BuildRequires: qt4-build
37587a02 16BuildRequires: qt4-qmake
657c3143 17BuildRequires: rpmbuild(macros) >= 1.167
23719318 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Cutecom is a graphical serial terminal, like minicom. It is aimed
22mainly at hardware developers or other people who need a terminal to
23talk to their devices.
24
ff401c3d 25%description -l pl.UTF-8
0f5426a4 26Cutecom to graficzny terminal szeregowy podobny do minicoma. Jest
ff401c3d
JR
27przeznaczony głównie dla twórców sprzętu i innych ludzi potrzebujących
28terminala do komunikacji ze swoimi urządzeniami.
657c3143 29
23719318 30%prep
31%setup -q
e5623320 32
00dc2965 33echo "Categories=Qt;TerminalEmulator;" >> ./cutecom.desktop
23719318 34
35%build
e5623320
PG
36%cmake \
37 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
38 .
23719318 39
23719318 40%install
41rm -rf $RPM_BUILD_ROOT
e5623320
PG
42install -d $RPM_BUILD_ROOT%{_desktopdir}
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
23719318 46
0f5426a4 47install cutecom.desktop $RPM_BUILD_ROOT%{_desktopdir}
23719318 48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
e5623320
PG
54%doc Changelog README TODO
55%attr(755,root,root) %{_bindir}/cutecom
ea27e5b9 56%{_desktopdir}/*.desktop
e5623320 57%{_mandir}/man1/*.1*
This page took 0.063218 seconds and 4 git commands to generate.