From: Ray Strode Date: Fri, 8 Jun 2007 22:56:17 +0000 (-0400) Subject: add half-working sample spec file X-Git-Tag: 0.1.0~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660b3fb33134e080ac70100cc676d1d703042dc6;p=thirdparty%2Fplymouth.git add half-working sample spec file --- diff --git a/scripts/plymouth.spec b/scripts/plymouth.spec new file mode 100644 index 00000000..90ba5b6f --- /dev/null +++ b/scripts/plymouth.spec @@ -0,0 +1,53 @@ +Summary: Plymouth Graphical Boot Animation +Name: plymouth +Version: 0.0.1 +Release: 1%{?dist} +License: GPL +Group: System Environment/Base +Source0: %{name}-%{version}.tar.bz2 +URL: http://people.freedesktop.org/~halfline/plymouth +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Conflicts: rhgb +BuildRequires: libpng-devel +Requires: mkinitrd + +%description +Plymouth provides an attractive graphical boot animation in place +of the text messages that normally get shown. + +%prep +%setup -q + +%build +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT + +make install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +/usr/libexec/plymouth/plymouth-update-initrd > /dev/null +%preun + +%files +%defattr(-, root, root) +%doc AUTHORS ChangeLog NEWS README +%{_datadir}/plymouth/star.png +%{_libexecdir}/plymouth/plymouth +%{_libexecdir}/plymouth/plymouth-update-initrd +%{_libdir}/plymouth/fedora-fade-in.so +%{_libdir}/libply.so* +%{_bindir}/rhgb-client + +%changelog +* Fri Jun 8 2007 Ray Strode - 0.0.1-1 +- Initial import, version 0.0.1