- renaming libraw15 to libraw16 and amend spec file to avoid such
inconsistency [bsc#1021327] OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=89
This commit is contained in:
parent
d2d9caca63
commit
8616ef6eb1
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 14:58:42 UTC 2017 - pgajdos@suse.com
|
||||
|
||||
- renaming libraw15 to libraw16 and amend spec file to avoid such
|
||||
inconsistency [bsc#1021327]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 09:16:36 UTC 2017 - nico.kruber@gmail.com
|
||||
|
||||
|
@ -19,7 +19,8 @@
|
||||
%define tar_name LibRaw
|
||||
|
||||
Name: libraw
|
||||
%define lname libraw15
|
||||
%define lver 16
|
||||
%define lname libraw%{lver}
|
||||
Version: 0.18.0
|
||||
Release: 0
|
||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||
@ -136,8 +137,8 @@ rm -rf %buildroot%_datadir/doc
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libraw.so.*
|
||||
%_libdir/libraw_r.so.*
|
||||
%_libdir/libraw.so.%{lver}*
|
||||
%_libdir/libraw_r.so.%{lver}*
|
||||
|
||||
%files devel-static
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user