]> git.pld-linux.org Git - packages/fblogo.git/commitdiff
- initial import
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 26 Feb 2003 11:39:44 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fblogo.spec -> 1.1

fblogo.spec [new file with mode: 0644]

diff --git a/fblogo.spec b/fblogo.spec
new file mode 100644 (file)
index 0000000..ae80cf0
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Create your own fblogo showed on system start.
+Summary(pl):   Stwórz w³asne logo wy¶wietlane podczas startu systemu.
+Name:          fblogo
+Version:       0.5.0
+Release:       1
+URL:           http://freakzone.net/gordon/src
+License:       GPL
+Group:         Applications/Console
+Source0:       http://freakzone.net/gordon/src/%{name}-%{version}.tar.gz
+Patch0:                %{name}-Makefile.patch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: libpng
+
+%description
+With this program, you can convert your favourite image to framebuffer
+logo, which you can apply to your kernel sources then. 
+
+%description -l pl
+Korzystaj±c z tego programu, mo¿esz skonwertowaæ ulubiony obrazek
+na logo framebuffera.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d ${RPM_BUILD_ROOT}/%{_bindir}
+install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
+%{__make} install DESTDIR=${RPM_BUILD_ROOT}
+
+%clean
+rm -rf ${RPM_BUILD_ROOT}
+
+%files 
+%defattr(644,root,root,755)
+%{_bindir}/fblogo
+%{_bindir}/fblogo_patch
+%{_mandir}/man1/fblogo.1.gz
+%{_mandir}/man1/fblogo_patch.1.gz
+%doc CHANGES COPYING README
This page took 0.08462 seconds and 4 git commands to generate.