]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- updated to 2.9.92
[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
8af5b7e8 4Version: 2.9.92
aa63c311 5Release: 1
8af5b7e8 6License: GPL v2
1ec1e22d 7Group: X11/Applications
8af5b7e8 8Source0: http://ftp.gnome.org/pub/gnome/sources/gconf-editor/2.9/%{name}-%{version}.tar.bz2
9# Source0-md5: cb8679949a6c715e8571edb8b7cb0023
d26002f3 10Patch0: %{name}-desktop.patch
20ecef6d 11BuildRequires: GConf2-devel >= 2.9.90
fcb68908 12BuildRequires: autoconf
aa63c311 13BuildRequires: automake
ab4724e9 14BuildRequires: gnome-common >= 2.4.0
20ecef6d 15BuildRequires: gtk+2-devel >= 2:2.6.2
16BuildRequires: libgnomeui-devel >= 2.9.1
aa63c311 17BuildRequires: libtool
a05f2474 18BuildRequires: pkgconfig
19BuildRequires: scrollkeeper
ab4724e9 20Requires(post): GConf2
21Requires(post): scrollkeeper
515a6423 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1ec1e22d 23
967c5ac3 24%description
83fc3fd4 25An editor for the GConf configuration system.
1ec1e22d
JB
26
27%description -l pl
83fc3fd4 28Edytor do systemu konfiguracji GConf.
967c5ac3 29
30%prep
31%setup -q
d26002f3 32%patch0 -p1
967c5ac3 33
34%build
ab4724e9 35gnome-doc-common
aa63c311 36%{__libtoolize}
fcb68908 37%{__aclocal}
38%{__autoconf}
39%{__automake}
1ec1e22d 40%configure
1ec1e22d 41%{__make}
967c5ac3 42
43%install
44rm -rf $RPM_BUILD_ROOT
45
0e1e3d6b 46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
967c5ac3 48
ab4724e9 49rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
50
51%find_lang %{name} --with-gnome
967c5ac3 52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
ab4724e9 56%post
57/usr/bin/scrollkeeper-update
58%gconf_schema_install
59
60%postun -p /usr/bin/scrollkeeper-update
61
967c5ac3 62%files -f %{name}.lang
1ec1e22d 63%defattr(644,root,root,755)
8af5b7e8 64%doc AUTHORS ChangeLog NEWS README
1ec1e22d 65%attr(755,root,root) %{_bindir}/*
ab4724e9 66%{_sysconfdir}/gconf/schemas/*.schemas
515a6423 67%{_desktopdir}/*
0e1e3d6b 68%{_pixmapsdir}/*
aa63c311 69%{_mandir}/man1/*
ab4724e9 70%{_omf_dest_dir}/%{name}
20ecef6d 71%{_iconsdir}/*/*/apps/*.png
This page took 0.067189 seconds and 4 git commands to generate.