]> git.pld-linux.org Git - packages/gphpedit.git/blob - gphpedit.spec
- added pango patch
[packages/gphpedit.git] / gphpedit.spec
1 #
2 # TODO:
3 # - use shared GtkScintilla2 lib
4 #
5 Summary:        A PHP source editor for GNOME 2
6 Summary(pl):    Edytor kodu PHP dla GNOME 2
7 Name:           gphpedit
8 Version:        0.9.50
9 Release:        4
10 License:        GPL
11 Group:          X11/Applications
12 Source0:        http://www.gphpedit.org/download/files/%{name}-%{version}.tar.gz
13 # Source0-md5:  5683f1f196d8c80bdad587a043423046
14 Patch0:         %{name}-desktop.patch
15 Patch1:         %{name}-pango.patch
16 URL:            http://www.gphpedit.org/
17 BuildRequires:  automake
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
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 %patch1 -p1
36
37 %build
38 cp /usr/share/automake/config.sub .
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README
54 %attr(755,root,root) %{_bindir}/gphpedit
55 %{_pixmapsdir}/gphpedit.png
56 %{_desktopdir}/gphpedit.desktop
57 %{_datadir}/gphpedit
This page took 0.075208 seconds and 4 git commands to generate.