]> 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 f4903bad1cd139a2e4ed1a167328851ebd1549ed..1788442629ee5335646a6d55efec6282bb184e7f 100644 (file)
@@ -1,25 +1,26 @@
 Summary:       A weather plugin for the Xfce panel
 Summary(pl.UTF-8):     Wtyczka panelu Xfce pokazująca pogodę
 Name:          xfce4-weather-plugin
-Version:       0.7.4
+Version:       0.8.9
 Release:       2
 License:       GPL
 Group:         X11/Applications
-Source0:       http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.7/%{name}-%{version}.tar.bz2
-# Source0-md5: 03c972d13eba5cd226432ff66e3ff282
-Patch0:                %{name}-ui.patch
+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-devel
+BuildRequires: gettext-tools
 BuildRequires: intltool
+BuildRequires: libsoup-devel >= 2.26.0
 BuildRequires: libtool
 BuildRequires: libxfce4ui-devel
 BuildRequires: libxml2-devel >= 1:2.6.27
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.601
-BuildRequires: xfce4-dev-tools >= 4.4.0
-BuildRequires: xfce4-panel-devel >= 4.4.0
+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)
@@ -35,12 +36,6 @@ Wtyczka dla panelu Xfce wyświetlająca pogodę.
 %patch0 -p1
 
 %build
-%{__intltoolize}
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
 %configure \
        --disable-static
 
@@ -52,7 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
+%{__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}
 
@@ -67,8 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-weather-plugin
-%{_datadir}/xfce4/panel-plugins/weather.desktop
+%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.049725 seconds and 4 git commands to generate.