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