]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- rebuild with howl 0.9.10, release 2
[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
dd51e9de 4Version: 2.10.0
121ee5bc 5Release: 2
dd51e9de 6License: GPL v2
1ec1e22d 7Group: X11/Applications
dd51e9de 8Source0: http://ftp.gnome.org/pub/gnome/sources/gconf-editor/2.10/%{name}-%{version}.tar.bz2
9# Source0-md5: 651a18f7eb5af91761521aa4f04ccc07
d26002f3 10Patch0: %{name}-desktop.patch
dd51e9de 11BuildRequires: GConf2-devel >= 2.10.0
fcb68908 12BuildRequires: autoconf
aa63c311 13BuildRequires: automake
ab4724e9 14BuildRequires: gnome-common >= 2.4.0
dd51e9de 15BuildRequires: gtk+2-devel >= 2:2.6.4
121ee5bc 16BuildRequires: libgnomeui-devel >= 2.10.0-2
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)
dd51e9de 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}
dd51e9de 71%{_iconsdir}/*/*/apps/*.png
This page took 0.069891 seconds and 4 git commands to generate.