rpms/dvd+rw-tools/devel dvd+rw-tools.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 13 14:25:22 UTC 2006


Author: harald

Update of /cvs/dist/rpms/dvd+rw-tools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14394

Modified Files:
	dvd+rw-tools.spec 
Log Message:
- use _SC_PHYS_PAGES instead of _SC_AVPHYS_PAGES to determine available memory
- define RLIMIT_MEMLOCK, which should resolve the memlock problem



Index: dvd+rw-tools.spec
===================================================================
RCS file: /cvs/dist/rpms/dvd+rw-tools/devel/dvd+rw-tools.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- dvd+rw-tools.spec	26 Oct 2006 10:28:14 -0000	1.23
+++ dvd+rw-tools.spec	13 Dec 2006 14:25:19 -0000	1.24
@@ -1,12 +1,12 @@
 Summary:	Toolchain to master DVD+RW/+R media
 Name:		dvd+rw-tools
 Version:	7.0
-Release: 	1%{dist}.1
+Release: 	0%{dist}.3
 License:	GPL
 Group:		Applications/Multimedia
 Source:		http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz
 Source1: 	index.html
-Patch: 		dvd+rw-tools-5.17.4.8.6.manpatch
+Patch: 		dvd+rw-tools-7.0-phys.patch
 URL:		http://fy.chalmers.se/~appro/linux/DVD+RW/
 Requires:	mkisofs >= 2.0
 BuildRoot:	%{_tmppath}/%{name}-root
@@ -18,29 +18,22 @@
 
 %prep
 %setup -q  -n %{name}-%{version}
-#%patch -p1 -b .manpatch
+%patch -p1 -b .phys
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 
-make WARN="-DDEFAULT_BUF_SIZE_MB=16"
+make WARN="-DDEFAULT_BUF_SIZE_MB=16 -DRLIMIT_MEMLOCK"
 cp %SOURCE1 index.html
 
 %install
 rm -rf %{buildroot}
 %makeinstall
 
-# mkdir -p %{buildroot}%{_prefix}/bin
 mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}-%{release}
-# mkdir -p %{buildroot}%{_mandir}/man1
-
-# cd %{_builddir}/%{name}-%{version}
-# cp -a	growisofs dvd+rw-format dvd+rw-booktype	\
-# 	%{buildroot}%{_prefix}/bin
 cp -a	index.html 				\
 	%{buildroot}%{_docdir}/%{name}-%{version}-%{release}
-# cp -a growisofs.1* %{buildroot}%{_mandir}/man1
 
 %clean
 rm -rf %{buildroot}
@@ -52,6 +45,13 @@
 %{_mandir}/man1/growisofs.1*
 
 %changelog
+* Wed Dec 13 2006 Harald Hoyer <harald at redhat.com> - 7.0-0%{dist}.3
+- use _SC_PHYS_PAGES instead of _SC_AVPHYS_PAGES to determine available memory
+- Resolves: rhbz#216794
+
+* Fri Nov 03 2006 Harald Hoyer <harald at redhat.com> - 7.0-0%{dist}.2
+- define RLIMIT_MEMLOCK, which should resolve the memlock problems
+
 * Thu Oct 26 2006 Harald Hoyer <harald at redhat.com> - 7.0-0%{dist}.1
 - new version 7.0
 




More information about the fedora-cvs-commits mailing list