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

Revision 7335, 8.3 KB checked in by iwaim, 11 years ago (diff)

gphoto2 2.5.0-1

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