File: mozplugger.spec

package info (click to toggle)
mozplugger 1.7.3-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 356 kB
  • ctags: 1,228
  • sloc: ansic: 4,090; makefile: 166
file content (52 lines) | stat: -rw-r--r-- 1,127 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
%define name mozplugger
%define version 1.7.3
%define release 1

Summary: A generic mozilla plug-in
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://mozdev.mirrors.nyphp.org/mozplugger/%{name}-%{version}.tar.gz
License: GPL
Group: Networking/WWW
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: m4
URL: http://mozplugger.mozdev.org/

%description
MozPlugger is a generic Mozilla plug-in that allows the use of standard Linux
programs as plug-ins for media types on the Internet.

%pre
if [ ! -d /usr/lib/mozilla ]; then
ln -s /usr/lib/mozilla-* /usr/lib/mozilla
fi

%prep
%setup -q

%build
make linux

%install
make install root=$RPM_BUILD_ROOT

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%config /etc/mozpluggerrc
%{_bindir}/*
/usr/lib/mozilla/plugins/mozplugger.so
%{_mandir}/man7/mozplugger.7*

%changelog
* Mon Dec 20 2004 Louis Bavoil <bavoil@sci.utah.edu>
- removed dependency with Mozilla.

* Mon Feb  2 2004 MATSUURA Takanori <t-matsuu@estyle.ne.jp>
- rebuilt from spec file in mozplugger-1.5.0.tar.gz
- mozpluggerrc is packed as config file.
- added URL to spec file
# end of file