Accepting request 104003 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/104003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyajl?expand=0&rev=14
This commit is contained in:
commit
c1cd7ebf99
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 21:47:14 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections per specfile guideline suggestions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 17:21:42 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
23
libyajl.spec
23
libyajl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libyajl
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -15,12 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libyajl
|
||||
Version: 2.0.1
|
||||
Release: 3
|
||||
Release: 0
|
||||
#
|
||||
# NB, upstream does not provide pre-built tar.gz downloads. Instead
|
||||
# they make you use the 'on the fly' generated tar.gz from GITHub's
|
||||
@ -44,6 +41,8 @@ Release: 3
|
||||
|
||||
%define soname 2
|
||||
Summary: Yet Another JSON Library
|
||||
License: ISC
|
||||
Group: System/Libraries
|
||||
# http://download.github.com/lloyd-yajl-%{version}-0-g%{githash}.tar.gz
|
||||
Source: lloyd-yajl-%{version}-0-g%{githash}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
@ -53,13 +52,14 @@ Patch1: libyajl-optflags.patch
|
||||
Patch2: libyajl-lib_suffix.patch
|
||||
Source99: %{name}-rpmlintrc
|
||||
Url: http://lloyd.github.com/yajl/
|
||||
Group: System/Libraries
|
||||
License: ISC
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: bison flex
|
||||
BuildRequires: bison
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++ libstdc++-devel
|
||||
BuildRequires: glibc-devel make
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a
|
||||
@ -152,9 +152,6 @@ cd test
|
||||
|
||||
%postun -n %{name}%{soname} -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files -n %{name}%{soname}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README TODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user