source: projects/specs/trunk/e/exempi/exempi-vl.spec @ 11615

Revision 11615, 3.8 KB checked in by tomop, 6 years ago (diff)

exempi-2.4.5-1

Line 
1Summary:        Library for easy parsing of XMP metadata
2Summary(ja):    XMP メタデータを簡単にパースするライブラリ
3Name:           exempi
4Version:        2.4.5
5Release:        1%{?_dist_release}
6License:        BSD
7Group:          System Environment/Libraries
8URL:            http://libopenraw.freedesktop.org/wiki/Exempi
9Source0:        http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11BuildRequires:  expat-devel zlib-devel pkgconfig
12BuildRequires:  libboost-devel
13BuildRequires:  libboost-test
14
15Vendor: Project Vine
16Distribution: Vine Linux
17
18%description
19Exempi provides a library for easy parsing of XMP metadata. It is a port of
20Adobe XMP SDK to work on UNIX and to be build with GNU automake.
21It includes XMPCore and XMPFiles.
22
23%package devel
24Summary:        Headers for developing programs that will use %{name}
25Group:          Development/Libraries
26Requires:       %{name} = %{version}-%{release}
27Requires:       pkgconfig
28
29%description devel
30This package contains the libraries and header files needed for
31developing with exempi
32
33%prep
34%setup -q
35
36%build
37%configure LDFLAGS="-L%{_libdir}" CPPFLAGS="-I%{_includedir}"
38# Disable rpath
39sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
40sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
41
42make %{?_smp_mflags}
43
44%check
45make check
46
47%install
48rm -rf %{buildroot}
49make DESTDIR=%{buildroot} install
50
51rm -rf %{buildroot}%{_libdir}/*.la
52rm -rf %{buildroot}%{_libdir}/*.a
53
54%clean
55rm -rf %{buildroot}
56
57%post -p /sbin/ldconfig
58
59%postun -p /sbin/ldconfig
60
61%files
62%defattr(-, root, root, -)
63%doc AUTHORS ChangeLog COPYING README
64%{_bindir}/exempi
65%{_libdir}/*.so.*
66%{_mandir}/man1/exempi.1*
67
68%files devel
69%defattr(-, root, root, -)
70%{_includedir}/exempi-2.0/
71%{_libdir}/*.so
72%{_libdir}/pkgconfig/*.pc
73
74%changelog
75* Fri Apr 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.5-1
76- updated to 2.4.5.
77
78* Fri Jul  1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.0-1
79- updated to 2.3.0.
80
81* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
82- update to 2.2.2
83
84* Fri Jan  3 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.2.1-1
85- update to 2.2.1
86- add exempi(1) manpage
87
88* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
89- new upstream release
90
91* Mon Jun 13 2011 IWAI, Masaharu <iwai@alib.jp> 2.1.1-1
92- initial build for Vine Linux
93
94* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-2
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
96
97* Mon May  3 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.1.1-1
98- Update to 2.1.1
99- Add testsuite execution
100- Removed build patch for gcc-4.4 (fixed in upstream)
101
102* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-4
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
104
105* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-3
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
107
108* Wed Feb 04 2009 Deji Akingunola <dakingun@gmail.com> - 2.1.0-2
109- Add patch to build with gcc-4.4
110
111* Tue Jan 06 2009 Deji Akingunola <dakingun@gmail.com> - 2.1.0-1
112- Update to 2.1.0
113   
114* Sat May 17 2008 Deji Akingunola <dakingun@gmail.com> - 2.0.1-1
115- Update to 2.0.1
116
117* Wed Apr 02 2008 Deji Akingunola <dakingun@gmail.com> - 2.0.0-1
118- Update to 2.0.0
119
120* Fri Feb 08 2008 Deji Akingunola <dakingun@gmail.com> - 1.99.9-1
121- Update to 1.99.9
122
123* Sun Jan 13 2008 Deji Akingunola <dakingun@gmail.com> - 1.99.7-1
124- Update to 1.99.7
125
126* Mon Dec 03 2007 Deji Akingunola <dakingun@gmail.com> - 1.99.5-1
127- Update to 1.99.5
128
129* Wed Sep 05 2007 Deji Akingunola <dakingun@gmail.com> - 1.99.4-2
130- Rebuild for expat 2.0
131
132* Wed Aug 22 2007 Deji Akingunola <dakingun@gmail.com> - 1.99.4-1
133- Update tp 1.99.4
134
135* Tue Jul 10 2007 Deji Akingunola <dakingun@gmail.com> - 1.99.3-1
136- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.