]> git.pld-linux.org Git - packages/camorama.git/blame - camorama.spec
- initial PLD release
[packages/camorama.git] / camorama.spec
CommitLineData
265c0a57 1
2Summary: GNOME webcam program
3Name: camorama
4Version: 0.16
5Release: 1
6Source0: http://camorama.fixedgear.org/downloads/%{name}-%{version}.tar.gz
7URL: http://camorama.fixedgear.org
8License: GPL
9Group: Applications
10BuildRequires: glib2-devel >= 2.0.0
11BuildRequires: pango-devel >= 1.0.3
12BuildRequires: gtk+2-devel >= 2.0.3
13BuildRequires: libgnome-devel >= 2.0.0
14BuildRequires: libgnomeui-devel >= 2.0.1
15BuildRequires: libbonobo-devel >= 2.0.0
16BuildRequires: libbonoboui-devel >= 2.0.0
17BuildRequires: gnome-vfs2-devel >= 2.0.0
18BuildRequires: bonobo-activation-devel >= 1.0.0
19BuildRequires: libpng-devel >= 1.2.2
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Camorama is a program for controlling webcams. It is pretty simple at
24the moment, and I hope to make it much more complete. I also plan to
25make it more generic, as I initially wrote it with only my own
26Creative 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
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%post
46%gconf_schema_install
47
48%clean
49rm -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.069518 seconds and 4 git commands to generate.