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

Revision 8104, 3.6 KB checked in by iwaim, 10 years ago (diff)

exempi 2.2.1-1

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