]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- raw version from MDK.
[packages/gconf-editor.git] / gconf-editor.spec
CommitLineData
967c5ac3 1%define name gconf
2%define version editor
3%define release 1mdk
4
5Summary: An editor for the GConf configuration system
6Name: gconf-editor
7Version: 0.1
8Release: 1mdk
9Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
10License: GPL
11Group: Graphical desktop/gNOME
12BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
13BuildRequires: libgtk+2.0_0-devel
14BuildRequires: libGConf2-devel
15
16%description
17gconf-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
29rm -rf $RPM_BUILD_ROOT
30
31%makeinstall_std
32
33%find_lang %{name}
34
35%clean
36rm -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.051484 seconds and 4 git commands to generate.