source: projects/specs/branches/6/e/exempi/exempi-vl.spec @ 4129

Revision 4129, 3.3 KB checked in by iwaim, 13 years ago (diff)

exempi-2.1.1-1

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