]> git.pld-linux.org Git - packages/camorama.git/blob - camorama.spec
- real fix
[packages/camorama.git] / camorama.spec
1 Summary:        GNOME webcam program
2 Summary(pl):    Program do kamer internetowych dla GNOME
3 Name:           camorama
4 Version:        0.17
5 Release:        2
6 License:        GPL
7 Group:          Applications
8 Source0:        http://camorama.fixedgear.org/downloads/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2b2784af53a1ba8fa4419aa806967b35
10 Patch0:         %{name}-schemas.patch
11 Patch1:         %{name}-locale-names.patch
12 Patch2:         %{name}-desktop.patch
13 URL:            http://camorama.fixedgear.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  bonobo-activation-devel >= 1.0.0
17 BuildRequires:  glib2-devel >= 2.0.0
18 BuildRequires:  gnome-vfs2-devel >= 2.0.0
19 BuildRequires:  gtk+2-devel >= 1:2.0.3
20 BuildRequires:  libbonobo-devel >= 2.0.0
21 BuildRequires:  libbonoboui-devel >= 2.0.0
22 BuildRequires:  libgnome-devel >= 2.0.0
23 BuildRequires:  libgnomeui-devel >= 2.0.1
24 BuildRequires:  libpng-devel >= 1.2.2
25 BuildRequires:  pango-devel >= 1:1.0.3
26 Requires(post): GConf2
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Camorama is a program for controlling webcams. It is pretty simple at
31 the moment, and I hope to make it much more complete. I also plan to
32 make it more generic, as I initially wrote it with only my own
33 Creative Webcam 3 in mind. Hopefully it will work with other cameras.
34
35 %description -l pl
36 Camorama to program do kontrolowania kamer internetowych. Na razie
37 jest prosty, ale autor ma nadziejê uczyniæ go bardziej kompletnym;
38 planuje tak¿e uczyniæ go bardziej ogólnym, bo na razie program by³
39 pisany tylko z my¶l± o Creative Webcam 3. W przysz³o¶ci ma dzia³aæ z
40 innymi kamerami.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45 %patch1 -p1
46 %patch2 -p1
47
48 mv po/{no,nb}.po
49
50 %build
51 %{__aclocal}
52 %{__autoconf}
53 %{__automake}
54 %configure \
55         --disable-schemas-install
56
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %find_lang %{name}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 %gconf_schema_install
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog NEWS README THANKS TODO
76 %attr(755,root,root) %{_bindir}/camorama
77 %{_datadir}/camorama
78 %{_desktopdir}/camorama.desktop
79 %{_pixmapsdir}/camorama.png
80 %{_sysconfdir}/gconf/schemas/camorama.schemas
This page took 0.068679 seconds and 3 git commands to generate.