This commit is contained in:
commit
1c6b954fba
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
exempi-1.99.7.tar.bz2
Normal file
3
exempi-1.99.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d36c589e7d7964ef08a58cbf7c8d371b99fd2f5e2d639fe3ef788bab0cdc19e
|
||||||
|
size 2891667
|
5
exempi.changes
Normal file
5
exempi.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 18 19:20:07 CET 2008 - jpr@suse.de
|
||||||
|
|
||||||
|
- Initial checkin
|
||||||
|
|
110
exempi.spec
Normal file
110
exempi.spec
Normal file
@ -0,0 +1,110 @@
|
|||||||
|
#
|
||||||
|
# spec file for package exempi (Version 1.99.7)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: exempi
|
||||||
|
Url: http://libopenraw.freedesktop.org/
|
||||||
|
#
|
||||||
|
# spec file for package exempi
|
||||||
|
#
|
||||||
|
# Copyright (c) 2007 Novell Inc.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
BuildRequires: boost-devel >= 1.33.0 gcc-c++ libexpat-devel
|
||||||
|
Version: 1.99.7
|
||||||
|
Release: 1
|
||||||
|
Summary: XMP support library
|
||||||
|
License: BSD 3-Clause
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
||||||
|
AutoReqProv: on
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
XMP parsing and IO library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Hubert Figuiere <hub@figuiere.net>
|
||||||
|
Adobe Systems Incorporated (XMP SDK)
|
||||||
|
Ian Jacobi
|
||||||
|
Jason Kivlighn
|
||||||
|
|
||||||
|
%package -n libexempi3
|
||||||
|
Summary: XMP support library
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
|
%description -n libexempi3
|
||||||
|
XMP parsing and IO library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Hubert Figuiere <hub@figuiere.net>
|
||||||
|
Adobe Systems Incorporated (XMP SDK)
|
||||||
|
Ian Jacobi
|
||||||
|
Jason Kivlighn
|
||||||
|
|
||||||
|
%package -n libexempi-devel
|
||||||
|
Summary: XMP support library
|
||||||
|
Requires: libexempi3 = %{version} libexpat-devel
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
|
%description -n libexempi-devel
|
||||||
|
XMP parsing and IO library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Hubert Figuiere <hub@figuiere.net>
|
||||||
|
Adobe Systems Incorporated (XMP SDK)
|
||||||
|
Ian Jacobi
|
||||||
|
Jason Kivlighn
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
%configure
|
||||||
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%post -n libexempi3 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libexempi3 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files -n libexempi3
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README COPYING ChangeLog
|
||||||
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
|
%files -n libexempi-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README COPYING ChangeLog
|
||||||
|
%{_libdir}/lib*.so
|
||||||
|
%{_libdir}/lib*.*a
|
||||||
|
%{_includedir}/exempi-2.0
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Jan 18 2008 jpr@suse.de
|
||||||
|
- Initial checkin
|
Loading…
Reference in New Issue
Block a user