packages: autotrace/autotrace.spec - ghost soname symlink, more explicit fi...

qboosh qboosh at pld-linux.org
Sun Oct 31 17:08:43 CET 2010


Author: qboosh                       Date: Sun Oct 31 16:08:43 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- ghost soname symlink, more explicit files
- GPL version (v2+)

---- Files affected:
packages/autotrace:
   autotrace.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: packages/autotrace/autotrace.spec
diff -u packages/autotrace/autotrace.spec:1.28 packages/autotrace/autotrace.spec:1.29
--- packages/autotrace/autotrace.spec:1.28	Mon Feb 12 22:23:48 2007
+++ packages/autotrace/autotrace.spec	Sun Oct 31 17:08:38 2010
@@ -4,9 +4,9 @@
 Name:		autotrace
 Version:	0.31.1
 Release:	7
-License:	GPL
-Group:		Applications
-Source0:	http://dl.sourceforge.net/autotrace/%{name}-%{version}.tar.gz
+License:	GPL v2+
+Group:		Applications/Graphics
+Source0:	http://downloads.sourceforge.net/autotrace/%{name}-%{version}.tar.gz
 # Source0-md5:	54eabbb38d2076ded6d271e1ee4d0783
 Patch0:		%{name}-link.patch
 Patch1:		%{name}-aclocal.patch
@@ -72,9 +72,9 @@
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-%configure \
-	--enable-shared
+%configure
 
 %{__make}
 
@@ -94,21 +94,22 @@
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README THANKS
 %attr(755,root,root) %{_bindir}/autotrace
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_libdir}/libautotrace.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libautotrace.so.3
+%{_mandir}/man1/autotrace.1*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/autotrace-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libautotrace.so
+%{_libdir}/libautotrace.la
 %{_includedir}/autotrace
 %{_aclocaldir}/autotrace.m4
-%{_pkgconfigdir}/*
+%{_pkgconfigdir}/autotrace.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libautotrace.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -116,6 +117,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2010/10/31 16:08:38  qboosh
+- ghost soname symlink, more explicit files
+- GPL version (v2+)
+
 Revision 1.28  2007/02/12 21:23:48  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/autotrace/autotrace.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list