source: projects/specs/tags/6_0_REL/g/gphoto2/gphoto2-vl.spec @ 4103

Revision 4103, 8.1 KB checked in by daisuke, 13 years ago (diff)

gphoto2: update to 2.4.11, BR: libgphoto2-devel >= 2.4.11

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