]> git.pld-linux.org Git - packages/configure-thinkpad.git/blame_incremental - configure-thinkpad.spec
- tabs in preamble
[packages/configure-thinkpad.git] / configure-thinkpad.spec
... / ...
CommitLineData
1%define _name thinkpad
2Summary: GNOME configuration tool for IBM ThinkPad laptops
3Summary(pl.UTF-8): Narzędzie konfiguracyjne GNOME do laptopów IBM ThinkPad
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
12URL: http://tpctl.sourceforge.net/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: libgnomeui-devel
16BuildRequires: pkgconfig
17ExclusiveArch: %{ix86}
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21GNOME configuration tool for IBM ThinkPad laptops.
22
23%description -l pl.UTF-8
24Narzędzie konfiguracyjne GNOME do laptopów IBM ThinkPad
25
26%prep
27%setup -q
28%patch0 -p1
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}/*
52%{_desktopdir}/*.desktop
53%{_pixmapsdir}/*
This page took 0.054244 seconds and 4 git commands to generate.