source: projects/specs/trunk/lib/libe/libexif-gtk/libexif-gtk-vl.spec @ 521

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:      GTK Widgets for Viewing EXIF Information
2Summary(ja):  EXIF ¾ðÊó¤òɽ¼¨¤¹¤ë¤¿¤á¤Î GTK ¥¦¥£¥¸¥§¥Ã¥È
3Name:         libexif-gtk
4Version:      0.3.5
5Release:      0vl1
6License:      GPL
7Source0:      %{name}-%{version}.tar.bz2
8Group:        System Environment/Libraries
9URL:          http://libexif.sourceforge.net/
10BuildRoot:    %{_tmppath}/%{name}-%{version}-root
11BuildRequires: bison
12BuildRequires: gtk2-devel
13BuildRequires: libexif-devel >= 0.6.12
14
15%description
16This library contains GTK widgets for viewing EXIF information within
17JPEG images created by some digital cameras.
18
19
20%package devel
21Summary: Libraries and headers for libexif-gtk
22Group: Development/Libraries
23Requires: libexif-gtk = %{version}
24Requires: libexif-devel >= 0.6.12
25
26%description devel
27Libraries, headers, and support files necessary to compile applications
28using libexif-gtk.
29
30%prep
31%setup -q
32
33%build
34%configure
35make
36
37%install
38%makeinstall
39
40%find_lang %{name}
41
42%clean
43rm -rf ${RPM_BUILD_ROOT}
44
45%post -p /sbin/ldconfig
46
47%postun -p /sbin/ldconfig
48
49
50%files -f %{name}.lang
51%defattr(-,root,root)
52%doc README AUTHORS ChangeLog COPYING
53%{_libdir}/lib*.so.*
54
55%files devel
56%defattr(-,root,root)
57%{_libdir}/lib*.a
58%{_libdir}/lib*.la
59%{_libdir}/lib*.so
60%{_libdir}/pkgconfig/*.pc
61%{_includedir}/*
62
63%changelog
64* Sat Jan 28 2006 Ryoichi INAGAAKI <ryo1@bc.wakwak.com> - 0.3.5-0vl1
65- new package for Vine (based on SuSE 9.0 package)
66
67* Tue May 13 2003 - meissner@suse.de
68- Updated to current CVS.
69- Package translations too.
70
71* Thu Jan 16 2003 - ro@suse.de
72- use gtk2-devel-packages in neededforbuild
73
74* Wed Jan 08 2003 - meissner@suse.de
75- Updated to 0.3.3 (bugfixes mostly).
76
77* Mon Nov 18 2002 - meissner@suse.de
78- Upgraded to 0.3.2 in preparation of gphoto2-2.1.1.
79
80* Mon Nov 11 2002 - ro@suse.de
81- changed neededforbuild <xshared> to <x-devel-packages>
82- changed neededforbuild <xdevel> to <>
83
84* Wed Jul 24 2002 - meissner@suse.de
85- Upgraded to 0.3.1, disabled static libraries.
86
87* Thu Feb 07 2002 - meissner@suse.de
88- Added xshared to needed_for_build.
89
90* Tue Feb 05 2002 - meissner@suse.de
91- GTK widgets for browsing EXIF information. Used by gphoto/gtkam.
Note: See TracBrowser for help on using the repository browser.