SPECS: cheese.spec (NEW) - initial PLD release - macros are broken...

patrys patrys at pld-linux.org
Thu Aug 2 16:29:54 CEST 2007


Author: patrys                       Date: Thu Aug  2 14:29:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release
- macros are broken (remove the empty line in post to see)

---- Files affected:
SPECS:
   cheese.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cheese.spec
diff -u /dev/null SPECS/cheese.spec:1.1
--- /dev/null	Thu Aug  2 16:29:54 2007
+++ SPECS/cheese.spec	Thu Aug  2 16:29:49 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	A cheesy program to take pictures and videos from your web cam
+Name:		cheese
+Version:	0.1.4
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://live.gnome.org/Cheese/Releases?action=AttachFile&do=get&target=%{name}-%{version}.tar.gz
+# Source0-md5:	1545c51d52dbdc4b1c9c532071a3ca75
+URL:		http://live.gnome.org/Cheese
+BuildRequires:	cairo-devel
+BuildRequires:	dbus-devel
+BuildRequires:	glib2-devel >= 2.12.0
+BuildRequires:	gnome-vfs2-devel
+BuildRequires:	gstreamer-devel >= 0.10.12
+BuildRequires:	gstreamer-plugins-base-devel >= 0.10.12
+BuildRequires:	gtk+2-devel >= 2.10.0
+BuildRequires:	libglade2-devel
+BuildRequires:	pkg-config
+Requires(post,postun):	hicolor-icon-theme
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cheese is a cheesy program to take pictures and videos from your web
+cam. It also provides some graphical effects in order to please the
+users play instinct.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome
+
+%post
+%update_icon_cache hicolor
+
+%update_desktop_database_post
+
+%postun
+%update_icon_cache hicolor
+
+%update_desktop_database_postun
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_datadir}/%{name}
+%{_iconsdir}/hicolor/*/apps/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/08/02 14:29:49  patrys
+- initial PLD release
+- macros are broken (remove the empty line in post to see)
+
================================================================


More information about the pld-cvs-commit mailing list