]> git.pld-linux.org Git - packages/gnome-tweaks.git/blame - gnome-tweak-tool.spec
- new
[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
4Version: 2.91.92
5Release: 1
6License: GPL
7Group: X11/Applications
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/2.91/%{name}-%{version}.tar.bz2
9# Source0-md5: cdd1cd3f2f3d2c161c4c86f234d100c6
10Patch0: pyc.patch
11URL: http://live.gnome.org/GnomeTweakTool
12BuildRequires: GConf2-devel
13BuildRequires: gsettings-desktop-schemas-devel >= 2.91.90
14BuildRequires: pkgconfig
15BuildRequires: python-pygobject-devel >= 2.28.0
16Requires: gsettings-desktop-schemas >= 2.91.90
17Requires: gtk+3 >= 3.0.0
18Requires: python-pygobject >= 2.28.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22A tool to customize advanced GNOME 3 options.
23
24%description -l pl.UTF-8
25Narzę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
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%py_postclean
42
43%clean
44rm -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.173743 seconds and 4 git commands to generate.