rpms/unshield/F-8 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 unshield.spec, 1.7, 1.8 unshield-x86-64.patch, 1.1, NONE

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Jun 17 08:46:44 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/unshield/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25425/F-8

Modified Files:
	.cvsignore sources unshield.spec 
Removed Files:
	unshield-x86-64.patch 
Log Message:
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unshield/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Sep 2005 10:49:29 -0000	1.2
+++ .cvsignore	17 Jun 2008 08:45:17 -0000	1.3
@@ -1 +1 @@
-unshield-0.5.tar.gz
+unshield-0.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unshield/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Sep 2005 10:49:29 -0000	1.2
+++ sources	17 Jun 2008 08:45:17 -0000	1.3
@@ -1 +1 @@
-ff6bb0fbe962bc00e230592c910b90ce  unshield-0.5.tar.gz
+cc06e5573a4d5095871bf1bb14f3da1f  unshield-0.5.1.tar.gz


Index: unshield.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unshield/F-8/unshield.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unshield.spec	23 Aug 2007 05:46:55 -0000	1.7
+++ unshield.spec	17 Jun 2008 08:45:17 -0000	1.8
@@ -1,16 +1,16 @@
 Name:           unshield
-Version:        0.5
-Release:        7%{?dist}
+Version:        0.5.1
+Release:        1%{?dist}
 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
-Patch0:         unshield-x86-64.patch
+Source0:        http://dl.sf.net/synce/unshield-0.5.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  zlib-devel
+BuildRequires:  libtool
 
 %description
 To install a Pocket PC application remotely, an installable
@@ -27,6 +27,7 @@
 Group:          Development/Libraries
 Summary:        Files needed for software development with %{name}
 Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
 %description devel
 The %{name}-devel package contains the files needed for development with
@@ -34,18 +35,17 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static --disable-rpath
-make %{?_smp_mflags}
+make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/libunshield.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/libunshield.{,l}a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,15 +58,20 @@
 %defattr(-,root,root,-)
 %doc README LICENSE
 %{_bindir}/unshield
+%{_mandir}/man1/unshield.1.gz
 %{_libdir}/libunshield.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libunshield.so
 %{_includedir}/libunshield.h
-%{_datadir}/aclocal/unshield.m4
+%{_libdir}/pkgconfig/libunshield.pc
 
 %changelog
+* Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.5.1-1
+- version upgrade
+
 * Thu Aug 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.5-7
 - rebuild for buildid


--- unshield-x86-64.patch DELETED ---




More information about the fedora-extras-commits mailing list