]> git.pld-linux.org Git - packages/gnome-tweaks.git/blame - gnome-tweak-tool.spec
- updated gettext BR
[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
4f3009e1 4Version: 3.14.2
5cd02dae 5Release: 1
2cf5e97a 6License: GPL v3
2daec9bd 7Group: X11/Applications
4f3009e1
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.14/%{name}-%{version}.tar.xz
9# Source0-md5: 176e952fd810bfe8e5b26550eb0cee8f
2daec9bd 10Patch0: pyc.patch
4fb95e0f 11Patch1: %{name}-import-gobject.patch
2daec9bd
MB
12URL: http://live.gnome.org/GnomeTweakTool
13BuildRequires: GConf2-devel
6f35d5cd 14BuildRequires: gettext-tools >= 0.17
db1eb1a8 15BuildRequires: gsettings-desktop-schemas-devel >= 3.4.0
9e857959 16BuildRequires: intltool >= 0.40.0
2daec9bd 17BuildRequires: pkgconfig
9e857959 18BuildRequires: python >= 1:2.6
db1eb1a8
MB
19BuildRequires: python-pygobject3-devel >= 3.2.1
20BuildRequires: rpmbuild(macros) >= 1.311
d54af36a
MB
21BuildRequires: tar >= 1:1.22
22BuildRequires: xz
db1eb1a8 23Requires(post,postun): gtk-update-icon-cache
d54af36a 24Requires: GConf2-libs
4fb95e0f
MB
25Requires: gnome-desktop >= 3.8.0
26Requires: gnome-shell >= 3.8.0
d54af36a 27Requires: gobject-introspection
db1eb1a8 28Requires: gsettings-desktop-schemas >= 3.4.0
4f3009e1 29Requires: gtk+3 >= 3.12.0
db1eb1a8 30Requires: hicolor-icon-theme
9e857959 31Requires: python >= 1:2.6
db1eb1a8 32Requires: python-pygobject3 >= 3.2.1
2daec9bd
MB
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36A tool to customize advanced GNOME 3 options.
37
38%description -l pl.UTF-8
39Narzędzie do dostosowywania zaawansowanych opcji GNOME 3.
40
41%prep
42%setup -q
43%patch0 -p1
4fb95e0f 44%patch1 -p1
2daec9bd
MB
45
46%build
47%configure
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%py_postclean
57
5cd02dae
MB
58%find_lang %{name}
59
2daec9bd
MB
60%clean
61rm -rf $RPM_BUILD_ROOT
62
db1eb1a8
MB
63%post
64%update_icon_cache hicolor
65
66%postun
67%update_icon_cache hicolor
68
5cd02dae 69%files -f %{name}.lang
2daec9bd
MB
70%defattr(644,root,root,755)
71%doc NEWS README
72%attr(755,root,root) %{_bindir}/gnome-tweak-tool
73%dir %{py_sitescriptdir}/gtweak
74%{py_sitescriptdir}/gtweak/*.py[co]
75%dir %{py_sitescriptdir}/gtweak/tweaks
76%{py_sitescriptdir}/gtweak/tweaks/*.py[co]
77%{_datadir}/gnome-tweak-tool
94aa5ac4 78%{_datadir}/appdata/gnome-tweak-tool.appdata.xml
2daec9bd 79%{_desktopdir}/gnome-tweak-tool.desktop
db1eb1a8 80%{_iconsdir}/hicolor/*/*/*.png
This page took 0.082218 seconds and 4 git commands to generate.