SPECS: cromfs.spec - don't build cromfs-driver-static - License is...
qboosh
qboosh at pld-linux.org
Sat Aug 25 15:17:30 CEST 2007
Author: qboosh Date: Sat Aug 25 13:17:30 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't build cromfs-driver-static
- License is GPL v3 now
---- Files affected:
SPECS:
cromfs.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/cromfs.spec
diff -u SPECS/cromfs.spec:1.9 SPECS/cromfs.spec:1.10
--- SPECS/cromfs.spec:1.9 Sun Aug 19 15:00:35 2007
+++ SPECS/cromfs.spec Sat Aug 25 15:17:25 2007
@@ -4,14 +4,14 @@
Name: cromfs
Version: 1.5.2
Release: 0.1
-License: GPL
+License: GPL v3
Group: Applications
Source0: http://bisqwit.iki.fi/src/arch/%{name}-%{version}.tar.bz2
# Source0-md5: 7cc141088aa34e5c41cb4631fae5c0a4
URL: http://bisqwit.iki.fi/source/cromfs.html
-BuildRequires: libfuse-devel
-BuildRequires: libfuse-static
+BuildRequires: libfuse-devel >= 0:2.5.2
BuildRequires: libstdc++-devel
+Requires: libfuse >= 0:2.5.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -50,9 +50,11 @@
%{__make} \
CXX="%{__cxx}" \
CFLAGS="%{rpmcflags}" \
- CXXFLAGS="%{rpmcflags}"
+ CXXFLAGS="%{rpmcflags}" \
+ PROGS="cromfs-driver util/mkcromfs util/unmkcromfs util/cvcromfs"
-%{__make} test
+%{__make} test \
+ PROGS="cromfs-driver util/mkcromfs util/unmkcromfs util/cvcromfs"
%install
rm -rf $RPM_BUILD_ROOT
@@ -77,6 +79,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2007/08/25 13:17:25 qboosh
+- don't build cromfs-driver-static
+- License is GPL v3 now
+
Revision 1.9 2007/08/19 13:00:35 areq
- 1.5.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cromfs.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list