]> git.pld-linux.org Git - packages/configure-thinkpad.git/blame - configure-thinkpad.spec
- tabs in preamble
[packages/configure-thinkpad.git] / configure-thinkpad.spec
CommitLineData
30b96769 1%define _name thinkpad
2Summary: GNOME configuration tool for IBM ThinkPad laptops
8e45d88d 3Summary(pl.UTF-8): Narzędzie konfiguracyjne GNOME do laptopów IBM ThinkPad
30b96769 4Name: configure-thinkpad
5Version: 0.9
6Release: 1
7License: GPL v2
8Group: X11/Applications
9Source0: http://dl.sourceforge.net/tpctl/%{name}-%{version}.tar.gz
10# Source0-md5: b0d6c3dd3a0867248fb6bfc2d41881f5
11Patch0: %{name}-desktop.patch
72a69b91 12URL: http://tpctl.sourceforge.net/
30b96769 13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: libgnomeui-devel
72a69b91 16BuildRequires: pkgconfig
30b96769 17ExclusiveArch: %{ix86}
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21GNOME configuration tool for IBM ThinkPad laptops.
22
39571223
JR
23%description -l pl.UTF-8
24Narzędzie konfiguracyjne GNOME do laptopów IBM ThinkPad
30b96769 25
26%prep
27%setup -q
28%patch0 -p1
30b96769 29
30%build
31%{__aclocal}
32%{__autoconf}
33%{__automake}
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43ln -sf %{name}/gnome-laptop.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc AUTHORS
51%attr(755,root,root) %{_bindir}/*
ae76928c 52%{_desktopdir}/*.desktop
30b96769 53%{_pixmapsdir}/*
This page took 0.082661 seconds and 4 git commands to generate.