]> git.pld-linux.org Git - packages/xfce4-weather-plugin.git/commitdiff
- new spec based on work by Robert 'dzeus' Graużenis
authorjpc <jpc@pld-linux.org>
Tue, 22 Jun 2004 10:14:00 +0000 (10:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-weather-plugin.spec -> 1.1

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

diff --git a/xfce4-weather-plugin.spec b/xfce4-weather-plugin.spec
new file mode 100644 (file)
index 0000000..b7ad311
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       A weather plugin for the XFce4 panel
+Summary(pl):   Wtyczka panelu XFce4 pokazuj±ca pogodê
+Name:          xfce4-weather-plugin
+Version:       0.3.0
+Release:       1
+License:       GPL
+Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
+# Source0-md5: 042a33287af85f405ddeb7b2c33a7101
+Group:         X11/Applications
+URL:           http://xfce-goodies.berlios.de/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: xfce4-panel-devel >= 4.0.0
+Requires:      xfce4-panel >= 4.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A weather plugin for the XFce4 panel.
+
+%description -l pl
+Wtyczka dla panelu XFce4 wy¶wietlaj±ca pogodê.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I %{_datadir}/xfce4/m4
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.{la,a}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%{_datadir}/xfce4/weather/icons/liquid
This page took 0.05836 seconds and 4 git commands to generate.