SPECS: synce-unshield.spec (NEW) - new in PLD

prism prism at pld-linux.org
Sun Oct 30 00:22:26 CEST 2005


Author: prism                        Date: Sat Oct 29 22:22:26 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new in PLD

---- Files affected:
SPECS:
   synce-unshield.spec (1.2 -> 1.3)  (NEW)

---- Diffs:

================================================================
Index: SPECS/synce-unshield.spec
diff -u /dev/null SPECS/synce-unshield.spec:1.3
--- /dev/null	Sun Oct 30 00:22:26 2005
+++ SPECS/synce-unshield.spec	Sun Oct 30 00:22:20 2005
@@ -0,0 +1,126 @@
+# $Revision$, $Date$
+
+%define	_realname	unshield
+
+Summary:	SynCE Unshield - a tool to extract InstallShield Cabinet files
+Summary(pl):	SynCE Unshield - narzędzie do rozpakowywania archiwów InstallShield
+Name:		synce-%{_realname}
+Version:	0.5
+Release:	1
+License:	MIT
+Group:		Applications
+Source0:	http://dl.sourceforge.net/synce/%{_realname}-%{version}.tar.gz
+# Source0-md5:	ff6bb0fbe962bc00e230592c910b90ce
+URL:		http://synce.sourceforge.net/
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake >= 1.4
+BuildRequires:	libtool
+BuildRequires:	rpmbuild(macros) >= 1.213
+Requires:	%{name}-libs = %{version}
+ExcludeArch:	%{x8664} alpha ia64 ppc64 s390x sparc64
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An installer created by the InstallShield software stores the files it
+will install inside of InstallShield Cabinet Files. It would thus be
+desirable to be able to extract the Microsoft Cabinet Files from the
+InstallShield Cabinet Files in order to be able to install the
+applications without access to Microsoft Windows. Unshield is a
+solution that allows to perform this task.
+
+%description -l pl
+Instalator stworzony przez oprogramowanie InstallShield przechowuje
+pliki do zainstalowania wewnątrz plików InstallShield Cabinet. Jest
+pożądane, by dało się rozpakować zawartość plików InstallShield
+Cabinet w celu instalacji aplikacji bez dostępu do Microsoft Windows.
+Unshield jest narzędziem stworzonym do tego celu.
+
+%package libs
+Summary:	The Unshield library
+Summary(pl):	Biblioteka Unshield
+Group:		Development/Libraries
+
+%description libs
+The Unshield library.
+
+%description libs -l pl
+Biblioteka Unshield.
+
+%package libs-devel
+Summary:	Header files for the Unshield library
+Summary(pl):	Pliki nagłówkowe biblioteki Unshield
+Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description libs-devel
+Header files for the Unshield library.
+
+%description libs-devel -l pl
+Pliki nagłówkowe biblioteki Unshield.
+
+%package libs-static
+Summary:	Static Unshield library
+Summary(pl):	Statyczna biblioteka Unshield
+Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description libs-static
+Static RAPI library.
+
+%description libs-static -l pl
+Statyczna biblioteka RAPI.
+
+%prep
+%setup -q -n %{_realname}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README* TODO
+%attr(755,root,root) %{_bindir}/*
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libunshield.so.*.*.*
+
+%files libs-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libunshield.so
+%{_libdir}/libunshield.la
+%{_includedir}/libunshield.h
+%{_aclocaldir}/unshield.m4
+
+%files libs-static
+%defattr(644,root,root,755)
+%{_libdir}/libunshield.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.3  2005/10/29 22:22:20  prism
+- new in PLD
+
================================================================



More information about the pld-cvs-commit mailing list