rpms/virt-top/EL-5 virt-top.spec,1.4,1.5

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Fri Jun 27 11:35:48 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/virt-top/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26433

Modified Files:
	virt-top.spec 
Log Message:
* Fri Jun 27 2008 Richard W.M. Jones <rjones at redhat.com> - 1.0.1-6
- Properly disable ocaml-gettext.



Index: virt-top.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-top/EL-5/virt-top.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- virt-top.spec	27 Jun 2008 11:18:51 -0000	1.4
+++ virt-top.spec	27 Jun 2008 11:35:03 -0000	1.5
@@ -3,7 +3,7 @@
 
 Name:           virt-top
 Version:        1.0.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Utility like top(1) for displaying virtualization stats
 
 Group:          Development/Libraries
@@ -56,9 +56,6 @@
 strip virt-top/virt-top.opt
 %endif
 
-# Build translations.
-make -C po
-
 # Force rebuild of man page.
 rm virt-top/virt-top.1
 make -C virt-top virt-top.1
@@ -69,11 +66,6 @@
 
 make DESTDIR=$RPM_BUILD_ROOT install
 
-# Install translations.
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale
-make -C po install PODIR="$RPM_BUILD_ROOT%{_datadir}/locale"
-%find_lang %{name}
-
 # Install virt-top manpage by hand for now.
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 install -m 0644 virt-top/virt-top.1 $RPM_BUILD_ROOT%{_mandir}/man1
@@ -83,7 +75,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %doc COPYING README TODO.virt-top ChangeLog
 %{_bindir}/virt-top
@@ -91,6 +83,9 @@
 
 
 %changelog
+* Fri Jun 27 2008 Richard W.M. Jones <rjones at redhat.com> - 1.0.1-6
+- Properly disable ocaml-gettext.
+
 * Fri Jun 27 2008 Richard W.M. Jones <rjones at redhat.com> - 1.0.1-5
 - BR ncurses.
 




More information about the fedora-extras-commits mailing list