File: README

package info (click to toggle)
searchmonkey 0.8.3-1.2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,476 kB
  • sloc: ansic: 6,722; sh: 1,486; makefile: 71
file content (21 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Instructions for building a source/binary RPM (on FC5).

Update the spec file to match the current version and release.
Copy the appropriate spec file to /usr/src/$(DISTRO)/SPECS
In the source code folder run:
 $ ./configure
 $ make
 $ make dist-gzip

Copy the newly created gzip file to /usr/src/redhat/SOURCE

To create a source/binary RPM run (as root):

 # rpmbuild -ba /usr/src/redhat/SPECS/searchmonkey-$(VERSION)-1.spec

Fingers crossed, the RPMS/i386 and SRPMS folder should now contain distributable RPM files!

Enjoy!
Adam

p.s. Note that searchmonkey.desktop is an application launcher. Copy it to /usr/share/applications for GNOME systems.