Accepting request 859355 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/859355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcsplit?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2020-12-30 16:13:42 +00:00 committed by Git OBS Bridge
commit 02359d42e7
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 29 22:35:01 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20200703
* no documented changes
- split off %license line from %doc
- include COPYING* on %license line
- remove BuildRequires: pkg-config
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 27 22:43:36 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com> Wed Mar 27 22:43:36 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@ -18,7 +18,7 @@
Name: libcsplit Name: libcsplit
%define lname libcsplit1 %define lname libcsplit1
%define timestamp 20190102 %define timestamp 20200703
Version: 0~%timestamp Version: 0~%timestamp
Release: 0 Release: 0
Summary: Library for cross-platform C split string functions Summary: Library for cross-platform C split string functions
@ -26,7 +26,7 @@ License: LGPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: https://github.com/libyal/libcsplit/wiki Url: https://github.com/libyal/libcsplit/wiki
Source: https://github.com/libyal/libcsplit/releases/download/%timestamp/%{name}-beta-%timestamp.tar.gz Source: https://github.com/libyal/libcsplit/releases/download/%timestamp/%{name}-beta-%timestamp.tar.gz
BuildRequires: pkg-config #BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20130904 BuildRequires: pkgconfig(libcerror) >= 20130904
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -82,11 +82,14 @@ rm -f "%{buildroot}/%{_libdir}"/*.la
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog %doc AUTHORS ChangeLog
%license COPYING*
%{_libdir}/libcsplit.so.1* %{_libdir}/libcsplit.so.1*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog
%license COPYING*
%{_includedir}/libcsplit* %{_includedir}/libcsplit*
%{_libdir}/libcsplit.so %{_libdir}/libcsplit.so
%{_libdir}/pkgconfig/libcsplit.pc %{_libdir}/pkgconfig/libcsplit.pc