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:
commit
02359d42e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa6fbd24bfe4128e420343212aabf82eb2149aba0a80a2812f49cf751ba0948d
|
||||
size 500773
|
3
libcsplit-beta-20200703.tar.gz
Normal file
3
libcsplit-beta-20200703.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db9b473bdf954d81cff3725d70e067fd8a30dd77ae6ee55cf96bdd81e3ce67bf
|
||||
size 512309
|
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libcsplit
|
||||
%define lname libcsplit1
|
||||
%define timestamp 20190102
|
||||
%define timestamp 20200703
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library for cross-platform C split string functions
|
||||
@ -26,7 +26,7 @@ License: LGPL-3.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://github.com/libyal/libcsplit/wiki
|
||||
Source: https://github.com/libyal/libcsplit/releases/download/%timestamp/%{name}-beta-%timestamp.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
#BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcerror) >= 20130904
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -82,11 +82,14 @@ rm -f "%{buildroot}/%{_libdir}"/*.la
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING*
|
||||
%{_libdir}/libcsplit.so.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING*
|
||||
%{_includedir}/libcsplit*
|
||||
%{_libdir}/libcsplit.so
|
||||
%{_libdir}/pkgconfig/libcsplit.pc
|
||||
|
Loading…
Reference in New Issue
Block a user