]> git.pld-linux.org Git - packages/opal.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 18 May 2006 18:37:05 +0000 (18:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed install on x8664

Changed files:
    opal.spec -> 1.15

opal.spec

index 0d2f9e6f7c0092936eb9dcd93bd8797cb4ea506f..d86d656fd0407dbe50a1759d5c430c3f329ab877 100644 (file)
--- a/opal.spec
+++ b/opal.spec
@@ -6,7 +6,7 @@ Summary:        Open Phone Abstraction Library (aka OpenH323 v2)
 Summary(pl):   Biblioteka Open Phone Abstraction Library (aka OpenH323 v2)
 Name:          opal
 Version:       2.2.1
-Release:       1
+Release:       2
 License:       MPL
 Group:         Libraries
 Source0:       http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
@@ -36,7 +36,7 @@ bez op
 Summary:       Opal development files
 Summary(pl):   Pliki dla developerów Opal
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      libstdc++-devel
 Requires:      pwlib-devel
 
@@ -52,7 +52,7 @@ u
 Summary:       OPAL static libraries
 Summary(pl):   Biblioteki statyczne OPAL
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 OPAL static libraries.
@@ -89,7 +89,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/opal,%{_bindir},%{_datadir}
         DESTDIR=$RPM_BUILD_ROOT
 
 # using cp as install won't preserve links
-cp -d %{_lib}/lib*.a $RPM_BUILD_ROOT%{_libdir}
+cp -d lib/lib*.a $RPM_BUILD_ROOT%{_libdir}
 install version.h $RPM_BUILD_ROOT%{_includedir}/opal
 install samples/simple/obj_*/simpleopal $RPM_BUILD_ROOT%{_bindir}
 sed -i -e 's@\$(OPALDIR)/include@&/opal@' $RPM_BUILD_ROOT%{_datadir}/opal/opal_inc.mak
This page took 0.097664 seconds and 4 git commands to generate.