]> git.pld-linux.org Git - packages/lizardfs.git/commitdiff
ExclusiveArch: %{ix86} %{x8664}, more about crcutil.
authorMateusz Korniak <matkor@pld-linux.org>
Fri, 24 Jun 2016 16:16:47 +0000 (18:16 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Fri, 24 Jun 2016 16:16:47 +0000 (18:16 +0200)
lizardfs.spec

index dec88ca0cd6a70a86847c7e455c91a5e3840e54b..ba5b0bf613a60667d44555dd62ba4709122ef4b1 100644 (file)
@@ -2,12 +2,14 @@
 # - Add daemon startup scripts
 #   https://github.com/moosefs/moosefs/blob/master/systemd/moosefs-master.service.in
 # - Verify if CGI server works, dependencies
+# - Fix x32 asm code inside crcutil-1.0
+# - Consider using external libcrcutil package
 
 Summary:       Open Source Distributed File System
 Summary(pl.UTF-8):     Rozporoszony system plików Open Source
 Name:          lizardfs
 Version:       3.9.4
-Release:       0.1
+Release:       0.2
 License:       GPL v3
 Group:         Applications
 Source0:       https://github.com/lizardfs/lizardfs/archive/v.%{version}.tar.gz
@@ -23,6 +25,9 @@ BuildRequires:        libfuse-devel
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.202
 BuildRequires: zlib-devel
+ExclusiveArch: %{ix86} %{x8664}
+
+# Requires:
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
@@ -82,9 +87,7 @@ CGI server
 %build
 install -d build
 cd build
-%cmake \
-       -DCMAKE_BUILD_TYPE=Release  \
-               ../
+%cmake         ../
 %{__make}
 
 %install
@@ -109,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 %pre
 # NOTE: Using same user/group as for MooseFS from mfs.spec
 %groupadd -g 282 mfs
-%useradd -u 282 -d /var/lib/%{name} -g mfs -c "XXX User" %{name}
+%useradd -u 282 -d /var/lib/%{name} -g mfs -c "MooseFS/LizardFS Daemon" %{name}
 
 %postun
 if [ "$1" = "0" ]; then
This page took 0.119433 seconds and 4 git commands to generate.