]> git.pld-linux.org Git - packages/gphpedit.git/blob - gphpedit.spec
- new
[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.4.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.gphpedit.org/releases/%{name}-%{version}.tar.gz
9 # Source0-md5:  513caedaff7dac8a697d520c64f56e86
10 URL:            http://www.gphpedit.org/
11 BuildRequires:  GtkScintilla2-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 gPHPEdit is a GNOME2 editor dedicated to editing PHP files and other
16 supporting files like HTML/CSS.
17
18 %description -l pl
19 gPHPEdit jest edytorem dla srodowiska GNOME2 przeznaczonym do edycji 
20 plikow PHP i innych wspieranych formatow jak HTML/CSS.
21
22 %prep
23 rm -rf $RPM_BUILD_ROOT
24 %setup -q
25 ./configure
26
27 %build
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %makeinstall
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README
40
41 %attr(755,root,root) %{_bindir}/gphpedit
42 %{_datadir}/pixmaps/gphpedit.png
43 %{_datadir}/applications/gphpedit.desktop
44 %{_datadir}/gphpedit/php-gphpedit.api
This page took 0.091762 seconds and 4 git commands to generate.