File: xfce-mcs-manager.spec.in

package info (click to toggle)
xfce-mcs-manager 4.3.99.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,008 kB
  • ctags: 110
  • sloc: sh: 9,079; xml: 592; ansic: 585; makefile: 232
file content (53 lines) | stat: -rw-r--r-- 1,246 bytes parent folder | download | duplicates (2)
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
Summary: 	Multi channel settings manager
Name: 		@PACKAGE_TARNAME@
Version: 	@PACKAGE_VERSION@
Release: 	1
License:	LGPL
URL: 		http://www.xfce.org/
Source0: 	%{name}-%{version}.tar.gz
Group: 		User Interface/Desktops
BuildRoot: 	%{_tmppath}/%{name}-root
Requires:	libxfce4mcs >= @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@
Requires:	libxfcegui4 >= @LIBXFCEGUI4_REQUIRED_VERSION@
BuildRequires:	libxfce4mcs-devel >= @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@
BuildRequires: 	libxfcegui4-devel >= @LIBXFCEGUI4_REQUIRED_VERSION@

%description
xfce-mcs-manager is a multi channel settings manager for xfce4

%package devel
Summary:	header file to build xfce-mcs-manager plugins
Group:		Development/Libraries
Requires:	@PACKAGE_TARNAME@

%description devel
Header files for other apps to be able to build their own mcs plugins.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README INSTALL TODO COPYING AUTHORS
%{_datadir}/xfce4/doc
%{_bindir}/*
%{_datadir}/locale
%{_datadir}/applications
%{_datadir}/icons

%files devel
%defattr(-, root, root)
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/xfce-mcs-manager