]> git.pld-linux.org Git - packages/encfs.git/commitdiff
- up to 1.7.4 auto/th/encfs-1_7_4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 20 Nov 2010 21:37:22 +0000 (21:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    encfs-const-char.patch -> 1.2
    encfs.spec -> 1.28

encfs-const-char.patch [deleted file]
encfs.spec

diff --git a/encfs-const-char.patch b/encfs-const-char.patch
deleted file mode 100644 (file)
index 3991c2b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- encfs-1.5-orig/encfs/NameIO.cpp    2009-10-27 21:58:02.307752841 +0100
-+++ encfs-1.5/encfs/NameIO.cpp 2009-10-27 21:59:52.115658074 +0100
-@@ -190,7 +190,7 @@
-       } else
-       {
-           bool isDotFile = (*path == '.');
--          char *next = strchr( path, '/' );
-+          const char *next = strchr( path, '/' );
-           int len = next ? next - path : strlen( path );
-           // at this point we know that len > 0
index d4d767d1e2ba6808ae502ff8992c921d24f7ce39..ea390de51edff6cc3e2302c8eb3db568e6d892cb 100644 (file)
@@ -2,13 +2,12 @@
 Summary:       Encrypted pass-thru filesystem for Linux
 Summary(pl.UTF-8):     Zaszyfrowany system plików dla Linuksa
 Name:          encfs
-Version:       1.5
-Release:       9
+Version:       1.7.4
+Release:       1
 License:       GPL v2
 Group:         Applications/System
-Source0:       http://encfs.googlecode.com/files/encfs-1.5-2.tgz
-# Source0-md5: b07008545545b4a57cf2bf65f08a14ad
-Patch0:                %{name}-const-char.patch
+Source0:       http://encfs.googlecode.com/files/%{name}-%{version}.tgz
+# Source0-md5: ac90cc10b2e9fc7e72765de88321d617
 URL:           http://www.arg0.net/encfs
 BuildRequires: autoconf
 BuildRequires: automake
@@ -39,7 +38,6 @@ plików. Jest podobny do CFS-a, ale nie używa NFS-a.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # %{__libtoolize}
@@ -50,9 +48,9 @@ plików. Jest podobny do CFS-a, ale nie używa NFS-a.
 %configure \
   --with-boost-system=boost_system \
   --with-boost-serialization=boost_serialization \
-  --with-boost-filesystem=boost_filesystem \
-       --enable-debug=no
-%{__make} -j1 LDFLAGS=-lboost_system
+  --with-boost-filesystem=boost_filesystem
+
+%{__make} -j1 LDFLAGS="-lboost_system"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -63,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 # No public headers => no need for devel files
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-rm -rf $RPM_BUILD_ROOT/usr/share/locale/{fr_FR,pt_PT,de_DE,es_ES}
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{fr_FR,pt_PT,de_DE,es_ES}
 
 %find_lang %{name}
 
This page took 0.053331 seconds and 4 git commands to generate.