|
@@ -1,31 +1,30 @@
|
|
Name: unshield
|
|
Name: unshield
|
|
-Version: 0.6
|
|
+Version: 1.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Summary: Install InstallShield applications on a Pocket PC
|
|
+Summary: Extract CAB files from InstallShield installers
|
|
|
|
|
|
-Group: Applications/Communications
|
|
+Group: Applications/Accessories
|
|
License: MIT
|
|
License: MIT
|
|
-URL: http://synce.sourceforge.net/
|
|
+URL: https://github.com/twogood/unshield
|
|
-Source0: http://dl.sf.net/synce/unshield-0.6.tar.gz
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
-BuildRequires: zlib-devel
|
|
+Source0: https://github.com/twogood/unshield/archive/%{version}.tar.gz
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: autoconf
|
|
|
|
+BuildRequires: automake
|
|
BuildRequires: libtool
|
|
BuildRequires: libtool
|
|
|
|
+BuildRequires: zlib-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
-To install a Pocket PC application remotely, an installable
|
|
+This tool allows the extraction of InstallShield format cabinet files (which
|
|
-Microsoft Cabinet File is copied to the /Windows/AppMgr/Install
|
|
+are different from Microsoft cabinet files). It was initially developed as a
|
|
-directory on the PDA and then the wceload.exe is executed to
|
|
+part of the SynCE project to aid with installing applications for Pocket PC
|
|
-perform the actual install. That is a very simple procedure.
|
|
+devices, which were often contained in InstallShield installers, but these days
|
|
-
|
|
+that is rather less likely to be the primary use case.
|
|
-Unfortunately, many applications for Pocket PC are distributed as
|
|
|
|
-InstallShield installers for Microsoft Windows, and not as
|
|
|
|
-individual Microsoft Cabinet Files. That is very impractical for
|
|
|
|
-users of other operating systems, such as Linux or FreeBSD.
|
|
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
-Group: Development/Libraries
|
|
|
|
Summary: Files needed for software development with %{name}
|
|
Summary: Files needed for software development with %{name}
|
|
|
|
+Summary(ja): %{name} の開発用ファイル
|
|
|
|
+Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
|
|
|
|
@@ -37,6 +36,7 @@ The %{name}-devel package contains the files needed for development with
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+./bootstrap
|
|
%configure --disable-static --disable-rpath
|
|
%configure --disable-static --disable-rpath
|
|
make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
|
|
make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
|
|
|
|
|
|
@@ -68,6 +68,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/pkgconfig/libunshield.pc
|
|
%{_libdir}/pkgconfig/libunshield.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Oct 28 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0-1
|
|
|
|
+- updated to 1.0
|
|
|
|
+- updated URL
|
|
|
|
+- moved to Applications/Accessories Group
|
|
|
|
+
|
|
|
|
+* Sun Feb 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6-2
|
|
|
|
+- rebuild with Vine6 environment
|
|
|
|
+
|
|
* Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6-1
|
|
* Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|