source: projects/specs/trunk/g/geeqie/geeqie-vl.spec @ 8056

Revision 8056, 2.7 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.11.4
exiv2-0.24
wireshark-1.10.5, etc...

Line 
1Summary: Geeqie Image Viewer
2Summary(ja): Geeqie 画像ビューア
3Name: geeqie
4Version: 1.0
5Release: 8%{?_dist_release}
6
7License: GPLv2
8Group: Applications/Multimedia
9URL: http://geeqie.sourceforge.net/
10
11Source: %{name}-%{version}.tar.gz
12Source1: %{name}-1.0-2.1-ja.po
13
14Buildroot: %{_tmppath}/%{name}-%{version}-root
15BuildRequires: gtk2-devel >= 2.16.0
16BuildRequires: lcms-devel >= 1.14
17BuildRequires: exiv2-devel >= 0.18.1
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22%description
23Geeqie is a lightweight Gtk+ based image viewer.
24
25%description -l ja
26Geeqie は gtk+ ベースの軽量な画像ファイルブラウザです。
27
28%prep
29%setup -q -n %{name}-%{version}
30%__cp -f %{SOURCE1} po/ja.po
31
32%build
33%configure
34%__make %{?_smp_mflags}
35
36%install
37%__rm -rf $RPM_BUILD_ROOT
38
39%__make DESTDIR=$RPM_BUILD_ROOT install
40
41mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} installed-doc
42
43%clean
44%__rm -rf ${RPM_BUILD_ROOT}
45
46%files
47%defattr(-,root,root)
48%doc README COPYING TODO ChangeLog
49%doc installed-doc/html
50%{_bindir}/*
51%{_datadir}/*
52%{_prefix}/lib/%{name}/*
53
54
55%changelog
56* Wed Dec 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-8
57- rebuild with exiv2-0.24
58
59* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-7
60- rebuild with exiv2-0.23
61
62* Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-6
63- rebuild with exiv2-0.22
64
65* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-5
66- rebuilt with exiv2-0.21.1
67
68* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.0-4
69- rebuilt with rpm-4.8.1-3
70
71* Sat May 08 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-3
72- rebuilt with exiv2-0.19 again (rel+1)
73
74* Wed May  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-2
75- rebuilt with exiv2-0.19
76- added BR: lcms-devel
77
78* Mon Mar  8 2010 KATO Masashi <mkato@par.odn.ne.jp> 1.0-1
79- new upstream release
80- renamed spec file to %{name}-vl.spec. (new naming policy)
81
82* Sun Jul 19 2009 Shu KONNO <owa@bg.wakwak.com> 1.0-0.9.beta2
83- fixed scripts directory in %%files
84
85* Fri Jul 17 2009 KATO Masashi <mkato@par.odn.ne.jp> 1.0-0.8.beta2
86- new upstream release
87- updated ja.po
88
89* Mon Jun 22 2009 KATO Masashi <mkato@par.odn.ne.jp> 1.0-0.7.beta1
90- updated ja.po
91- udded synlink for documents(for beta version only)
92
93* Thu Jun 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.6.beta1
94- update to 1.0beta1
95
96* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.5.alpha4
97- rebuild with exiv2-0.18.1
98
99* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.4.alpha3
100- new upstream release
101
102* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.3.alpha2
103- rebuild with new exiv2
104
105* Sat Aug 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.2.alpha2
106- new upstream release
107
108* Sun May 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.1.alpha1
109- initial build for Vine Linux
110
Note: See TracBrowser for help on using the repository browser.