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

Revision 6890, 3.4 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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