forked from jbazik/flumotion-decklink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flumotion-decklink.spec.in
48 lines (35 loc) · 975 Bytes
/
flumotion-decklink.spec.in
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
Name: @PACKAGE@
Version: @PACKAGE_VERSION_SPEC@
Release: @PACKAGE_VERSION_RELEASE@%{?dist}
Summary: Flumotion Blackmagic DeckLink Device support.
Group: Applications/Internet
License: LGPL
URL: http://www.fluendo.net/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: flumotion >= @FLU_REQ@
BuildRequires: gettext
BuildRequires: python >= 2.3
BuildRequires: flumotion >= @FLU_REQ@
BuildRequires: epydoc
BuildRequires: pkgconfig
%description
Flumotion Blackmagic DeckLink Device support.
%prep
%setup -q
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang flumotion-decklink
%clean
rm -rf $RPM_BUILD_ROOT
%files -f flumotion-decklink.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING README AUTHORS
%{_libdir}/flumotion
%changelog
* Wed Jun 6 2012 John Bazik <[email protected]>
- init