Remove guestfs-browser.spec since the package is now in Fedora.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Jul 2011 13:14:26 +0000 (14:14 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Jul 2011 13:23:58 +0000 (14:23 +0100)
.gitignore
Makefile.am
configure.ac
guestfs-browser.spec.in [deleted file]

index a3f02ec..a8642e5 100644 (file)
@@ -19,7 +19,6 @@ guestfs-browser-*.tar.gz
 guestfs-browser
 guestfs-browser.1
 guestfs-browser.desktop
-guestfs-browser.spec
 html/*.html
 install-sh
 missing
index e92a3bb..d76c28a 100644 (file)
@@ -21,7 +21,7 @@ EXTRA_DIST = \
        $(SOURCES) \
        HACKING \
        Throbber.png Throbber.gif \
-       .gitignore guestfs-browser.spec \
+       .gitignore \
        guestfs-browser.pod \
        guestfs-browser.1 \
        guestfs-browser.desktop.in \
index 50fb3b3..b23c967 100644 (file)
@@ -100,5 +100,5 @@ fi
 AM_CONDITIONAL([HAVE_PERLDOC],[test "x$PERLDOC" != "xno"])
 
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile config.ml guestfs-browser.spec])
+AC_CONFIG_FILES([Makefile config.ml])
 AC_OUTPUT
diff --git a/guestfs-browser.spec.in b/guestfs-browser.spec.in
deleted file mode 100644 (file)
index d1ac91e..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-Name:           @PACKAGE_NAME@
-Version:        @PACKAGE_VERSION@
-Release:        1%{?dist}
-Summary:        Guest filesystem browser
-
-Group:          Applications/Emulators
-License:        GPLv2+
-
-URL:            http://people.redhat.com/~rjones/guestfs-browser/
-Source0:        http://people.redhat.com/~rjones/guestfs-browser/files/guestfs-browser-%{version}.tar.gz
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  hivex-devel >= 1.2.4-3
-BuildRequires:  libguestfs-devel >= 1.9.11
-BuildRequires:  libvirt-devel
-BuildRequires:  ocaml
-BuildRequires:  ocaml-bitstring-devel
-BuildRequires:  ocaml-camlp4-devel
-BuildRequires:  ocaml-camomile-devel >= 0.8.1, ocaml-camomile-data
-BuildRequires:  ocaml-extlib-devel
-BuildRequires:  ocaml-findlib-devel
-BuildRequires:  ocaml-hivex-devel
-BuildRequires:  ocaml-lablgtk-devel
-BuildRequires:  ocaml-libvirt-devel
-BuildRequires:  ocaml-libguestfs-devel
-BuildRequires:  ocaml-xml-light-devel
-BuildRequires:  /usr/bin/pod2man
-BuildRequires:  /usr/bin/pod2html
-
-Requires:       libguestfs >= 1.9.11
-Requires:       /usr/bin/gnome-open
-Requires:       /usr/bin/hivexregedit
-
-# Only needed to build the internal documentation.
-#BuildRequires:  ocaml-ocamldoc
-
-
-%description
-The Guest Filesystem Browser lets you browse inside the filesystems of
-virtual machines and disk images using a simple graphical interface.
-
-This package delivers some of the features of libguestfs and the
-guestfish scripting tool to users who don't want to use the command
-line.
-
-
-%prep
-%setup -q
-
-
-%build
-%configure
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%doc COPYING HACKING README
-%{_bindir}/guestfs-browser
-%{_mandir}/man1/guestfs-browser.1*
-
-
-%changelog
-* Sat Jan 15 2011 Richard W.M. Jones <rjones@redhat.com> - @VERSION@-1
-- Initial RPM release.