aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
AgeCommit message (Collapse)AuthorFilesLines
2013-02-28Make it so that alternate-prefix RPM builds actually work.Jeff Morriss1-5/+5
Use the prefix from 'configure' in the RPM (so: to build an RPM which installs in /opt do "./configure --prefix=/opt && make rpm-package"). (Maybe this approach should also be used for the other options in the .spec file.) Only clean up if building the RPM was successful. svn path=/trunk/; revision=47957
2013-02-27Add a %prefix option for users who want to (easily) configure Wireshark toJeff Morriss1-12/+19
install in a non-standard location. Assume the desktop-integration stuff goes in /usr (regardless of our prefix). This (with r47914) fixes RPM generation when someone uses a prefix other than /usr . Also: run desktop-file-validate on the wireshark.desktop file (just in case it wasn't installed with desktop-file-install). svn path=/trunk/; revision=47916
2013-02-07Perl is required to build Wireshark, add it to BuildRequires.Jeff Morriss1-3/+3
svn path=/trunk/; revision=47531
2013-02-07Overhaul to make this file more useful/up to date. Many changes are based onJeff Morriss1-22/+214
Fedora's .spec file. Changes include: - Create a separate wireshark-gnome package (like Redhat). - Control some things with variables set at the top of the file. - Allow the user to configure how dumpcap is installed. - Allow the user to choose some options including GTK2 or GTK3. - Greatly expand the BuildRequires entries; get the minimum versions of some things from 'configure'. - Install freedesktop files for better (free)desktop integration. svn path=/trunk/; revision=47528
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris1-0/+2
Add $Id$ to those of said files that didn't have it, and fix one $Id to be $Id$. svn path=/trunk/; revision=41594
2010-11-21Add $Id$; Fix some properties.Bill Meier3-0/+5
svn path=/trunk/; revision=34996
2010-01-10Change "Source" to use http://wireshark.org/download/automated/src/...Bill Meier1-1/+1
i svn path=/trunk/; revision=31483
2010-01-10Fix 'make rpm-package' so it works again ...Bill Meier1-1/+1
Specifically: configure.in was changed in SVN 31068 to "Switch to .tar.bz2 for the "dist" target since that's what most people download". So: This patch has the required additional changes. svn path=/trunk/; revision=31481
2009-02-03Get rid of FAQ file completely: It's still available as help/faq.txtJörg Mayer1-1/+1
svn path=/trunk/; revision=27359
2008-04-15configure seems to install the manpages into .../share/man/, not .../man/Jörg Mayer1-1/+1
svn path=/trunk/; revision=25033
2006-08-10As reported by Chris Maynard:Jörg Mayer1-6/+5
wireshark was located in /usr/X11R6/bin while dumpcap int /usr/bin. That way wireshark couldn't find dumpcap. Install wireshark in the same path as dumpcap and tshark. svn path=/trunk/; revision=18874
2006-06-06Ethereal -> WiresharkGerald Combs1-1/+1
svn path=/trunk/; revision=18370
2006-06-05Icon cleanup.Gerald Combs1-5/+5
svn path=/trunk/; revision=18350
2006-06-01Fix dist/distcheck.Gerald Combs1-1/+1
svn path=/trunk/; revision=18302
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-4/+4
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18206
2005-08-01Update RPM builds.Gerald Combs1-4/+18
svn path=/trunk/; revision=15165
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer2-0/+7
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-06-03From Mike Duigou:Anders Broman1-1/+1
Fixes a problem with the RPM spec which prevents it from working with current versions of rpmbuild. svn path=/trunk/; revision=14539
2004-12-12Build with ssl and kerberosJörg Mayer1-3/+6
svn path=/trunk/; revision=12726
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