]> git.pld-linux.org Git - packages/drwright.git/blame - drwright.spec
- initial PLD release
[packages/drwright.git] / drwright.spec
CommitLineData
0a4dc633 1Summary: A program that reminds you to take wrist breaks
2Name: drwright
3Version: 0.14
4Release: 1
5License: GPL
6Group: Applications/System
7Source0: http://drwright.codefactory.se/download/%{name}-%{version}.tar.gz
8URL: http://drwright.codefactory.se/
9BuildRequires: pango-devel >= 1.0.99
10BuildRequires: gtk+2-devel >= 2.0.4
11BuildRequires: GConf2-devel >= 1.2.0
12BuildRequires: libglade2-devel >= 2.0.0
13BuildRequires: Xft-devel
14BuildRequires: fontconfig
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18DrWright is a program that forces you to take wrist breaks to rest
19your hands.
20
21%prep
22%setup -q
23
24%build
25%configure \
26 --disable-schemas-install
27
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%{__make} install \
34 DESTDIR=$RPM_BUILD_ROOT
35
36%find_lang %{name}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%post
42%gconf_schema_install
43
44%files -f %{name}.lang
45%defattr(644,root,root,755)
46
47%doc AUTHORS COPYING ChangeLog NEWS README
48
49%attr(755,root,root) %{_bindir}/*
50%{_sysconfdir}/gconf/schemas/drwright.schemas
51%{_datadir}/applications/*.desktop
52%{_datadir}/drwright
This page took 0.052813 seconds and 4 git commands to generate.