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