File: orange.spec

package info (click to toggle)
orange 0.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,044 kB
  • ctags: 299
  • sloc: sh: 7,824; ansic: 2,419; makefile: 83
file content (58 lines) | stat: -rw-r--r-- 1,201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# vim: tw=60
%define prefix   /usr
%define name     orange
%define rel      1

Summary: Squeeze out installable Microsoft cabinet files
Name: %{name}
Version: 0.2
Release: %{rel}
License: MIT
Group: Applications/Archiving
Source: %{name}-%{version}.tar.gz
URL: http://synce.sourceforge.net/
Distribution: SynCE RPM packages
Vendor: The SynCE Project
Packager: David Eriksson <twogood@users.sourceforge.net>
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: dynamite
Requires: synce
Requires: unshield >= 0.2

%description
See http://synce.sourceforge.net/synce for more information.

%package devel
Summary:  A library to squeeze out installable Micrsoft cabinet files
Group:    Development/Libraries
Requires: %{name} = %{version}
BuildRequires: dynamite-devel
BuildRequires: synce-devel
BuildRequires: unshield-devel

%description devel
See http://synce.sourceforge.net/synce for more information.

%prep
%setup

%build
%configure
make

%install
%makeinstall

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

%files devel
%defattr(-,root,root)
%{_includedir}/liborange.h
%{_libdir}/liborange.so
%{_libdir}/liborange.a
%{_libdir}/liborange.la