-
Notifications
You must be signed in to change notification settings - Fork 15
/
gphpedit.spec.in
46 lines (36 loc) · 948 Bytes
/
gphpedit.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Summary: A PHP source editor for GNOME.
Name: gphpedit
Version: @VERSION@
Release: 1
License: GPL
Group: X11/Utilities
Source: gphpedit-%{version}.tar.gz
URL: http://www.gphpedit.org/
BuildRequires: webkit-1.0
BuildRoot: /var/tmp/%{name}-root
%description
gPHPEdit is a GNOME2 editor dedicated to editing PHP files and other
supporting files like HTML/CSS/JS.
%prep
rm -rf $RPM_BUILD_ROOT
%setup
./configure
%build
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/gphpedit
%{_datadir}/pixmaps/gphpedit.png
%{_datadir}/applications/gphpedit.desktop
%{_datadir}/gphpedit/php-gphpedit.api
%changelog
* Wed Nov 03 2004 Andy Jeffries <andy@gphpedit.org>
- Removed dependancy on GtkScintilla2
* Wed Jun 04 2003 Tim Jackson <tim@timj.co.uk>
- Updated to work with new build system
* Fri Jan 17 2003 Tim Jackson <tim@timj.co.uk>
- Initial RPM packaging