]> git.pld-linux.org Git - packages/gnome-tweaks.git/blame - gnome-tweak-tool.spec
- updated to 3.0.5
[packages/gnome-tweaks.git] / gnome-tweak-tool.spec
CommitLineData
2daec9bd
MB
1Summary: A tool to customize advanced GNOME 3 options
2Summary(pl.UTF-8): Narzędzie do dostosowywania zaawansowanych opcji GNOME 3
3Name: gnome-tweak-tool
5d348d81 4Version: 3.0.5
5cd02dae 5Release: 1
2cf5e97a 6License: GPL v3
2daec9bd 7Group: X11/Applications
1608a44f 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/%{name}-%{version}.tar.bz2
5d348d81 9# Source0-md5: a3595f33636f19eb319087562a9a5105
2daec9bd
MB
10Patch0: pyc.patch
11URL: http://live.gnome.org/GnomeTweakTool
12BuildRequires: GConf2-devel
9e857959 13BuildRequires: gettext-devel >= 0.17
5cd02dae 14BuildRequires: gsettings-desktop-schemas-devel >= 3.0.0
9e857959 15BuildRequires: intltool >= 0.40.0
2daec9bd 16BuildRequires: pkgconfig
9e857959 17BuildRequires: python >= 1:2.6
2daec9bd 18BuildRequires: python-pygobject-devel >= 2.28.0
9e857959 19BuildRequires: rpmbuild(macros) >= 1.219
5cd02dae 20Requires: gsettings-desktop-schemas >= 3.0.0
2daec9bd 21Requires: gtk+3 >= 3.0.0
9e857959 22Requires: python >= 1:2.6
2daec9bd
MB
23Requires: python-pygobject >= 2.28.0
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27A tool to customize advanced GNOME 3 options.
28
29%description -l pl.UTF-8
30Narzędzie do dostosowywania zaawansowanych opcji GNOME 3.
31
32%prep
33%setup -q
34%patch0 -p1
35
36%build
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%py_postclean
47
5cd02dae
MB
48%find_lang %{name}
49
2daec9bd
MB
50%clean
51rm -rf $RPM_BUILD_ROOT
52
5cd02dae 53%files -f %{name}.lang
2daec9bd
MB
54%defattr(644,root,root,755)
55%doc NEWS README
56%attr(755,root,root) %{_bindir}/gnome-tweak-tool
57%dir %{py_sitescriptdir}/gtweak
58%{py_sitescriptdir}/gtweak/*.py[co]
59%dir %{py_sitescriptdir}/gtweak/tweaks
60%{py_sitescriptdir}/gtweak/tweaks/*.py[co]
61%{_datadir}/gnome-tweak-tool
62%{_desktopdir}/gnome-tweak-tool.desktop
This page took 0.13197 seconds and 4 git commands to generate.