diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-05-20 17:24:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-05-20 17:24:39 -0700 |
commit | 1bf2b4787766da146c6b32dffccca2a3b6b35273 (patch) | |
tree | 17467fab63dd1f1b77388c38e6d04a993b3e50ec /txr.spec | |
parent | a7517ded29c1c3bf8a50b2ce690bcfac575db350 (diff) | |
download | txr-1bf2b4787766da146c6b32dffccca2a3b6b35273.tar.gz txr-1bf2b4787766da146c6b32dffccca2a3b6b35273.tar.bz2 txr-1bf2b4787766da146c6b32dffccca2a3b6b35273.zip |
Removing RPM spec file.
Materials specific to distribution building and packaging
systems should be maintained by distributions; they
don't belong in the projects themselves.
* txr.spec: File removed.
Diffstat (limited to 'txr.spec')
-rw-r--r-- | txr.spec | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/txr.spec b/txr.spec deleted file mode 100644 index c1f9eb2a..00000000 --- a/txr.spec +++ /dev/null @@ -1,38 +0,0 @@ -# -# spec file for TXR -# - -Name: txr -Version: 90 -Release: 0 -Source: txr-%{version}.tar.gz -URL: http://www.nongnu.org/txr -Summary: Text Extraction and Data Munging Language -License: BSD -Provides: txr -BuildRequires: flex bison -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -TXR is a pattern language for extracting and reporting text, with -a powerful Lisp dialect for advanced data munging. - -%prep -%setup -n txr-%{version} - -%build -./configure --prefix=/usr --yacc="bison -y" -make %{?jobs:-j%jobs} - -%install -make install DESTDIR=$RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -/usr/bin -/usr/share - -%clean -rm -rf $RPM_BUILD_ROOT - -%changelog |