]> git.pld-linux.org Git - packages/xfce4-datetime-plugin.git/commitdiff
- initial release auto/ac/xfce4-datetime-plugin-0_2-1
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Thu, 20 Nov 2003 23:52:46 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-datetime-plugin.spec -> 1.1

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

diff --git a/xfce4-datetime-plugin.spec b/xfce4-datetime-plugin.spec
new file mode 100644 (file)
index 0000000..3c79639
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       A date and time plugin for the XFce4 panel
+Summary(pl):   Plugin pokazuj±cy date i czas
+Name:          xfce4-datetime-plugin
+Version:       0.2
+Release:       1
+License:       GPL
+Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
+# Source0-md5: ff4d9b545550fa72eba1c37a5d48edb6
+Group:         X11/Applications
+URL:           http://xfce-goodies.berlios.de/
+BuildRequires: xfce4-panel-devel >= 4.0.0
+Requires:      xfce4-panel >= 4.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An additional clock for the XFce4 panel which also shows the date,
+with adjustable font.
+
+%description -l pl
+Plugin dla panelu XFce4 wy¶wietlaj±cy date i czas, wyposa¿ony w kalendarz.
+
+%prep
+%setup -q
+
+%build
+%{configure}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.037942 seconds and 4 git commands to generate.