diff options
-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 |