source: projects/specs/trunk/lib/libg/libgexiv2/libgexiv2-vl.spec @ 10429

Revision 10429, 4.5 KB checked in by tomop, 8 years ago (diff)

libgexiv2-0.10.3-2

Line 
1Name:           libgexiv2
2Summary:        Gexiv2 is a GObject-based wrapper around the Exiv2 library
3Summary(ja):    Exiv2 ライブラリの GObject ベースのラッパー
4Version:        0.10.3
5Release:        2%{?_dist_release}
6
7Group:          System Environment/Libraries
8License:        GPLv2
9URL:            https://wiki.gnome.org/Projects/gexiv2
10Vendor:         Project Vine
11Distribution:   Vine Linux
12
13Source0:        http://ftp.gnome.org/pub/GNOME/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16
17BuildRequires:  exiv2-devel >= 0.19
18BuildRequires:  expat-devel
19BuildRequires:  gobject-introspection-devel
20BuildRequires:  libtool
21
22%description
23libgexiv2 is a GObject-based wrapper around the Exiv2 library.
24It makes the basic features of Exiv2 available to GNOME applications.
25
26%description -l ja
27gexiv2 は Exiv2 ライブラリの GObject ベースのラッパーです。
28Exiv2 の基本的な機能が GNOME アプリケーションで利用できるようになります。
29
30%package        devel
31Summary:        Development files for %{name}
32Summary(ja):    %{name} の開発ファイル
33Group:          Development/Libraries
34Requires:       %{name} = %{version}-%{release}
35Requires:       vala
36Requires:       exiv2-devel
37Requires:       glib2-devel
38
39%description    devel
40The %{name}-devel package contains libraries and header files for
41developing applications that use %{name}.
42
43
44%prep
45%setup -q -n gexiv2-%{version}
46
47%build
48## configure fails with the error:
49## configure: Invalid argument --program-prefix=
50## http://trac.yorba.org:8000/ticket/2001
51
52echo '%{configure}' | sed '/--program-prefix=/d' >build.tmp
53echo 'make %{?_smp_mflags}' >>build.tmp
54sh build.tmp
55
56%install
57rm -rf $RPM_BUILD_ROOT
58make install DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib}
59find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
60find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
61 
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65
66%post -p /sbin/ldconfig
67
68%postun -p /sbin/ldconfig
69
70
71%files
72%defattr(-,root,root,-)
73%doc AUTHORS COPYING MAINTAINERS
74%{_libdir}/libgexiv2.so.*
75
76%files devel
77%defattr(-,root,root,-)
78%{_includedir}/gexiv2/
79%{_libdir}/libgexiv2.so
80%{_libdir}/pkgconfig/gexiv2.pc
81%{_datadir}/vala/vapi/gexiv2.vapi
82
83
84%changelog
85* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.3-2
86- rebuilt with new toolchain.
87
88* Tue Nov 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.3-1
89- update to 0.10.3
90
91* Wed Dec 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.0-2
92- rebuild with exiv2-0.24
93
94* Thu May 02 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
95- new upstream release
96- changed source archive type to xz
97
98* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
99- rebuild with exiv2-0.23
100
101* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
102- new upstream release
103
104* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.2-2
105- rebuilt with exiv2-0.21.1
106- added Patch100
107
108* Sun Jan 9 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.2-1
109- new upstream release
110
111* Fri Oct 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1
112- new upstream release
113
114* Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 0.2.0-3
115- rebuilt with rpm-4.8.1 for pkg-config
116
117* Sun Aug 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.0-2
118- add Requires: exiv2-devel, glib2-devel (devel package)
119
120* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
121- new upstream release
122
123* Wed Jul 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.0-1
124- initial build for VineSeed
125
126* Mon Jun 14 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.91-2
127- changed file section so package owns the directory containing headers too
128
129* Fri Jun 11 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.91-1
130- updated to latest release
131- removed patch - it was included in this release
132
133* Sat Jun 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-5
134- changed configure macro as per bug report comment
135
136* Sat Jun 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-4
137- changed configure portion
138- added Requires:  vala for devel
139- made the file section more precise
140- bugzilla #599097
141- changed patch to include a default LIB setting
142
143* Fri Jun 04 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-3
144- patched makefile
145
146* Thu Jun 03 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-2
147- some fixes in spec
148- moved *.vapi to devel
149- removed INSTALL from doc
150- added comment to yorba ticket link
151- corrected typo in description
152
153* Wed Jun 02 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-1
154- initial rpmbuild
Note: See TracBrowser for help on using the repository browser.