rpms/virt-df/F-9 virt-df.spec,1.1,1.2

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Thu May 22 11:07:17 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/virt-df/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3914

Modified Files:
	virt-df.spec 
Log Message:
* Thu May 22 2008 Richard W.M. Jones <rjones at redhat.com> - 2.1.1-7
- Remove ocaml-gettext dep, not available in F-9.



Index: virt-df.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-df/F-9/virt-df.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virt-df.spec	19 May 2008 16:35:33 -0000	1.1
+++ virt-df.spec	22 May 2008 11:06:38 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           virt-df
 Version:        2.1.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Utility like 'df' for virtual guests
 
 Group:          Development/Libraries
@@ -24,13 +24,6 @@
 BuildRequires:  ocaml-xml-light-devel
 BuildRequires:  ocaml-libvirt-devel
 
-# Tortuous list of BRs for gettext.
-BuildRequires:  ocaml-gettext-devel >= 0.3.0
-BuildRequires:  ocaml-fileutils-devel
-%ifnarch ppc64
-BuildRequires:  ocaml-camomile-data
-%endif
-
 # Non-OCaml BRs.
 BuildRequires:  libvirt-devel >= 0.2.1
 BuildRequires:  perl
@@ -64,9 +57,6 @@
 strip virt-df/virt-df.opt
 %endif
 
-# Build translations.
-make -C po
-
 # Force rebuild of man page.
 rm virt-df/virt-df.1
 make -C virt-df virt-df.1
@@ -76,11 +66,6 @@
 rm -rf $RPM_BUILD_ROOT
 make -C virt-df 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-df manpage by hand for now.
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 install -m 0644 virt-df/virt-df.1 $RPM_BUILD_ROOT%{_mandir}/man1
@@ -90,7 +75,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %doc COPYING README ChangeLog
 %{_bindir}/virt-df
@@ -98,6 +83,9 @@
 
 
 %changelog
+* Thu May 22 2008 Richard W.M. Jones <rjones at redhat.com> - 2.1.1-7
+- Remove ocaml-gettext dep, not available in F-9.
+
 * Sun May 18 2008 Richard W.M. Jones <rjones at redhat.com> - 2.1.1-6
 - Include upstream cset 00a35ad4c881 which fixes build with
   latest bitmatch.




More information about the scm-commits mailing list