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

Revision 9569, 3.6 KB checked in by Takemikaduchi, 9 years ago (diff)

cogl: add patch
others: new upstream release

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