]> git.pld-linux.org Git - packages/gnome-tweaks.git/blob - gnome-tweak-tool.spec
- updated to 3.0.4
[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.4
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:  956d02d0c0613616b438017b07cbe3f0
10 Patch0:         pyc.patch
11 URL:            http://live.gnome.org/GnomeTweakTool
12 BuildRequires:  GConf2-devel
13 BuildRequires:  gettext-devel >= 0.17
14 BuildRequires:  gsettings-desktop-schemas-devel >= 3.0.0
15 BuildRequires:  intltool >= 0.40.0
16 BuildRequires:  pkgconfig
17 BuildRequires:  python >= 1:2.6
18 BuildRequires:  python-pygobject-devel >= 2.28.0
19 BuildRequires:  rpmbuild(macros) >= 1.219
20 Requires:       gsettings-desktop-schemas >= 3.0.0
21 Requires:       gtk+3 >= 3.0.0
22 Requires:       python >= 1:2.6
23 Requires:       python-pygobject >= 2.28.0
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 A tool to customize advanced GNOME 3 options.
28
29 %description -l pl.UTF-8
30 Narzę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
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %py_postclean
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
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.300644 seconds and 4 git commands to generate.