]> git.pld-linux.org Git - packages/hivex.git/commitdiff
- updated to 1.3.8 auto/th/hivex-1.3.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 Aug 2013 15:25:02 +0000 (17:25 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 Aug 2013 15:25:02 +0000 (17:25 +0200)
- updated ruby-vendor-not-site patch

hivex.spec
ruby-vendor-not-site.patch

index 0582849b96c469e980d9e1e98907918c9e3843c8..513ac260732dd896b98a328bfb7b2dda9bfd1eeb 100644 (file)
@@ -6,12 +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.7
-Release:       3
+Version:       1.3.8
+Release:       1
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
-# Source0-md5: 61c1fbc8ec47633523da72ce51fc1b24
+# Source0-md5: 6ac6f5d082ee5cd14a02ca9982cc26d7
 Patch0:                ruby-vendor-not-site.patch
 URL:           http://libguestfs.org/
 BuildRequires: autoconf >= 2.50
@@ -26,6 +26,7 @@ BuildRequires:        perl-IO-stringy
 BuildRequires: perl-Test-Simple
 BuildRequires: perl-base
 BuildRequires: perl-tools-pod
+BuildRequires: pkgconfig
 BuildRequires: python
 BuildRequires: python-devel
 BuildRequires: readline-devel
index 94937ab8599d7f27b85c69fe27707e692c7b0cdc..25ac5595918bc2fbcae97759eb59cc313194ad0c 100644 (file)
@@ -1,13 +1,13 @@
---- hivex-1.3.3/ruby/Makefile.am.old   2012-02-08 10:57:43.447667670 +0000
-+++ hivex-1.3.3/ruby/Makefile.am       2012-02-08 10:58:29.024440505 +0000
+--- 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 Config::CONFIG['sitelibdir']")
--RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
-+RUBY_VENDORLIB := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['vendorlibdir']")
-+RUBY_VENDORARCH := $(shell $(RUBY) -rrbconfig -e "puts Config::CONFIG['vendorarchdir']")
+-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)
This page took 0.170214 seconds and 4 git commands to generate.