diff options
| author | rsc <devnull@localhost> | 2003-09-30 19:05:50 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-09-30 19:05:50 +0000 |
| commit | 522b0689c340d26feeac360640bf7e2e0582353c (patch) | |
| tree | ba3a550c28684be3b3997899528a110c4e9cd91a /src/libregexp/rpm.spec | |
| parent | 2df2758496b2ab508d349208449f04d85ae2eb2c (diff) | |
| download | plan9port-522b0689c340d26feeac360640bf7e2e0582353c.tar.gz plan9port-522b0689c340d26feeac360640bf7e2e0582353c.zip | |
Reorg
Diffstat (limited to 'src/libregexp/rpm.spec')
| -rw-r--r-- | src/libregexp/rpm.spec | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/libregexp/rpm.spec b/src/libregexp/rpm.spec deleted file mode 100644 index f4c92d66..00000000 --- a/src/libregexp/rpm.spec +++ /dev/null @@ -1,34 +0,0 @@ -Summary: Simple regular expression library from Plan 9 -Name: libregexp9 -Version: 2.0 -Release: 1 -Group: Development/C -Copyright: Public Domain -Packager: Russ Cox <rsc@post.harvard.edu> -Source: http://pdos.lcs.mit.edu/~rsc/software/libregexp9-2.0.tgz -URL: http://pdos.lcs.mit.edu/~rsc/software/#libregexp9 -Requires: libfmt libutf - -%description -Libregexp9 is a port of Plan 9's regexp library. -It is small and simple and provides the traditional -extended regular expressions (as opposed to the -current extended regular expressions, which add {} -and various \x character classes, among other -complications). - -http://plan9.bell-labs.com/magic/man2html/2/regexp -%prep -%setup - -%build -make - -%install -make install - -%files -/usr/local/include/regexp9.h -/usr/local/lib/libregexp9.a -/usr/local/man/man3/regexp9.3 -/usr/local/man/man7/regexp9.7 |
