]> git.pld-linux.org Git - packages/tint2.git/blob - tint2.spec
- don't use prebuilt binary
[packages/tint2.git] / tint2.spec
1 %define         _beta   0.7-beta1
2 Summary:        tint2 is a simple panel/taskbar intentionally made for openbox3
3 Summary(pl.UTF-8):      tint2 jest prostym panelem oryginalnie zaprojektowanym dla openbox3
4 Name:           tint2
5 Version:        0.7.beta1
6 Release:        0.1
7 License:        GPL v2
8 Group:          Applications
9 Source0:        http://tint2.googlecode.com/files/%{name}-%{_beta}.tar.gz
10 # Source0-md5:  93b70b4603235b307d3707b2e51d23d9
11 URL:            http://code.google.com/p/tint2/
12 BuildRequires:  cairo-devel
13 BuildRequires:  glib2-devel
14 BuildRequires:  imlib2-devel
15 BuildRequires:  libpng-devel
16 BuildRequires:  pango-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  xorg-lib-libXinerama-devel
19 Suggests:       openbox
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 tint2 is a simple panel/taskbar intentionally made for openbox3, but
24 should also work with other window managers. It's based on ttm code
25 http://code.google.com/p/ttm/
26
27 %description -l pl.UTF-8
28 tint2 jest prostym panelem/zasobnikiem oryginalnie zaprojektowanym dla
29 openbox3 ale powinien również współpracować z innymi menadżerami
30 okien. Jego kod oparty jest na ttm http://code.google.com/p/ttm/
31
32 %prep
33 %setup -q -n %{name}-%{_beta}
34 rm src/tint2
35
36 %build
37 cd src
38 %{__make} \
39         CC="%{__cc}" \
40         CFLAGS="%{rpmcflags} %{rpmldflags}"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 cd src
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc ChangeLog README doc/tint2-0.7.pdf
54 %attr(755,root,root) %{_bindir}/tint2
55 %dir %{_sysconfdir}/xdg/tint2
56 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/tint2/tint2rc
57 %{_mandir}/man1/tint2.1.*
This page took 0.058922 seconds and 4 git commands to generate.