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