]> git.pld-linux.org Git - packages/drwright.git/blob - drwright.spec
- updated to version 0.15
[packages/drwright.git] / drwright.spec
1 Summary:        A program that reminds you to take wrist breaks
2 Summary(pl):    Program przypominaj±cy, ¿eby daæ odpocz±æ nadgarstkom
3 Name:           drwright
4 Version:        0.15
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://drwright.codefactory.se/download/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-schemas.patch
10 URL:            http://drwright.codefactory.se/
11 BuildRequires:  GConf2-devel >= 1.2.0
12 BuildRequires:  Xft-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  fontconfig
16 BuildRequires:  gtk+2-devel >= 2.0.4
17 BuildRequires:  libglade2-devel >= 2.0.0
18 BuildRequires:  pango-devel >= 1.0.99
19 Requires(post): GConf2
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 DrWright is a program that forces you to take wrist breaks to rest
24 your hands.
25
26 %description -l pl
27 DrWright to program zmuszaj±cy do rozlu¼nienia nadgarstków, aby daæ
28 odpocz±æ d³oniom.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33
34 %build
35 %{__aclocal}
36 %{__automake}
37 %{__autoconf}
38 %configure \
39         --disable-schemas-install
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %post
55 %gconf_schema_install
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README
60 %attr(755,root,root) %{_bindir}/*
61 %{_sysconfdir}/gconf/schemas/drwright.schemas
62 %{_datadir}/applications/*.desktop
63 %{_datadir}/drwright
This page took 0.075337 seconds and 3 git commands to generate.