aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
AgeCommit message (Collapse)AuthorFilesLines
2004-07-20Make building rpms possible again. Feedback for improvements welcome.Jörg Mayer1-2/+3
svn path=/trunk/; revision=11446
2004-07-18 .cvsignore is deadJörg Mayer2-13/+0
it has been replaced by svn proplist -v <dir/file> and svn propedit <dir/file> svn path=/trunk/; revision=11422
2004-07-18Beginnings to make rpm building possible again.Jörg Mayer1-36/+17
Not yet finished: - make dist breaks after moving of dissectors - the real packaging process may not be working yet svn path=/trunk/; revision=11421
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer2-0/+4
Add tags and TAGS to all .cvsignore files svn path=/trunk/; revision=11419
2004-03-01Include shared libs if they existJörg Mayer1-0/+5
svn path=/trunk/; revision=10272
2002-08-20Forgot the RPMS directory in the .cvsignore.Jörg Mayer1-0/+1
svn path=/trunk/; revision=6030
2002-08-20Small cleanups to the rpm building process:Jörg Mayer1-0/+3
- Don't fail if the intermediate directories BUILD, SOURCE, SRPMS already exist. - Add these directories to .cvsignore. svn path=/trunk/; revision=6029
2002-08-20Add the FAQ to the packages.Jörg Mayer1-1/+1
svn path=/trunk/; revision=6028
2002-01-21"ethereal.spec" is now in the "packaging/rpm/SPECS" directory, so removeGuy Harris1-1/+0
it from the .cvsignore file in the "packaging/rpm" directory. svn path=/trunk/; revision=4585
2002-01-21Add a .cvsignore file.Guy Harris1-0/+3
svn path=/trunk/; revision=4584
2002-01-20Revamp the RPM building process. For versions of rpm that supportGerald Combs3-1/+4
"--define", we now build the RPM and SRPM packages in packages/rpm. As a result, one need not be root to build RPM-based packages. Move the specfile to packaging/rpm/SPECS. Update the INSTALL document to include the various packaging makefile targets. svn path=/trunk/; revision=4581
2001-12-12Add the Diameter dictionary stuff to the list of installed files.Guy Harris1-0/+10
Also mark those files as configuration files; "dictionary.xml" should definitely be one, as it could be modified by the administrator if other XML dictionary files are added to the list at the end, and the other ones might be modified if there are any protocol changes. svn path=/trunk/; revision=4389
2001-06-18From Craig Rodrigues: changes to handle current versions of RPM, whichGuy Harris1-3/+3
compress man pages. svn path=/trunk/; revision=3567
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=2696
2000-07-30Update and add ".cvsignore" files to reduce the level of noise from CVS.Guy Harris1-0/+3
svn path=/trunk/; revision=2179
2000-07-26Remove some "Makefile.in"s that I accidentally committed last night.Gerald Combs1-224/+0
svn path=/trunk/; revision=2166
2000-07-26Switch Solaris package build naming to a more generic SVR4. Add RPM and SRPMGerald Combs3-0/+298
package build targets. Move ethereal.spec(.in) to packaging/rpm. The spec file is different from Henri's. We might want to switch to his for the sake of consistency. svn path=/trunk/; revision=2162