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