]> git.pld-linux.org Git - packages/drwright.git/commitdiff
- initial PLD release
authoraflinta <aflinta@pld-linux.org>
Tue, 14 Jan 2003 17:54:32 +0000 (17:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drwright.spec -> 1.1

drwright.spec [new file with mode: 0644]

diff --git a/drwright.spec b/drwright.spec
new file mode 100644 (file)
index 0000000..d493048
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       A program that reminds you to take wrist breaks
+Name:          drwright
+Version:       0.14
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://drwright.codefactory.se/download/%{name}-%{version}.tar.gz
+URL:           http://drwright.codefactory.se/
+BuildRequires: pango-devel >= 1.0.99
+BuildRequires: gtk+2-devel >= 2.0.4
+BuildRequires: GConf2-devel >= 1.2.0
+BuildRequires: libglade2-devel >= 2.0.0
+BuildRequires: Xft-devel
+BuildRequires: fontconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DrWright is a program that forces you to take wrist breaks to rest
+your hands.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-schemas-install
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+    DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+
+%doc AUTHORS COPYING ChangeLog NEWS README
+
+%attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/gconf/schemas/drwright.schemas
+%{_datadir}/applications/*.desktop
+%{_datadir}/drwright
This page took 0.140349 seconds and 4 git commands to generate.