]> git.pld-linux.org Git - packages/xfce4-timer-plugin.git/commitdiff
- init version
authorJakub Krajniak <jkrajniak@gmail.com>
Tue, 23 Jan 2007 15:54:35 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-timer-plugin.spec -> 1.1

xfce4-timer-plugin.spec [new file with mode: 0644]

diff --git a/xfce4-timer-plugin.spec b/xfce4-timer-plugin.spec
new file mode 100644 (file)
index 0000000..c9bb88d
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Xfce panel timer plugin
+Summary(pl):   Wtyczka panelu Xfce odliczaj±ca czas
+Name:          xfce4-timer-plugin
+Version:       0.5.1
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://goodies.xfce.org/releases/xfce4-timer-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5: 0036d3805cbe051d35e8ec595237e88c
+URL:           http://goodies.xfce.org/
+BuildRequires: pkgconfig
+BuildRequires: xfce4-panel-devel >= 4.0.0
+Requires:      xfce4-panel >= 4.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a simple plugin that lets the user run an alarm at a specified
+time or at the end of a specified countdown period.
+
+%description -l pl
+Wtyczka ta pozwala na powiadamianie o zdefiniowanym wcze¶niej
+zdarzeniu, b±d¼ po up³ywie okre¶lonego odcinka czasu.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-timer
+%{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
This page took 0.080641 seconds and 4 git commands to generate.