]> git.pld-linux.org Git - SPECS.git/blob - gphpedit.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gphpedit.spec
1 #
2 # TODO:
3 # - use shared GtkScintilla2 lib
4 #
5 Summary:        A PHP source editor for GNOME 2
6 Summary(pl.UTF-8):      Edytor kodu PHP dla GNOME 2
7 Name:           gphpedit
8 Version:        0.9.91
9 Release:        1
10 License:        GPL v2+
11 Group:          X11/Applications
12 Source0:        http://www.gphpedit.org/download/files/%{name}-%{version}.tar.gz
13 # Source0-md5:  eecd29e66b415246408b285f4edcb6a0
14 Patch0:         %{name}-desktop.patch
15 URL:            http://www.gphpedit.org/
16 BuildRequires:  automake
17 BuildRequires:  intltool
18 BuildRequires:  libgnomeui-devel >= 2.0
19 BuildRequires:  libgtkhtml-devel >= 2.0
20 BuildRequires:  libstdc++-devel
21 BuildRequires:  pkgconfig
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 gPHPEdit is a GNOME2 editor dedicated to editing PHP files and other
26 supporting files like HTML/CSS.
27
28 %description -l pl.UTF-8
29 gPHPEdit jest edytorem dla środowiska GNOME2 przeznaczonym do edycji
30 plików PHP i innych wspieranych formatów jak HTML/CSS.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 cp /usr/share/automake/config.sub .
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README TODO
53 %attr(755,root,root) %{_bindir}/gphpedit
54 %{_pixmapsdir}/gphpedit.png
55 %{_desktopdir}/gphpedit.desktop
56 %{_datadir}/gphpedit
This page took 0.261594 seconds and 3 git commands to generate.