]> git.pld-linux.org Git - packages/hivex.git/commitdiff
- updated to 1.3.9 auto/th/hivex-1.3.9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Jan 2014 17:02:39 +0000 (18:02 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Jan 2014 17:02:39 +0000 (18:02 +0100)
- removed obsolete ruby-vendor-not-site patch

hivex.spec
ruby-vendor-not-site.patch [deleted file]

index 513ac260732dd896b98a328bfb7b2dda9bfd1eeb..80f77503f5ed4d67ef97b21433b1e319a5394ab1 100644 (file)
@@ -6,13 +6,12 @@
 Summary:       Windows Registry "hive" extraction library
 Summary(pl.UTF-8):     Biblioteka do wydobywania danych z plików "hive" Rejestru Windows
 Name:          hivex
-Version:       1.3.8
+Version:       1.3.9
 Release:       1
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
-# Source0-md5: 6ac6f5d082ee5cd14a02ca9982cc26d7
-Patch0:                ruby-vendor-not-site.patch
+# Source0-md5: 1a546a1a2ed3a39d49ada99821db401a
 URL:           http://libguestfs.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -131,7 +130,6 @@ Wiązania języka Ruby do biblioteki hivex.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__aclocal}
diff --git a/ruby-vendor-not-site.patch b/ruby-vendor-not-site.patch
deleted file mode 100644 (file)
index 25ac559..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- hivex-1.3.8/ruby/Makefile.am.old   2012-02-08 10:57:43.447667670 +0000
-+++ hivex-1.3.8/ruby/Makefile.am       2012-02-08 10:58:29.024440505 +0000
-@@ -47,13 +47,13 @@
-       $(RAKE) build
-       $(RAKE) rdoc
--RUBY_SITELIB := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
--RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitearchdir']")
-+RUBY_VENDORLIB := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['vendorlibdir']")
-+RUBY_VENDORARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']")
- install:
--      $(MKDIR_P) $(DESTDIR)$(RUBY_SITELIB)
--      $(MKDIR_P) $(DESTDIR)$(RUBY_SITEARCH)
--      $(INSTALL) -p -m 0644 lib/hivex.rb $(DESTDIR)$(RUBY_SITELIB)
--      $(INSTALL) -p -m 0755 ext/hivex/_hivex.so $(DESTDIR)$(RUBY_SITEARCH)
-+      $(MKDIR_P) $(DESTDIR)$(RUBY_VENDORLIB)
-+      $(MKDIR_P) $(DESTDIR)$(RUBY_VENDORARCH)
-+      $(INSTALL) -p -m 0644 lib/hivex.rb $(DESTDIR)$(RUBY_VENDORLIB)
-+      $(INSTALL) -p -m 0755 ext/hivex/_hivex.so $(DESTDIR)$(RUBY_VENDORARCH)
- endif
This page took 0.176592 seconds and 4 git commands to generate.