rpms/linux_logo/EL-5 .cvsignore, 1.8, 1.9 linux_logo.spec, 1.14, 1.15 sources, 1.8, 1.9

Matthias Saou thias at fedoraproject.org
Fri Oct 2 10:30:13 UTC 2009


Author: thias

Update of /cvs/extras/rpms/linux_logo/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14140/EL-5

Modified Files:
	.cvsignore linux_logo.spec sources 
Log Message:
Update to 5.06.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/EL-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	15 Mar 2007 17:34:08 -0000	1.8
+++ .cvsignore	2 Oct 2009 10:30:13 -0000	1.9
@@ -1 +1 @@
-linux_logo-4.16.tar.gz
+linux_logo-5.06.tar.gz


Index: linux_logo.spec
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/EL-5/linux_logo.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- linux_logo.spec	15 Mar 2007 17:34:08 -0000	1.14
+++ linux_logo.spec	2 Oct 2009 10:30:13 -0000	1.15
@@ -1,14 +1,14 @@
 Summary: The linux logo - a colorful console penguin logo
 Name: linux_logo
-Version: 4.16
+Version: 5.06
 Release: 1%{?dist}
-License: GPL
+License: GPLv2
 Group: Applications/System
 URL: http://www.deater.net/weave/vmwprod/linux_logo/
 Source: http://www.deater.net/weave/vmwprod/linux_logo/linux_logo-%{version}.tar.gz
-Patch: linux_logo-4.13-debug.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gettext
+BuildRequires: which
 
 %description
 Linux logo creates a colorful penguin logo on the console.
@@ -16,27 +16,21 @@ Linux logo creates a colorful penguin lo
 
 %prep
 %setup -q
-%patch -p1 -b .debug
 
 
 %build
+# Bundle all available logos
 for logo in ./logos/*.logo ./logos/*/*.logo; do
     echo "$logo" >> logo_config
 done
-# C_OPTS is used by linux_logo.c and C_FLAGS by libsysinfo
-%{__make} %{?_smp_mflags} \
-    C_OPTS="%{optflags} -I./\$(LIBSYSINFO)" \
-    C_FLAGS="%{optflags} -I.. -I. -I../include"
+# We still need to override CFLAGS later on, configure can't set them
+./configure --prefix=%{_prefix}
+%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
 
 
 %install
 %{__rm} -rf %{buildroot}
-
-%{__mkdir_p} %{buildroot}{%{_bindir},%{_mandir}/man1}
-%{__make} install \
-    INSTALL_BINPATH=%{buildroot}%{_bindir} \
-    INSTALL_MANPATH=%{buildroot}%{_mandir} \
-    INSTALLDIR=%{buildroot}%{_datadir}/locale
+%{__make} install PREFIX=%{buildroot}%{_prefix}
 %find_lang %{name}
 
 
@@ -45,13 +39,43 @@ done
 
 
 %files -f %{name}.lang
-%defattr(-, root, root, 0755)
-%doc CHANGES COPYING LINUX_LOGO.FAQ README* TODO USAGE
-%{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1*
+%defattr(-,root,root,-)
+%doc CHANGES* COPYING LINUX_LOGO.FAQ README* TODO USAGE
+%{_bindir}/linux_logo
+%{_mandir}/man1/linux_logo.1*
 
 
 %changelog
+* Fri Oct 2 2009 Matthias Saou <http://freshrpms.net/> 5.06-1
+- Update to 5.06.
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.04-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.04-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Feb  6 2009 Matthias Saou <http://freshrpms.net/> 5.04-1
+- Update to 5.04.
+
+* Sun Feb  3 2008 Matthias Saou <http://freshrpms.net/> 5.03-1
+- Update to 5.03.
+
+* Mon Oct 22 2007 Matthias Saou <http://freshrpms.net/> 5.02-1
+- Update to 5.02.
+
+* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 5.01-3
+- Rebuild for new BuildID feature.
+
+* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 5.01-2
+- Update License field.
+
+* Tue Jul 24 2007 Matthias Saou <http://freshrpms.net/> 5.01-1
+- Update to 5.01.
+- Remove no longer needed strip patch.
+- Clean up build/install based on the upstream improvements.
+- Add "which" build requirement, the custom configure script uses it.
+
 * Thu Mar 15 2007 Matthias Saou <http://freshrpms.net/> 4.16-1
 - Update to 4.16.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/EL-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	15 Mar 2007 17:34:08 -0000	1.8
+++ sources	2 Oct 2009 10:30:13 -0000	1.9
@@ -1 +1 @@
-854429725a1ec35d93cde575ae173efe  linux_logo-4.16.tar.gz
+31014ac5a1660926ae16b88399f4233d  linux_logo-5.06.tar.gz




More information about the fedora-extras-commits mailing list