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

Revision 3735, 7.5 KB checked in by Takemikaduchi, 13 years ago (diff)

clutter,gthumb,babl,gegl:new upstream release, others: rebuild

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