SPECS: xfce4-cpugraph-plugin.spec - updated to 0.4.0 - added local...
megabajt
megabajt at pld-linux.org
Sat Dec 8 18:29:23 CET 2007
Author: megabajt Date: Sat Dec 8 17:29:23 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.4.0
- added locale-names patch
---- Files affected:
SPECS:
xfce4-cpugraph-plugin.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/xfce4-cpugraph-plugin.spec
diff -u SPECS/xfce4-cpugraph-plugin.spec:1.8 SPECS/xfce4-cpugraph-plugin.spec:1.9
--- SPECS/xfce4-cpugraph-plugin.spec:1.8 Mon Feb 12 23:09:22 2007
+++ SPECS/xfce4-cpugraph-plugin.spec Sat Dec 8 18:29:17 2007
@@ -2,15 +2,17 @@
Summary: Displays a graph from your latest system load
Summary(pl.UTF-8): Wyświetlanie wykresu bieżącego obciążenia systemu
Name: xfce4-cpugraph-plugin
-Version: 0.3.0
+Version: 0.4.0
Release: 1
License: BSD
Group: X11/Applications
-Source0: http://goodies.xfce.org/releases/xfce4-cpugraph-plugin/%{name}-%{version}.tar.bz2
-# Source0-md5: b2ff93a62845289c4a8ed7d45faa7a1f
+Source0: http://goodies.xfce.org/releases/xfce4-cpugraph-plugin/%{name}-%{version}.tar.gz
+# Source0-md5: 246697fc1e1ec5009aea34d4ef1dca95
+Patch0: %{name}-locale-names.patch
URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: xfce4-dev-tools >= 4.4.0
BuildRequires: xfce4-panel-devel >= 4.4.0
@@ -29,9 +31,13 @@
%prep
%setup -q
+%patch0 -p1
+
+mv -f po/{nb_NO,nb}.po
+mv -f po/{pt_PT,pt}.po
%build
-cp -f /usr/share/automake/config.* .
+%{__intltoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
@@ -47,10 +53,12 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cpugraph-plugin
@@ -62,6 +70,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2007-12-08 17:29:17 megabajt
+- updated to 0.4.0
+- added locale-names patch
+
Revision 1.8 2007-02-12 22:09:22 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xfce4-cpugraph-plugin.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list