SHA256
1
0
forked from pool/libcsplit

Accepting request 859354 from home:gregfreemyer:Tools-for-forensic-boot-cd

- update to v0~20200703
        * no documented changes
- split off %license line from %doc
- include COPYING* on %license line
- remove BuildRequires:  pkg-config

OBS-URL: https://build.opensuse.org/request/show/859354
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libcsplit?expand=0&rev=8
This commit is contained in:
Greg Freemyer 2020-12-30 03:56:28 +00:00 committed by Git OBS Bridge
parent f361cd83a1
commit d51a4a9911
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