rpms/orange/devel orange-chris.patch, NONE, 1.1 orange.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Nov 24 23:38:28 UTC 2005


Author: awjb

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

Modified Files:
	.cvsignore sources 
Added Files:
	orange-chris.patch orange.spec 
Log Message:
auto-import orange-0.3-0.cvs20051118 on branch devel from orange-0.3-0.cvs20051118.src.rpm

orange-chris.patch:

--- NEW FILE orange-chris.patch ---
--- orange/lib/squeeze.c.chris  2005-11-18 15:56:56.000000000 +0100
+++ orange/lib/squeeze.c        2005-11-18 15:56:16.000000000 +0100
@@ -226,7 +226,7 @@
       synce_trace("Found MSI format.");
   }
 #endif
-  else if (strstr(description, "MS-DOS executable (EXE), OS/2 or MS Windows"))
+  else if (strstr(description, " executable "))
   {
     success = squeeze_exe(filename, output_directory);
   }


--- NEW FILE orange.spec ---
Name:           orange
Version:        0.3
Release:        0.cvs20051118%{?dist}
Summary:        Squeeze out installable Microsoft cabinet files

Group:          Applications/Communications
License:        MIT
URL:            http://synce.sourceforge.net/
# Obtained through:
# cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/synce co -P orange
Source0:        orange-CVS-20051118.tar.gz
Patch0:         orange-chris.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  synce-devel
BuildRequires:  dynamite-devel
BuildRequires:  unshield-devel
BuildRequires:  libgsf-devel
BuildRequires:  file
BuildRequires:  zlib-devel

%description
Orange is a tool and library for squeezing out juicy installable Microsoft
Cabinet Files from self-extracting installers for Microsoft Windows and some
other installer file formats

%package devel
Group:          Development/Libraries
Summary:        Files needed for software development with %{name}
Requires:       %{name} = %{version}-%{release}

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

%prep
%setup -q -n orange
%patch0 -p1 -b .chris

%build
./bootstrap
%configure --disable-static --disable-rpath \
--with-libsynce-include=%{_includedir} --with-libsynce-lib=%{_libdir} \
--with-libdynamite-include=%{_includedir} --with-libdynamite-lib=%{_libdir} \
--with-libunshield-include=%{_includedir} --with-libunshield-lib=%{_libdir} \
--with-libgsf

make %{?_smp_mflags}

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

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

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/orange
%{_libdir}/liborange.so.*

%files devel
%{_libdir}/liborange.so
%{_includedir}/liborange.h

%changelog
* Fri Nov 18 2005 Christian Iseli <Christian.Iseli[AT]licr.org> 0.3-0
- grab latest from CVS to use libgsf instead of obsolete libole2

* Tue Sep 27 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.3-2
- include patch for new libole2

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/orange/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Nov 2005 23:37:43 -0000	1.1
+++ .cvsignore	24 Nov 2005 23:38:26 -0000	1.2
@@ -0,0 +1 @@
+orange-CVS-20051118.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/orange/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Nov 2005 23:37:43 -0000	1.1
+++ sources	24 Nov 2005 23:38:26 -0000	1.2
@@ -0,0 +1 @@
+4098b8ea4856cccdff519910258a9ed1  orange-CVS-20051118.tar.gz




More information about the fedora-extras-commits mailing list