SPECS: lua50.spec - use lua.pc for pkgconfig file (not to patch co...
glen
glen at pld-linux.org
Sat Sep 3 19:10:47 CEST 2005
Author: glen Date: Sat Sep 3 17:10:47 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use lua.pc for pkgconfig file (not to patch configure.ac everywhere when program needs pkgconfig file)
---- Files affected:
SPECS:
lua50.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: SPECS/lua50.spec
diff -u SPECS/lua50.spec:1.23 SPECS/lua50.spec:1.24
--- SPECS/lua50.spec:1.23 Mon Aug 22 17:27:36 2005
+++ SPECS/lua50.spec Sat Sep 3 19:10:42 2005
@@ -7,7 +7,7 @@
Summary(pl): Prosty, lekki ale potężny, osadzalny język programowania
Name: lua50
Version: 5.0.2
-Release: 5
+Release: 5.1
License: MIT
Group: Development/Languages
Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz
@@ -150,7 +150,7 @@
# create pkgconfig file
install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
-cat > $RPM_BUILD_ROOT%{_pkgconfigdir}/%{name}.pc <<'EOF'
+cat > $RPM_BUILD_ROOT%{_pkgconfigdir}/lua.pc <<'EOF'
prefix=%{_prefix}
exec_prefix=%{_exec_prefix}
includedir=%{_includedir}/%{name}
@@ -185,7 +185,7 @@
%doc refman.ps.gz doc test
%attr(755,root,root) %{_libdir}/lib*.so
%{_includedir}/lua50
-%{_pkgconfigdir}/%{name}.pc
+%{_pkgconfigdir}/*.pc
%files static
%defattr(644,root,root,755)
@@ -203,6 +203,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2005/09/03 17:10:42 glen
+- use lua.pc for pkgconfig file (not to patch configure.ac everywhere when program needs pkgconfig file)
+
Revision 1.23 2005/08/22 15:27:36 glen
- fix compiler path in pkgconfig file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lua50.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list