Accepting request 244710 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/244710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcpath?expand=0&rev=5
This commit is contained in:
Ludwig Nussel 2014-08-15 07:55:50 +00:00 committed by Git OBS Bridge
parent c565bf7220
commit a1dd3b00cc
4 changed files with 15 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8391f764dfb04623defc90603ce1730dfa937e5669a20cd19a982c05579bd56
size 931884

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a053e9f2aec1cf458dc603a1f80a63a0e93e3c916027b0ac9080839e19004bc
size 932002

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 14 13:16:43 UTC 2014 - Greg.Freemyer@gmail.com
- update to v0~20140105
* 2014 update
* updated dependencies
-------------------------------------------------------------------
Thu Nov 14 03:42:50 UTC 2013 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libcpath
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@ -18,7 +18,7 @@
Name: libcpath
%define lname libcpath1
%define timestamp 20130809
%define timestamp 20140105
Version: 0~%timestamp
Release: 0
Summary: Library for cross-platform C path functions
@ -27,28 +27,26 @@ Group: Development/Libraries/C and C++
Url: http://code.google.com/p/libcpath/
#Git-Clone: http://code.google.com/p/libcpath
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSOGFVQUwtOHlEWjQ/libcpath-alpha-20130809.tar.gz
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSOGFVQUwtOHlEWjQ/libcpath-alpha-20140105.tar.gz
Source: %name-alpha-%timestamp.tar.gz
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20120425
BuildRequires: pkgconfig(libclocale) >= 20120425
BuildRequires: pkgconfig(libcsplit) >= 20120701
BuildRequires: pkgconfig(libuna) >= 20130609
# fails to build with these from factory, so use internal version
# none!!!!
# not (yet) in factory
#BuildRequires: pkgconfig(libcstring)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A library for cross-platform C path functions.
A library for cross-platform C path functions. Part of the libyal family of libraries.
%package -n %lname
Summary: Library for cross-platform C path functions
Group: System/Libraries
%description -n %lname
A library for cross-platform C path functions.
A library for cross-platform C path functions. Part of the libyal family of libraries.
%package devel
Summary: Development files for libcpath, a cross-platform C path library