summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-12-07 13:53:29 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-12-07 13:53:29 -0800
commitba1db0b1d432c0367ba8760e9eaf0cd017d99ca5 (patch)
treee211178d173ec8179a9b50951fc2031876515251
parentbb3f5b9f4d0bf725dc64935ff9e84e1c46c1ef91 (diff)
downloadpopt-ba1db0b1d432c0367ba8760e9eaf0cd017d99ca5.tar.gz
popt-ba1db0b1d432c0367ba8760e9eaf0cd017d99ca5.tar.bz2
popt-ba1db0b1d432c0367ba8760e9eaf0cd017d99ca5.zip
clean up spec
-rw-r--r--packaging/popt.spec22
1 files changed, 1 insertions, 21 deletions
diff --git a/packaging/popt.spec b/packaging/popt.spec
index 00add23..3371737 100644
--- a/packaging/popt.spec
+++ b/packaging/popt.spec
@@ -1,33 +1,13 @@
-#
-# spec file for package popt
-#
-# Copyright (c) 2012 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: popt
Version: 1.16
Release: 0
License: SUSE-XFree86-1.0
-#!BuildIgnore: rpmlint-Factory
Summary: A C library for parsing command line parameters
Url: http://www.rpm5.org/
Group: System Environment/Libraries
Source: popt-%{version}.tar.bz2
Source2: baselibs.conf
BuildRequires: pkgconfig
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Popt is a C library for parsing command line parameters. Popt was
@@ -85,7 +65,7 @@ mv %{buildroot}%{_prefix}/lib/pkgconfig/%{name}.pc %{buildroot}/%{_libdir}/pkgco
%files -n libpopt -f %{name}.lang
%defattr(-,root,root)
-%doc CHANGES COPYING
+%doc COPYING
%{_libdir}/libpopt.so.*
%files devel