]> git.pld-linux.org Git - packages/camorama.git/blob - camorama.spec
- initial PLD release
[packages/camorama.git] / camorama.spec
1
2 Summary:        GNOME webcam program
3 Name:           camorama
4 Version:        0.16
5 Release:        1
6 Source0:        http://camorama.fixedgear.org/downloads/%{name}-%{version}.tar.gz
7 URL:            http://camorama.fixedgear.org
8 License:        GPL
9 Group:          Applications
10 BuildRequires:  glib2-devel >= 2.0.0
11 BuildRequires:  pango-devel >= 1.0.3
12 BuildRequires:  gtk+2-devel >= 2.0.3
13 BuildRequires:  libgnome-devel >= 2.0.0
14 BuildRequires:  libgnomeui-devel >= 2.0.1
15 BuildRequires:  libbonobo-devel >= 2.0.0
16 BuildRequires:  libbonoboui-devel >= 2.0.0
17 BuildRequires:  gnome-vfs2-devel >= 2.0.0
18 BuildRequires:  bonobo-activation-devel >= 1.0.0
19 BuildRequires:  libpng-devel >= 1.2.2
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Camorama is a program for controlling webcams. It is pretty simple at
24 the moment, and I hope to make it much more complete. I also plan to
25 make it more generic, as I initially wrote it with only my own
26 Creative Webcam 3 in mind. Hopefully it will work with other cameras.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43     DESTDIR=$RPM_BUILD_ROOT
44
45 %post 
46 %gconf_schema_install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53
54 %doc AUTHORS ChangeLog NEWS README THANKS TODO
55 %attr(755,root,root) %{_bindir}/camorama
56 %{_datadir}/applications/camorama.desktop
57 %{_datadir}/pixmaps/camorama.png
58 %{_datadir}/camorama/camorama.glade
59 %{_sysconfdir}/gconf/schemas/camorama.schemas
This page took 0.323735 seconds and 3 git commands to generate.