]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- moved from /usr/X11R6 to /usr, release 4
[packages/gconf-editor.git] / gconf-editor.spec
CommitLineData
1ec1e22d 1Summary: An editor for the GConf configuration system
237859ab 2Summary(pl): Edytor do systemu konfiguracji GConf
1ec1e22d 3Name: gconf-editor
16f0739b 4Version: 0.3.1
00535b12 5Release: 4
1ec1e22d
JB
6License: GPL
7Group: X11/Applications
16f0739b 8Source0: http://ftp.gnome.org/pub/GNOME/2.0.1/sources/%{name}/%{name}-%{version}.tar.bz2
1ec1e22d 9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
bab70376 10BuildRequires: gtk+2-devel >= 2.0.6
11BuildRequires: GConf2-devel >= 1.2.1
1ec1e22d 12
967c5ac3 13%description
83fc3fd4 14An editor for the GConf configuration system.
1ec1e22d
JB
15
16%description -l pl
83fc3fd4 17Edytor do systemu konfiguracji GConf.
967c5ac3 18
19%prep
20%setup -q
21
22%build
1ec1e22d 23%configure
967c5ac3 24
1ec1e22d 25%{__make}
967c5ac3 26
27%install
28rm -rf $RPM_BUILD_ROOT
29
0e1e3d6b 30%{__make} install \
31 DESTDIR=$RPM_BUILD_ROOT
967c5ac3 32
33%find_lang %{name}
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files -f %{name}.lang
1ec1e22d
JB
39%defattr(644,root,root,755)
40%attr(755,root,root) %{_bindir}/*
967c5ac3 41%{_datadir}/applications/*
0e1e3d6b 42%{_pixmapsdir}/*
This page took 0.03368 seconds and 4 git commands to generate.