]> git.pld-linux.org Git - packages/xfce4-weather-plugin.git/blobdiff - xfce4-weather-plugin.spec
added user-agent.patch; rel. 2
[packages/xfce4-weather-plugin.git] / xfce4-weather-plugin.spec
index 70ebfff2c6b9261620a7d3908f3ea3e713e873c8..1788442629ee5335646a6d55efec6282bb184e7f 100644 (file)
@@ -1,40 +1,44 @@
-%define                _name   xfce4-weather
 Summary:       A weather plugin for the Xfce panel
-Summary(pl):   Wtyczka panelu Xfce pokazuj±ca pogodê
+Summary(pl.UTF-8):     Wtyczka panelu Xfce pokazująca pogodę
 Name:          xfce4-weather-plugin
-Version:       0.4.1
-Release:       1
-License:       BSD
+Version:       0.8.9
+Release:       2
+License:       GPL
 Group:         X11/Applications
-Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-# Source0-md5: 358ccd8d97567bb909b3e8d3bde0b4bb
-URL:           http://xfce-goodies.berlios.de/
-BuildRequires: autoconf >= 2.50
+Source0:       http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.8/%{name}-%{version}.tar.bz2
+# Source0-md5: 0c56c057e1c354b30409b7871ab6f314
+URL:           http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
+Patch0:                user-agent.patch
+BuildRequires: autoconf >= 2.63
 BuildRequires: automake
+BuildRequires: gettext-tools
+BuildRequires: intltool
+BuildRequires: libsoup-devel >= 2.26.0
 BuildRequires: libtool
-BuildRequires: libxml2-devel >= 2.0
+BuildRequires: libxfce4ui-devel
+BuildRequires: libxml2-devel >= 1:2.6.27
 BuildRequires: pkgconfig
-BuildRequires: xfce4-panel-devel >= 4.1.90
-Requires:      xfce4-panel >= 4.1.90
+BuildRequires: rpmbuild(macros) >= 1.601
+BuildRequires: xfce4-dev-tools >= 4.12.0
+BuildRequires: xfce4-panel-devel >= 4.12.0
+Requires:      gtk-update-icon-cache
+Requires:      hicolor-icon-theme
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A weather plugin for the Xfce panel.
 
-%description -l pl
-Wtyczka dla panelu Xfce wy¶wietlaj±ca pogodê.
+%description -l pl.UTF-8
+Wtyczka dla panelu Xfce wyświetlająca pogodę.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/m4
-%{__autoheader}
-%{__automake}
-%{__autoconf}
 %configure \
        --disable-static
+
 %{__make}
 
 %install
@@ -43,15 +47,25 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/es
+%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libweather.la
 
-%find_lang %{_name}
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{_name}.lang
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libweather.so
+%{_datadir}/xfce4/panel/plugins/weather.desktop
 %{_datadir}/xfce4/weather
+%{_iconsdir}/hicolor/*/*/xfce4-weather.png
This page took 0.033665 seconds and 4 git commands to generate.