source: projects/specs/trunk/o/orange/orange-vl.spec @ 1197

Revision 1197, 3.7 KB checked in by Takemikaduchi, 14 years ago (diff)

update wine and add wine-doors

Line 
1Name:           orange
2Version:        0.4
3Release:        1%{?_dist_release}
4Summary:        Squeeze out installable Microsoft cabinet files
5
6Group:          Applications/Communications
7License:        MIT
8URL:            http://synce.sourceforge.net/
9Source0:        http://downloads.sourceforge.net/synce/liborange-0.4.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildRequires:  libsynce-devel
13BuildRequires:  dynamite-devel
14BuildRequires:  unshield-devel >= 0.5.1
15BuildRequires:  libgsf-devel
16BuildRequires:  file
17BuildRequires:  zlib-devel
18
19%description
20Orange is a tool and library for squeezing out juicy installable Microsoft
21Cabinet Files from self-extracting installers for Microsoft Windows and some
22other installer file formats
23
24%package devel
25Group:          Development/Libraries
26Summary:        Files needed for software development with %{name}
27Requires:       %{name} = %{version}-%{release}
28Requires:       pkgconfig
29
30%description devel
31The %{name}-devel package contains the files needed for development with
32%{name}
33
34%prep
35%setup -q -n liborange-%{version}
36
37%build
38%configure --disable-static --disable-rpath \
39--with-libsynce-include=%{_includedir} --with-libsynce-lib=%{_libdir} \
40--with-libdynamite-include=%{_includedir} --with-libdynamite-lib=%{_libdir} \
41--with-libunshield-include=%{_includedir} --with-libunshield-lib=%{_libdir} \
42--with-libgsf
43
44make %{?_smp_mflags}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT
49
50rm -f $RPM_BUILD_ROOT%{_libdir}/liborange.{,l}a
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post -p /sbin/ldconfig
56
57%postun -p /sbin/ldconfig
58
59%files
60%defattr(-,root,root,-)
61%doc LICENSE
62%{_bindir}/orange
63%{_libdir}/liborange.so.*
64%{_mandir}/man1/orange.1.gz
65
66%files devel
67%{_libdir}/liborange.so
68%{_includedir}/liborange*h
69%{_libdir}/pkgconfig/liborange.pc
70
71%changelog
72* Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.4-1
73- initial build for Vine Linux
74
75
76* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
78
79* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
81
82* Sun Feb 08 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
83- 0.4-1
84- version upgrade
85
86* Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
87- 0.3.2-1
88- version upgrade
89
90* Mon Dec 03 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
91- 0.3-5.cvs20051118
92- fix BR
93
94* Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
95- 0.3-5.cvs20051118
96- rebuild for buildid
97
98
99* Mon Dec 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1000.3-4.cvs20051118
101- bump
102
103* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.3-3.cvs20051118
104 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
105
106* Mon Sep 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1070.3-2.cvs20051118
108- FE6 rebuild
109- Fix BR
110
111* Wed Mar 22 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1120.3-1.cvs20051118
113- Bump for libgsf
114- fix versioning
115
116* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1170.3-0.cvs20051118.fc5.2
118- Rebuild for Fedora Extras 5
119
120* Thu Dec 15 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1210.3-0.cvs20051118.fc5.1
122- rebuild
123
124* Fri Nov 18 2005 Christian Iseli <Christian.Iseli[AT]licr.org> 0.3-0
125- grab latest from CVS to use libgsf instead of obsolete libole2
126
127* Tue Sep 27 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1280.3-2
129- include patch for new libole2
130
131* Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1320.3-1
133- Initial Release
Note: See TracBrowser for help on using the repository browser.