summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-06 11:51:53 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-06 11:51:53 -0800
commit6131942a1bac2222b922e8563e77217fe20fe63d (patch)
tree0bcdd0d40b94308d4dc180fc5127204df80c851d
parenta14c7c1c9151c91d1377e78b6f6a586df30ce73e (diff)
downloadre2c-6131942a1bac2222b922e8563e77217fe20fe63d.tar.gz
re2c-6131942a1bac2222b922e8563e77217fe20fe63d.tar.bz2
re2c-6131942a1bac2222b922e8563e77217fe20fe63d.zip
-rw-r--r--packaging/re2c.spec23
1 files changed, 0 insertions, 23 deletions
diff --git a/packaging/re2c.spec b/packaging/re2c.spec
index d31a0286..89106e47 100644
--- a/packaging/re2c.spec
+++ b/packaging/re2c.spec
@@ -1,22 +1,3 @@
-#
-# spec file for package re2c
-#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-
-
Name: re2c
Version: 0.13.5
Release: 37
@@ -26,7 +7,6 @@ Url: http://re2c.org/
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
re2c is a tool for writing fast and flexible lexers. Unlike other such
@@ -60,8 +40,5 @@ make test
%defattr(-,root,root,-)
%{_bindir}/re2c
%{_mandir}/man1/re2c.1*
-%doc doc/*.ps doc/sample.bib
-%doc README CHANGELOG
-%doc lessons/ examples/
%changelog