File: capseo.spec.in

package info (click to toggle)
capseo 0.3.0~svn158-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,692 kB
  • ctags: 261
  • sloc: sh: 9,020; cpp: 1,447; asm: 265; makefile: 98; ansic: 44
file content (47 lines) | stat: -rw-r--r-- 895 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
%define name capseo
%define version @VERSION@
%define release 1

Summary: Capseo Video Codec
Name: %{name}
Version: %{version}
Release: %{release}
Source: http://upstream.rm-rf.in/${name}/%{name}-%{version}.tbz2
Vendor: Captury
URL: http://rm-rf.in/captury
License: GPL
Group: Libraries/MultiMedia
Prefix: %{_prefix}

%description
This library contains the reference capseo codec API and implementation.

%prep
%setup
#%setup -q

%build
make

%install
make install DESTDIR=%RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_prefix}/bin/cpsrecode
%{_prefix}/lib/lib*.a
%{_prefix}/lib/lib*.la
%{_prefix}/lib/lib*.so
%{_prefix}/include/*
%{_prefix}/lib/pkgconfig/*

%changelog
* 2007-06-013 Christian Parpart <trapni@gentoo.org>
- initial spec file, and my very first one :D