SPECS: esdl.spec - drop version from install path

wiget wiget at pld-linux.org
Sun Dec 28 16:39:44 CET 2008


Author: wiget                        Date: Sun Dec 28 15:39:44 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop version from install path

---- Files affected:
SPECS:
   esdl.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/esdl.spec
diff -u SPECS/esdl.spec:1.1 SPECS/esdl.spec:1.2
--- SPECS/esdl.spec:1.1	Sun Dec 28 16:12:48 2008
+++ SPECS/esdl.spec	Sun Dec 28 16:39:39 2008
@@ -4,7 +4,7 @@
 Summary:	SDL and OpenGL functionality for erlang programs
 Name:		esdl
 Version:	0.96.0626
-Release:	0.1
+Release:	0.2
 License:	BSD-like
 Group:		Development/Languages
 Source0:	http://downloads.sourceforge.net/esdl/%{name}-%{version}.src.tar.gz
@@ -33,7 +33,7 @@
 install -d $RPM_BUILD_ROOT%{_libdir}/erlang/lib
 
 %{__make} install \
-	INSTALLDIR=$RPM_BUILD_ROOT%{_libdir}/erlang/lib/%{name}-%{version}
+	INSTALLDIR=$RPM_BUILD_ROOT%{_libdir}/erlang/lib/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -41,7 +41,7 @@
 %files
 %defattr(644,root,root,755)
 %doc doc/*.html license.terms Readme
-%{_libdir}/erlang/lib/%{name}-%{version}
+%{_libdir}/erlang/lib/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -49,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/12/28 15:39:39  wiget
+- drop version from install path
+
 Revision 1.1  2008/12/28 15:12:48  wiget
 - initial
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/esdl.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list