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

Revision 9791, 4.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

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