Last change
on this file since 1330 was 1277, checked in by tellie, 8 years ago |
spec: qedit: Release version 2.8.2-1.
|
File size:
1.3 KB
|
Line | |
---|
1 | %define ver 2.8.2
|
---|
2 | %define rel 1
|
---|
3 | %define prefix /@unixroot/usr
|
---|
4 |
|
---|
5 | Summary: Qt based advanced text editor
|
---|
6 | Name: qedit
|
---|
7 | Version: %{ver}
|
---|
8 | Release: %{rel}
|
---|
9 | License: GPL
|
---|
10 | Group: Applications/Editors
|
---|
11 | Vendor: bww bitwise works GmbH
|
---|
12 |
|
---|
13 | %scm_source svn http://svn.netlabs.org/repos/ports/qedit/trunk 2263
|
---|
14 | #Source: %{name}-%{ver}.tar.gz
|
---|
15 | BuildRoot: /var/tmp/%{name}-buildroot
|
---|
16 |
|
---|
17 | Requires: libqt4
|
---|
18 | #Requires: libqt4-core
|
---|
19 | #Requires: libqt4-gui
|
---|
20 | Requires: aspell
|
---|
21 |
|
---|
22 | %description
|
---|
23 | Qt based advanced text editor. Supports syntax highlighting, matching-parenthesis highlighting, auto-indentation,
|
---|
24 | customizable text macro for many languages, such as C/C++, fortran, Makefile, HTML/XML, etc. Can be plugged with aspell to provide
|
---|
25 | automatic spell-checking.
|
---|
26 |
|
---|
27 | %prep
|
---|
28 | #%setup -q -n %{name}-%{ver} %{rel}
|
---|
29 | %scm_setup
|
---|
30 |
|
---|
31 | %build
|
---|
32 | cmake -DCMAKE_INSTALL_PREFIX=%{prefix} -DCMAKE_BUILD_TYPE=release .
|
---|
33 | make -j4
|
---|
34 |
|
---|
35 | %install
|
---|
36 | rm -rf $RPM_BUILD_ROOT
|
---|
37 | make install DESTDIR=$RPM_BUILD_ROOT
|
---|
38 |
|
---|
39 | %clean
|
---|
40 | rm -rf $RPM_BUILD_ROOT
|
---|
41 |
|
---|
42 | %files
|
---|
43 | %defattr(-,root,root)
|
---|
44 | %doc COPYING INSTALL
|
---|
45 | %{prefix}/bin/qedit.exe
|
---|
46 |
|
---|
47 | %changelog
|
---|
48 | * Mon Dec 18 2017 Elbert Pol <elbert.pol@gmail.com> - 2.8.2.1
|
---|
49 | - Update to latest version
|
---|
50 | * Sat Aug 19 2017 Elbert Pol <elbert.pol@gmail.com> - 2.8.1.2
|
---|
51 | - Forgot to fix some requires
|
---|
52 | * Fri Aug 18 2017 Elbert Pol <elbert.pol@gmail.com> - 2.8.1.1
|
---|
53 | - Fist RPM package for ARCANOA and OS/2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.