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

Revision 961, 2.3 KB checked in by Takemikaduchi, 14 years ago (diff)

update to 1.0-3

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