SPECS: crossmingw32-libiconv.spec - clean up - dlls added
czarny
czarny at pld-linux.org
Tue Feb 20 19:34:50 CET 2007
Author: czarny Date: Tue Feb 20 18:34:50 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- clean up
- dlls added
---- Files affected:
SPECS:
crossmingw32-libiconv.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/crossmingw32-libiconv.spec
diff -u SPECS/crossmingw32-libiconv.spec:1.13 SPECS/crossmingw32-libiconv.spec:1.14
--- SPECS/crossmingw32-libiconv.spec:1.13 Mon Feb 12 22:23:51 2007
+++ SPECS/crossmingw32-libiconv.spec Tue Feb 20 19:34:44 2007
@@ -1,13 +1,13 @@
# $Revision$, $Date$
-%define realname libiconv
Summary: Character set conversion library - mingw32 cross version
Summary(pl.UTF-8): Biblioteka konwersji zestawów znaków - wersja skrośna dla mingw32
-Name: crossmingw32-%{realname}
+%define _realname libiconv
+Name: crossmingw32-%{_realname}
Version: 1.11
Release: 1
License: LGPL
Group: Libraries
-Source0: ftp://ftp.gnu.org/gnu/libiconv/%{realname}-%{version}.tar.gz
+Source0: ftp://ftp.gnu.org/gnu/libiconv/%{_realname}-%{version}.tar.gz
# Source0-md5: b77a17e4a5a817100ad4b2613935055e
Patch0: %{name}.patch
URL: http://www.gnu.org/software/libiconv/
@@ -22,9 +22,13 @@
%define target i386-mingw32
%define target_platform i386-pc-mingw32
+%define arch %{_prefix}/%{target}
+%define gccarch %{_prefix}/lib/gcc-lib/%{target}
+%define gcclib %{_prefix}/lib/gcc-lib/%{target}/%{version}
+
%define _sysprefix /usr
%define _prefix %{_sysprefix}/%{target}
-
+%define _pkgconfigdir %{_prefix}/lib/pkgconfig
%define __cc %{target}-gcc
%define __cxx %{target}-g++
@@ -47,18 +51,18 @@
Ten pakiet zawiera wersję skrośną dla mingw32.
%package dll
-Summary: %{realname} - DLL library for Windows
-Summary(pl.UTF-8): %{realname} - biblioteka DLL dla Windows
+Summary: %{_relaname} - DLL library for Windows
+Summary(pl.UTF-8): %{_relaname} - biblioteka DLL dla Windows
Group: Applications/Emulators
%description dll
-%{realname} - DLL library for Windows.
+%{_realname} - DLL library for Windows.
%description dll -l pl.UTF-8
-%{realname} - biblioteka DLL dla Windows.
+%{_realname} - biblioteka DLL dla Windows.
%prep
-%setup -q -n %{realname}-%{version}
+%setup -q -n %{_realname}-%{version}
%patch0 -p1
%build
@@ -97,6 +101,7 @@
%files dll
%defattr(644,root,root,755)
+%{_bindir}/lib*.dll
%{_datadir}/wine/windows/system/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -105,6 +110,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2007/02/20 18:34:44 czarny
+- clean up
+- dlls added
+
Revision 1.13 2007/02/12 21:23:51 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/crossmingw32-libiconv.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list