packages: SILLY/SILLY.spec - added -link.patch - ghost soname symlink - rel...

megabajt megabajt at pld-linux.org
Sun Aug 2 13:44:17 CEST 2009


Author: megabajt                     Date: Sun Aug  2 11:44:17 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added -link.patch
- ghost soname symlink
- release 3

---- Files affected:
packages/SILLY:
   SILLY.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/SILLY/SILLY.spec
diff -u packages/SILLY/SILLY.spec:1.3 packages/SILLY/SILLY.spec:1.4
--- packages/SILLY/SILLY.spec:1.3	Sun Jul 12 15:15:07 2009
+++ packages/SILLY/SILLY.spec	Sun Aug  2 13:44:11 2009
@@ -3,17 +3,21 @@
 Summary(pl.UTF-8):	Simple Image Loading LibrarY - prosta biblioteka do wczytywania obrazów
 Name:		SILLY
 Version:	0.1.0
-Release:	2
+Release:	3
 License:	MIT-like
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/crayzedsgui/%{name}-%{version}.tar.gz
 # Source0-md5:	c3721547fced7792a36ffc9ce6ec23fd
 Source1:	http://dl.sourceforge.net/crayzedsgui/%{name}-DOCS-%{version}.tar.gz
 # Source1-md5:	e52e9043b21a9d35a6da66ce9e84d3e1
+Patch0:		%{name}-link.patch
 URL:		http://www.cegui.org.uk/wiki/index.php/SILLY
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake
 BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel >= 2:1.2.10
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
 Requires:	libpng >= 2:1.2.10
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -62,9 +66,16 @@
 
 %prep
 %setup -q -b 1
+%patch0 -p1
 
 %build
-%configure
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--with-zlib-libdir="%{_lib}"
 %{__make}
 
 %install
@@ -83,6 +94,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog
 %attr(755,root,root) %{_libdir}/libSILLY.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libSILLY.so.1
 
 %files devel
 %defattr(644,root,root,755)
@@ -102,6 +114,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/08/02 11:44:11  megabajt
+- added -link.patch
+- ghost soname symlink
+- release 3
+
 Revision 1.3  2009/07/12 13:15:07  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/SILLY/SILLY.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list