forked from pool/libsmraw
Accepting request 245983 from filesystems
1 OBS-URL: https://build.opensuse.org/request/show/245983 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsmraw?expand=0&rev=5
This commit is contained in:
parent
85e2006bf5
commit
af8d837b4d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 22 22:51:52 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update BuildRequires to use as many external packages as possible
|
||||||
|
- add Provides: pysmraw to python sub-project to match upstream requires
|
||||||
|
- add %doc to all sub-projects
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 14 00:53:26 UTC 2014 - Greg.Freemyer@gmail.com
|
Thu Aug 14 00:53:26 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -35,22 +35,24 @@ BuildRequires: pkgconfig(fuse) >= 2.6
|
|||||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||||
#use the factory versions of these if building for factory
|
#use the factory versions of these if building for factory
|
||||||
%if 0%{?suse_version} > 1230
|
%if 0%{?suse_version} > 1230
|
||||||
|
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
|
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||||
|
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||||
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} > 1310
|
||||||
|
BuildRequires: pkgconfig(libcthreads) >= 20120701
|
||||||
%endif
|
%endif
|
||||||
# The following packages cause build failures if the internal version is not used
|
# The following packages cause build failures if the internal version is not used
|
||||||
#verified August 13 2014
|
#verified August 13 2014
|
||||||
#BuildRequires: pkgconfig(libhmac) >= 20120425
|
|
||||||
#verified April 2013
|
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
#BuildRequires: pkgconfig(libhmac) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libcdata) >= 20120425
|
|
||||||
#BuildRequires: pkgconfig(libcpath) >= 20120701
|
|
||||||
#BuildRequires: pkgconfig(libcfile) >= 20120526
|
|
||||||
#BuildRequires: pkgconfig(libclocale) >= 20120425
|
|
||||||
#BuildRequires: pkgconfig(libuna) >= 20120425
|
|
||||||
#verified 8/2/2013
|
|
||||||
# These libs are not released by upstream as packages
|
# These libs are not released by upstream as packages
|
||||||
|
#verified April 2013
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120426
|
#BuildRequires: pkgconfig(libcstring) >= 20120426
|
||||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||||
#BuildRequires: pkgconfig(libfcache) >= 20120425
|
#BuildRequires: pkgconfig(libfcache) >= 20120425
|
||||||
@ -92,7 +94,9 @@ acquire, export, query and verify storage media (split) RAW files.
|
|||||||
%package -n python-%name
|
%package -n python-%name
|
||||||
Summary: Python bindings for libsmraw
|
Summary: Python bindings for libsmraw
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
Requires: %lname = %version
|
||||||
Requires: python
|
Requires: python
|
||||||
|
Provides: pysmraw
|
||||||
|
|
||||||
%description -n python-%name
|
%description -n python-%name
|
||||||
Python bindings for libsmraw, which provides functionality to work
|
Python bindings for libsmraw, which provides functionality to work
|
||||||
@ -119,6 +123,7 @@ find "%buildroot" -name "*.la" -delete
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS COPYING ChangeLog
|
||||||
%_includedir/libsmraw*
|
%_includedir/libsmraw*
|
||||||
%_libdir/libsmraw.so
|
%_libdir/libsmraw.so
|
||||||
%_libdir/pkgconfig/libsmraw.pc
|
%_libdir/pkgconfig/libsmraw.pc
|
||||||
@ -126,12 +131,14 @@ find "%buildroot" -name "*.la" -delete
|
|||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS COPYING ChangeLog
|
||||||
%_bindir/smrawverify
|
%_bindir/smrawverify
|
||||||
%_bindir/smrawmount
|
%_bindir/smrawmount
|
||||||
%_mandir/man1/smrawmount.1*
|
%_mandir/man1/smrawmount.1*
|
||||||
|
|
||||||
%files -n python-%name
|
%files -n python-%name
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS COPYING ChangeLog
|
||||||
%python_sitearch/pysmraw.so
|
%python_sitearch/pysmraw.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user