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

Revision 12394, 2.9 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

geeqie-1.5.1-1

lcms2-2.9-2

sane-1.0.29-1

xsane-0.999-3

RevLine 
[521]1Summary: Geeqie Image Viewer
2Summary(ja): Geeqie 画像ビューア
3Name: geeqie
[12394]4Version: 1.5.1
[10443]5Release: 1%{?_dist_release}
[521]6Group: Applications/Multimedia
7Vendor: Project Vine
8Distribution: Vine Linux
[8977]9Packager:TANAKA hiroaki
[521]10
[12394]11License: GPL2
12URL: http://www.geeqie.org/
13Source: http://www.geeqie.org/%{name}-%{version}.tar.xz
14
15Buildroot: %{_tmppath}/%{name}-%{version}-root
16
17BuildRequires: exiv2-devel
18BuildRequires: gtk3-devel
19BuildRequires: lcms2-devel
20BuildRequires: poppler-devel
21
[521]22%description
23Geeqie is a lightweight Gtk+ based image viewer.
24
25%description -l ja
26Geeqie は gtk+ ベースの軽量な画像ファイルブラウザです。
27
[12394]28
[521]29%prep
[953]30%setup -q -n %{name}-%{version}
[521]31
[12394]32
[521]33%build
[10443]34./autogen.sh
[12394]35%configure \
36        --enable-gtk3 \
37        --enable-pdf
[521]38%__make %{?_smp_mflags}
39
[12394]40
[521]41%install
[953]42%__rm -rf $RPM_BUILD_ROOT
[521]43
44%__make DESTDIR=$RPM_BUILD_ROOT install
45
[953]46mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} installed-doc
[521]47
[12394]48%find_lang %{name}
49
[521]50%clean
[953]51%__rm -rf ${RPM_BUILD_ROOT}
[521]52
[12394]53
54%files -f %{name}.lang
[521]55%defattr(-,root,root)
[12394]56%license COPYING
57%doc README* TODO
[521]58%doc installed-doc/html
59%{_bindir}/*
[12394]60%{_prefix}/lib/%{name}
61%{_mandir}/man1/*
62%{_datadir}/applications/geeqie.desktop
63%{_datadir}/%{name}
64%{_datadir}/pixmaps/*
[521]65
[953]66
[521]67%changelog
[12394]68* Mon May 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.1-1
69- new upstream release.
70- dropped old ja.po.
71
[10443]72* Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3-1
73- new upstream release.
74
[9793]75* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1-2
76- rebuilt with exiv2-0.25
77
[8977]78* Sun Sep 28 2014 TANAKA hiroaki mosaicist@jcom.home.ne.jp 1.1
79- new upstream release
[8056]80
[3534]81* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.0-4
82- rebuilt with rpm-4.8.1-3
83
[961]84* Sat May 08 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-3
85- rebuilt with exiv2-0.19 again (rel+1)
86
[953]87* Wed May  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-2
88- rebuilt with exiv2-0.19
89- added BR: lcms-devel
90
91* Mon Mar  8 2010 KATO Masashi <mkato@par.odn.ne.jp> 1.0-1
92- new upstream release
93- renamed spec file to %{name}-vl.spec. (new naming policy)
94
[521]95* Sun Jul 19 2009 Shu KONNO <owa@bg.wakwak.com> 1.0-0.9.beta2
96- fixed scripts directory in %%files
97
98* Fri Jul 17 2009 KATO Masashi <mkato@par.odn.ne.jp> 1.0-0.8.beta2
99- new upstream release
100- updated ja.po
101
102* Mon Jun 22 2009 KATO Masashi <mkato@par.odn.ne.jp> 1.0-0.7.beta1
103- updated ja.po
104- udded synlink for documents(for beta version only)
105
106* Thu Jun 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.6.beta1
107- update to 1.0beta1
108
109* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.5.alpha4
110- rebuild with exiv2-0.18.1
111
112* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.4.alpha3
113- new upstream release
114
115* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.3.alpha2
116- rebuild with new exiv2
117
118* Sat Aug 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.2.alpha2
119- new upstream release
120
121* Sun May 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.1.alpha1
122- initial build for Vine Linux
123
Note: See TracBrowser for help on using the repository browser.