see this very helpful description of RPM, %config, and (noreplace) by Jon Warbrick all about when files are stored with extension .rpmnew or .rpmsave, and when the current file is actually replaced with the new file
Free Visual C++ Toolkit
http://msdn.microsoft.com/visualc/vctoolkit2003/ copy nmake.exe from .net SDK into bin directory use the shortcut to start a cmd box with the environment variables set Blog about ithttp://blogs.msdn.com/brianjo/archive/2004/04/17/115335.aspx Manual from Microsoft about nmake.exe review from a linux point of view:llg.cubic.org If you have
Some CSV functions for VBA
feel free to use! Function getCountCSV(ByVal list As String) As String Dim number As Integer number = 0 While Len(list) 0 Call getNextCSV(list) number = number + 1 Wend getCountCSV = numberEnd FunctionFunction getNextCSV(list As String) As String Dim commaPosition
BsDiff for Windows and .net
This program is based on the excellent unix tool bsdiff from Colin Percival. I made some adjustments, so that it would compile in C++ mode in Dev-C++ IDE (mingw compiler), using the libbzip2 package. This version is based on bsdiff
SQL2Diagram
SQL2Diagram: A sourceforge project that I am involved in; we use that program at work to keep track of our database structure, consisting of 250+ tables in several modules. It basically parses the SQL Create Table statements and generates both
Installing Java Stored Procedures on PostgreSQL 8.0 (Win)
February 2005 look at the page PL Java Website.change the file C:\Program Files\PostgreSQL\8.0\data\postgresql.conf: dynamic_library_path = ‘$libdir;C:/Program Files/PostgreSQL/8.0/pljava’custom_variable_classes = ‘pljava’pljava.classpath = ‘C:/Program Files/PostgreSQL/8.0/pljava/pljava.jar’ Set the classpath: set CLASSPATH=%CLASSPATH%;deploy.jar;..\jdbc\postgresql-8.0.309.jdbc2.jar;pljava.jar change into directory “Program Files\PostgreSQL\8.0\pljava” and execute java org.postgresql.pljava.deploy.Deployer -install -database mydatabase -user
Use patched files in RPMs
see Packaging software with RPM diff -uNr the_package/the_file \ the_package/the_file.new > the_file.patchcopy the patch file to /usr/src/redhat/SOURCES The spec file has those lines: After Sources:Patch0: the_file.patch After %setup, before %build %patch -p1 To get your new version from the original
Package a Perl module
First check if somebody did already the job, e.g. on artfiles.org RPMS (SRPMS) or just for RPMS: RPMPan or this search site: Linux Software Directory . You need to install perl-Archive-Tar-1.08-2.noarch.rpm and perl-RPM-Specfile-1.17-1.noarch.rpm.A description of the module perl-RPM-Specfile can be
The file list conversion from OpenPKG
rpmtool:One idea could be, to download the file from the OpenPKG CVS and save it to /usr/bin/rpmtool; you need to change the first line of that file to #!/bin/bashAlso add at the top of the spec file: %define l_rpmtool /usr/bin/rpmtool
Converting OpenPKG spec file to Fedora
have a look at Building Packages with OpenPKGSee /usr/local/kolabopenpkg/etc/openpkg/rpmmacros to know what the macros (e.g. %l_musr) mean. To get the spec file, install the OpenPKG source package: /kolab/bin/openpkg rpm -i kolab-webadmin-0.4.0-20050318.src.rpm Copy the /kolab/RPM/SRC/kolab-webadmin/kolab-webadmin.spec to /usr/src/redhat/SPECS;Copy the other files (e.g.