source: projects/specs/trunk/g/gphoto2/gphoto2-vl.spec @ 9372

Revision 9372, 8.4 KB checked in by inagaki, 9 years ago (diff)

2015-02-22 Ryoichi INAGAKI <ryo1@…>

  • eigen3: NEW
  • gphoto2, suiteparse: updated


Line 
1Summary:       Software for accessing digital cameras
2Summary(ja):   デジタルカメラにアクセスするためのソフトウェア
3Name:          gphoto2
4Version:       2.5.6
5Release:       1%{?_dist_release}
6
7License:       GPLv2+
8Group:         Applications/Multimedia
9URL:           http://www.gphoto.org/
10
11Source:        http://prdownloads.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2
12
13ExcludeArch: s390 s390x
14BuildRoot:     %{_tmppath}/%{name}-%{version}-root
15BuildRequires: libexif-devel >= 0.6.13
16BuildRequires: libgphoto2-devel >= 2.5.6
17BuildRequires: libjpeg-turbo-devel
18BuildRequires: findutils perl
19BuildRequires: popt-devel
20BuildRequires: readline-devel
21BuildRequires: gettext
22
23Vendor:        Project Vine
24Distribution:  Vine Linux
25
26%description
27The gPhoto2 project is a universal, free application and library
28framework that lets you download images from several different
29digital camera models, including the newer models with USB
30connections. Note that
31a) for some older camera models you must use the old "gphoto" package.
32b) for USB mass storage models you must use the driver in the kernel
33
34This package contains the command-line utility gphoto2
35
36Other (GUI) frontends are available separately.
37
38%description -l ja
39gphoto2 は様々なデジタルカメラから画像をとりだすためのフリーの
40アプリケーションとライブラリフレームワークです。古いカメラによっては
41古い gphoto パッケージが必要です。USB マスストレージとしてアクセス
42するカメラの場合は、カーネル内のドライバを利用します。
43
44このパッケージには gphoto2 のコマンドラインユーティリティが含まれて
45います。
46
47%prep
48%setup -q
49
50%build
51%configure
52make %{?_smp_mflags}
53mv ChangeLog ChangeLog.tmp
54iconv -f iso8859-1 -t utf-8 < ChangeLog.tmp > ChangeLog
55rm -f ChangeLog.tmp
56
57%install
58rm -rf $RPM_BUILD_ROOT
59make mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
60
61rm -rf %{buildroot}%{_docdir}/%{name}/*.sh
62
63%find_lang %{name}
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files -f %{name}.lang
69%defattr(-,root,root)
70%doc AUTHORS README COPYING
71%{_bindir}/gphoto2
72%{_mandir}/man1/gphoto2.1*
73
74%changelog
75* Fri Feb 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.6-1
76- updated to 2.5.6
77- built with libgphoto2 2.5.7
78- removed BR: slang-devel
79- added BR: readline-devel
80
81* Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 2.5.0-1
82- update to 2.5.0
83- BR: libgphoto2-devel >= 2.5.0
84- add Vendor and Distribution tags
85
86* Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.11-1
87- update to 2.4.11-1
88- BR: libgphoto2-devel >= 2.4.11
89
90* Fri Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.5-2
91- rebuild with rpm-4.8.1
92- add BuildRequires: popt-devel, libjpeg-turbo-devel
93
94* Wed May 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.5-1
95- new upstream release
96- disable aalib support
97  - remove BR: aalib-devel, gpm-devel
98
99* Thu Jul 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-1
100- new upstream release
101- split libgphoto2 to standalone package
102- remove -devel subpackage. gphoto2 libs are now provided from libgphoto2
103
104* Sat May 17 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3.1-2
105- add BuildRequires gpm-devel, aalib-devel, hal-devel, libtool-ltdl-devel
106- add BuildRequires slang-devel
107
108* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.3.1-1
109- applied new versioning policy
110- removed lib*.la files from devel package
111
112* Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.1-0vl1
113- new upstream release
114- use source tarball "gphoto-suite"
115- add BuildRequires: popt
116
117* Mon Jan 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.5-0vl2
118- rebuild for VineSeed Plus
119
120* Wed Feb 16 2005 Masaki Shinomiya <shino@pos.to> 2.1.5-0vl1
121- new upstream release, bugfix: postun, change_owner
122
123* Mon Nov 24 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.3-0vl3
124- modified gphot2-addmap
125
126* Sun Nov 16 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.3-0vl2
127- merged with
128  * Thu Jun 12 2003 Masaki Shinomiya <shino@pos.to> 2.0-0vl2
129  - bugfix in post and postun script
130  - omit buildreq transfig
131  - license LGPL to GPL
132
133  * Sun Jan 19 2003 Masaki Shinomiya <shino@pos.to> 2.0-0vl1
134  - gphot2-addmap, change_owner, both for murasaki
135  - manual-2.1
136  - omit prereq or requires: hotplug, lockdev, pkgconfig
137
138* Tue Nov 11 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.3-0vl1
139- source update
140- modified for Vine
141
142* Tue Sep 16 2003 Tim Waugh <twaugh@redhat.com> 2.1.2-1
143- 2.1.2.
144
145* Wed Aug  6 2003 Elliot Lee <sopwith@redhat.com> 2.1.1-4
146- Fix libtool
147
148* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
149- rebuilt
150
151* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 2.1.1-2
152- Ship print-usb-usermap, fix post scriptlet.
153
154* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 2.1.1-1
155- Use installed libtool.
156- 2.1.1.
157
158* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
159- only package man3 in devel rpm
160
161* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
162- rebuilt
163
164* Sun Dec 01 2002 Florian La Roche <Florian.LaRoche@redhat.de>
165- remove some old mainframe ifdefs
166
167* Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-5
168- Fix file lists.
169- Don't install files not shipped.
170- Rebuild in new environment.
171
172* Wed Jul 24 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-4
173- Rebuild, just in case (readline).
174
175* Thu Jul 18 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-3
176- Own some more directories.
177
178* Fri Jun 28 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-2
179- Don't use -rpath (bug #65983).
180
181* Tue Jun 25 2002 Tim Waugh <twaugh@redhat.com> 2.1.0-1
182- 2.1.0.
183- No longer need cvsfixes or consolelock patches.
184
185* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.0-9
186- automated rebuild
187
188* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.0-8
189- automated rebuild
190
191* Thu May  9 2002 Tim Waugh <twaugh@redhat.com> 2.0-7
192- Require lockdev (bug #64193).
193
194* Mon Apr 29 2002 Tim Waugh <twaugh@redhat.com> 2.0-6
195- In fact, don't even build for mainframe.
196
197* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.0-5
198- do not require hotplug for mainframe
199
200* Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0-4
201- Set the owner of the device to the console lock holder, not the owner
202  of /dev/console, in the hotplug agent, fixing access for users who log
203  in at VTs and use startx (#62976).
204
205* Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 2.0-3
206- Rebuild (fixed bug #63355).
207
208* Wed Feb 27 2002 Tim Waugh <twaugh@redhat.com> 2.0-2
209- Fix from CVS: close port unconditionally in gp_camera_exit().
210
211* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-1
212- 2.0 is released.
213- Ship the .so symlinks in the devel package.
214
215* Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc4.1
216- 2.0rc4.
217
218* Fri Feb 22 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc3.1
219- 2.0rc3.  No longer need CVS patch.
220- Build no longer requires xmlto.
221
222* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc2.2
223- Fix DC240 hangs (patch from CVS).
224- Rebuild in new environment.
225
226* Tue Feb 19 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.rc2.1
227- 2.0rc2 (bug #59993).  No longer need docs patch or man page.
228- Really fix up libtool libraries (bug #60002).
229
230* Fri Feb 15 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta5.2
231- PreReq /sbin/ldconfig, grep, and fileutils (bug #59941).
232
233* Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta5.1
234- 2.0beta5.
235- Fix Makefiles so that documentation can be built.
236- Ship pkgconfig file.
237- Add man page.
238
239* Thu Feb  7 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta4.1
240- 2.0beta4.
241- Build requires transfig, and at least version 0.1.5 of libusb.
242- Clean up file lists.
243- Build documentation.
244
245* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 2.0-0.beta3.2
246- Rebuild in new environment.
247- Dump docbook-dtd30-sgml requirement; gtk-doc is sufficient.
248
249* Sun Nov 18 2001 Tim Waugh <twaugh@redhat.com> 2.0-0.beta3.1
250- Adapted for Red Hat Linux.
251
252* Sat Oct 27 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
253- fixed update behaviour for hotplug list (do not erase it when updating)
254
255* Thu Oct 25 2001 Tim Waugh <twaugh@redhat.com>
256- hotplug dependency is a prereq not a requires (the package scripts
257  need it).
258
259* Sun Oct 14 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
260- integrated spec file into source package
261
262* Sun Oct 14 2001 Hans Ulrich Niedermann <gp@n-dimensional.de>
263- 2.0beta3
264
265* Tue Oct  2 2001 Tim Waugh <twaugh@redhat.com> 2.0beta2-0.1
266- Adapted for Red Hat Linux.
267- 2.0beta2.
268
269* Mon Aug  6 2001 Till Kamppeter <till@mandrakesoft.com> 2.0-0.beta1.2mdk
270- Corrected "Requires:"
271
272* Mon Aug  6 2001 Till Kamppeter <till@mandrakesoft.com> 2.0-0.beta1.1mdk
273- Initial release
274
275
276
Note: See TracBrowser for help on using the repository browser.