]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- new style macros
[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
692c104e 5Release: 3
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
692c104e 19BuildRequires: rpmbuild(macros) >= 1.197
a05f2474 20BuildRequires: scrollkeeper
692c104e 21Requires(post,preun): GConf2
22Requires(post,postun): scrollkeeper
515a6423 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1ec1e22d 24
967c5ac3 25%description
83fc3fd4 26An editor for the GConf configuration system.
1ec1e22d
JB
27
28%description -l pl
83fc3fd4 29Edytor do systemu konfiguracji GConf.
967c5ac3 30
31%prep
32%setup -q
d26002f3 33%patch0 -p1
967c5ac3 34
35%build
ab4724e9 36gnome-doc-common
aa63c311 37%{__libtoolize}
fcb68908 38%{__aclocal}
39%{__autoconf}
40%{__automake}
1ec1e22d 41%configure
1ec1e22d 42%{__make}
967c5ac3 43
44%install
45rm -rf $RPM_BUILD_ROOT
46
0e1e3d6b 47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
967c5ac3 49
ab4724e9 50rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
51
52%find_lang %{name} --with-gnome
967c5ac3 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
ab4724e9 57%post
692c104e 58%gconf_schema_install gconf-editor.schemas
59%scrollkeeper_update_post
ab4724e9 60
692c104e 61%preun
62%gconf_schema_uninstall gconf-editor.schemas
63
64%postun
65%scrollkeeper_update_postun
ab4724e9 66
967c5ac3 67%files -f %{name}.lang
1ec1e22d 68%defattr(644,root,root,755)
dd51e9de 69%doc AUTHORS ChangeLog NEWS README
1ec1e22d 70%attr(755,root,root) %{_bindir}/*
ab4724e9 71%{_sysconfdir}/gconf/schemas/*.schemas
515a6423 72%{_desktopdir}/*
0e1e3d6b 73%{_pixmapsdir}/*
aa63c311 74%{_mandir}/man1/*
ab4724e9 75%{_omf_dest_dir}/%{name}
dd51e9de 76%{_iconsdir}/*/*/apps/*.png
This page took 0.1778 seconds and 4 git commands to generate.