rpms/unshield/devel unshield.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Sep 13 10:49:31 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/unshield/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30240/devel

Modified Files:
	.cvsignore sources 
Added Files:
	unshield.spec 
Log Message:
auto-import unshield-0.5-1 on branch devel from unshield-0.5-1.src.rpm


--- NEW FILE unshield.spec ---
Name:           unshield
Version:        0.5
Release:        1
Summary:        Install InstallShield applications on a Pocket PC

Group:          Applications/Communications
License:        MIT
URL:            http://synce.sourceforge.net/
Source0:        http://dl.sf.net/synce/unshield-0.5.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  zlib-devel

%description
To install a Pocket PC application remotely, an installable
Microsoft Cabinet File is copied to the /Windows/AppMgr/Install
directory on the PDA and then the wceload.exe is executed to
perform the actual install. That is a very simple procedure.

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
Group:          Development/Libraries
Summary:        Files needed for software development with %{name}
Requires:       %{name} = %{version}

%description devel
The %{name}-devel package contains the files needed for development with
%{name}

%prep
%setup -q


%build
%configure --disable-static --disable-rpath
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT%{_libdir}/libunshield.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_bindir}/unshield
%{_libdir}/libunshield.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/libunshield.so
%{_includedir}/libunshield.h
%{_datadir}/aclocal/unshield.m4

%changelog
* Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.5-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/unshield/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Sep 2005 10:48:50 -0000	1.1
+++ .cvsignore	13 Sep 2005 10:49:29 -0000	1.2
@@ -0,0 +1 @@
+unshield-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/unshield/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Sep 2005 10:48:50 -0000	1.1
+++ sources	13 Sep 2005 10:49:29 -0000	1.2
@@ -0,0 +1 @@
+ff6bb0fbe962bc00e230592c910b90ce  unshield-0.5.tar.gz




More information about the fedora-extras-commits mailing list