]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor.spec
- raw version from MDK.
[packages/gconf-editor.git] / gconf-editor.spec
1 %define name gconf
2 %define version editor
3 %define release 1mdk
4
5 Summary: An editor for the GConf configuration system
6 Name: gconf-editor
7 Version: 0.1
8 Release: 1mdk
9 Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
10 License: GPL
11 Group: Graphical desktop/gNOME
12 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
13 BuildRequires: libgtk+2.0_0-devel
14 BuildRequires: libGConf2-devel
15
16 %description
17 gconf-edit is an editor for the GConf configuration system
18
19 %prep
20 %setup -q
21
22 %build
23
24 %configure2_5x
25
26 %make
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %makeinstall_std
32
33 %find_lang %{name}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files -f %{name}.lang
39 %defattr(-,root,root)
40 %{_bindir}/*
41 %{_datadir}/applications/*
42 %{_datadir}/pixmaps/*
43
44 %changelog
45 * Tue Apr 30 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1-1mdk
46 - Initial Mandrake package (GNOME 2)
47
48
49 # end of file
This page took 0.051444 seconds and 4 git commands to generate.