Accepting request 246905 from filesystems
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/246905 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libodraw?expand=0&rev=5
This commit is contained in:
parent
b1054a802b
commit
325c67d551
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 22:35:10 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
- add missing BuildRequires to allow use of external packages
|
||||
#BuildRequires: pkgconfig(libcthreads)
|
||||
- add %doc to all sub-packages
|
||||
- add Requires to tools sub-package to ensure library is the same version
|
||||
- fix %if logic to allow opensuse 12.3 builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 14 08:50:38 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -33,17 +33,22 @@ Source2: CUE_sheet_format.pdf
|
||||
BuildRequires: pkg-config
|
||||
#use factory packages if available
|
||||
%if 0%{?suse_version} > 1230
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: pkgconfig(libcthreads)
|
||||
%endif
|
||||
#use internal package, factory version causes build failure
|
||||
# verified 8/22/2014
|
||||
#BuildRequires: pkgconfig(libclocale) >= 20140105
|
||||
#BuildRequires: pkgconfig(libhmac)
|
||||
# packages not (yet) released by upstream
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
@ -79,6 +84,7 @@ applications that want to make use of libodraw.
|
||||
Summary: Utilities for reading BIN/ISO/CUE image files through libodraw
|
||||
License: LGPL-3.0+
|
||||
Group: Productivity/File utilities
|
||||
Requires: %lname = %version
|
||||
|
||||
%description tools
|
||||
This subpackage contains the utility programs from libodraw, which
|
||||
@ -106,6 +112,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc CUE_*.pdf
|
||||
%_includedir/libodraw*
|
||||
%_libdir/libodraw.so
|
||||
@ -114,6 +121,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%_bindir/odrawverify
|
||||
%_bindir/odrawinfo
|
||||
%_mandir/man1/odrawinfo.1*
|
||||
|
Loading…
Reference in New Issue
Block a user