packages: surfraw/surfraw.spec - install and package to %{_prefix}/lib inst...

evil evil at pld-linux.org
Sat Apr 9 18:55:04 CEST 2011


Author: evil                         Date: Sat Apr  9 16:55:04 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- install and package to %{_prefix}/lib instead of %{_libdir} as suggested by glen (noarch package)

---- Files affected:
packages/surfraw:
   surfraw.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/surfraw/surfraw.spec
diff -u packages/surfraw/surfraw.spec:1.12 packages/surfraw/surfraw.spec:1.13
--- packages/surfraw/surfraw.spec:1.12	Fri Apr  8 13:53:50 2011
+++ packages/surfraw/surfraw.spec	Sat Apr  9 18:54:59 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	SURFRAW - rewolucyjny front użytkowników shellowych przeciwko WWW
 Name:		surfraw
 Version:	2.2.7
-Release:	1
+Release:	2
 License:	Public Domain
 Group:		Applications/Console
 Source0:	http://surfraw.alioth.debian.org/dist/%{name}-%{version}.tar.gz
@@ -57,7 +57,7 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure --libdir=%{_prefix}/lib
 %{__make}
 
 %install
@@ -73,8 +73,8 @@
 %defattr(644,root,root,755)
 %doc ChangeLog README AUTHORS HACKING TODO NEWS COPYING
 %attr(755,root,root) %{_bindir}/*
-%dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/*
+%dir %{_prefix}/lib/%{name}
+%attr(755,root,root) %{_prefix}/lib/%{name}/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/%{name}
 %{_mandir}/man1/*.1*
 
@@ -84,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2011/04/09 16:54:59  evil
+- install and package to %{_prefix}/lib instead of %{_libdir} as suggested by glen (noarch package)
+
 Revision 1.12  2011/04/08 11:53:50  evil
 - new homepage and download URLs
 - up to 2.2.7
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/surfraw/surfraw.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list