Cristian Rodríguez 2012-08-20 16:42:24 +00:00 committed by Git OBS Bridge
parent 29ffa74f64
commit 8cceb6eddd

View File

@ -1,10 +1,28 @@
#
# spec file for package libbsd
#
# 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: libbsd
Version: 0.4.2
Release: 0
License: BSD-3-Clause
Summary: Provides useful functions commonly found on BSD systems
Url: http://libbsd.freedesktop.org/
License: BSD-3-Clause
Group: System Environment/Libraries
Url: http://libbsd.freedesktop.org/
Source: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,7 +60,6 @@ make %{?_smp_mflags}
rm -rf %{buildroot}%{_libdir}/libbsd.la
%post -n libbsd0 -p /sbin/ldconfig
%postun -n libbsd0 -p /sbin/ldconfig