source: projects/specs/branches/6/o/orange/orange-vl.spec @ 5581

Revision 5581, 3.8 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

Line 
1Name:           orange
2Version:        0.4
3Release:        2%{?_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* Sun Feb 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.4-2
73- rebuild with Vine6 environment
74
75* Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.4-1
76- initial build for Vine Linux
77
78
79* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
81
82* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
84
85* Sun Feb 08 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
86- 0.4-1
87- version upgrade
88
89* Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
90- 0.3.2-1
91- version upgrade
92
93* Mon Dec 03 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
94- 0.3-5.cvs20051118
95- fix BR
96
97* Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
98- 0.3-5.cvs20051118
99- rebuild for buildid
100
101
102* Mon Dec 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1030.3-4.cvs20051118
104- bump
105
106* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.3-3.cvs20051118
107 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
108
109* Mon Sep 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1100.3-2.cvs20051118
111- FE6 rebuild
112- Fix BR
113
114* Wed Mar 22 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1150.3-1.cvs20051118
116- Bump for libgsf
117- fix versioning
118
119* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1200.3-0.cvs20051118.fc5.2
121- Rebuild for Fedora Extras 5
122
123* Thu Dec 15 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1240.3-0.cvs20051118.fc5.1
125- rebuild
126
127* Fri Nov 18 2005 Christian Iseli <Christian.Iseli[AT]licr.org> 0.3-0
128- grab latest from CVS to use libgsf instead of obsolete libole2
129
130* Tue Sep 27 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1310.3-2
132- include patch for new libole2
133
134* Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1350.3-1
136- Initial Release
Note: See TracBrowser for help on using the repository browser.