]> git.pld-linux.org Git - packages/xfce4-wavelan-plugin.git/commitdiff
- up to 0.5.3 by Piotr Grymkowski <carnage2 at go2.pl> AC-STABLE auto/ac/xfce4-wavelan-plugin-0_5_3-1 auto/th/xfce4-wavelan-plugin-0_5_3-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 13 Nov 2006 19:00:49 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-wavelan-plugin.spec -> 1.8

xfce4-wavelan-plugin.spec

index bdaec20b5993a20243aa4aafb4b766e23bf8b658..22fbf7d30f4fa7263079ca035c37c5a248b9102f 100644 (file)
@@ -1,16 +1,21 @@
 Summary:       A wavelan plugin for the Xfce panel
 Summary(pl):   Wtyczka sieci radiowych dla panelu Xfce
 Name:          xfce4-wavelan-plugin
-Version:       0.4.1
-Release:       2
+Version:       0.5.3
+Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-# Source0-md5: 0467e03696e88c4a8c81873e907a3972
-URL:           http://xfce-goodies.berlios.de/
+Source0:       http://goodies.xfce.org/releases/xfce4-wavelan-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5: 7fb068184b08d6b5bd7bc6d7e4369971
+URL:           http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: perl-XML-Parser
+BuildRequires: perl-modules
 BuildRequires: pkgconfig
-BuildRequires: xfce4-panel-devel >= 4.0.0
-Requires:      xfce4-panel >= 4.0.0
+BuildRequires: xfce4-panel-devel >= 4.3.90.2
+Requires:      xfce4-panel >= 4.3.90.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,6 +30,11 @@ sygna
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-static
 
@@ -38,10 +48,13 @@ rm -rf $RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*
+%{_datadir}/xfce4/panel-plugins/*.desktop
This page took 0.101387 seconds and 4 git commands to generate.