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

Revision 10482, 3.7 KB checked in by tomop, 8 years ago (diff)

exempi-2.3.0-1

Line 
1Summary:        Library for easy parsing of XMP metadata
2Summary(ja):    XMP メタデータを簡単にパースするライブラリ
3Name:           exempi
4Version:        2.3.0
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 Jul  1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.0-1
76- updated to 2.3.0.
77
78* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
79- update to 2.2.2
80
81* Fri Jan  3 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.2.1-1
82- update to 2.2.1
83- add exempi(1) manpage
84
85* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
86- new upstream release
87
88* Mon Jun 13 2011 IWAI, Masaharu <iwai@alib.jp> 2.1.1-1
89- initial build for Vine Linux
90
91* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-2
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
93
94* Mon May  3 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.1.1-1
95- Update to 2.1.1
96- Add testsuite execution
97- Removed build patch for gcc-4.4 (fixed in upstream)
98
99* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-4
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
101
102* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-3
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
104
105* Wed Feb 04 2009 Deji Akingunola <dakingun@gmail.com> - 2.1.0-2
106- Add patch to build with gcc-4.4
107
108* Tue Jan 06 2009 Deji Akingunola <dakingun@gmail.com> - 2.1.0-1
109- Update to 2.1.0
110   
111* Sat May 17 2008 Deji Akingunola <dakingun@gmail.com> - 2.0.1-1
112- Update to 2.0.1
113
114* Wed Apr 02 2008 Deji Akingunola <dakingun@gmail.com> - 2.0.0-1
115- Update to 2.0.0
116
117* Fri Feb 08 2008 Deji Akingunola <dakingun@gmail.com> - 1.99.9-1
118- Update to 1.99.9
119
120* Sun Jan 13 2008 Deji Akingunola <dakingun@gmail.com> - 1.99.7-1
121- Update to 1.99.7
122
123* Mon Dec 03 2007 Deji Akingunola <dakingun@gmail.com> - 1.99.5-1
124- Update to 1.99.5
125
126* Wed Sep 05 2007 Deji Akingunola <dakingun@gmail.com> - 1.99.4-2
127- Rebuild for expat 2.0
128
129* Wed Aug 22 2007 Deji Akingunola <dakingun@gmail.com> - 1.99.4-1
130- Update tp 1.99.4
131
132* Tue Jul 10 2007 Deji Akingunola <dakingun@gmail.com> - 1.99.3-1
133- Initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.