forked from pool/xfconf
This commit is contained in:
committed by
Git OBS Bridge
parent
14764e1ed4
commit
605e01fd61
28
xfconf.spec
28
xfconf.spec
@@ -19,20 +19,16 @@
|
||||
|
||||
|
||||
Name: xfconf
|
||||
%define libname lib%{name}-0-2
|
||||
Summary: Xfconf
|
||||
Version: 4.6.0
|
||||
Release: 2
|
||||
License: LGPL v2.1 or later
|
||||
Release: 3
|
||||
License: GPL v2 or later
|
||||
Url: http://www.xfce.org/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: rpmlintrc
|
||||
Group: System/GUI/XFCE
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: dbus-1-glib-devel glib2-devel gtk-doc libxfcegui4-devel
|
||||
Provides: xfce-mcs-manager = %{version}
|
||||
Obsoletes: xfce-mcs-manager < %{version}
|
||||
Provides: xfce-mcs-plugins = %{version}
|
||||
Obsoletes: xfce-mcs-plugins < %{version}
|
||||
|
||||
%description
|
||||
Xfconf
|
||||
@@ -44,14 +40,14 @@ Authors:
|
||||
Brian J. Tarricone <bjt23@cornell.edu>
|
||||
Stephan Arts <stephan@xfce.org>
|
||||
|
||||
%package -n libxfconf
|
||||
License: GPL v2 only
|
||||
%package -n libxfconf-0-2
|
||||
License: GPL v2 or later
|
||||
Summary: Xfconf
|
||||
Group: System/GUI/XFCE
|
||||
Provides: libxfce4mcs = %{version}
|
||||
Obsoletes: libxfce4mcs < %{version}
|
||||
|
||||
%description -n libxfconf
|
||||
%description -n libxfconf-0-2
|
||||
Xfconf
|
||||
|
||||
|
||||
@@ -62,10 +58,10 @@ Authors:
|
||||
Stephan Arts <stephan@xfce.org>
|
||||
|
||||
%package -n libxfconf-devel
|
||||
License: LGPL v2.1 or later
|
||||
License: GPL v2 or later
|
||||
Summary: Xfconf
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libxfconf = %{version}
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: glib2-devel libxfcegui4-devel dbus-1-glib-devel
|
||||
Provides: libxfce4mcs-devel = %{version}
|
||||
Obsoletes: libxfce4mcs-devel < %{version}
|
||||
@@ -99,9 +95,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -n libxfconf -p /sbin/ldconfig
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libxfconf -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
@@ -110,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/xfconfd
|
||||
%{_datadir}/dbus-1/services/*
|
||||
|
||||
%files -n libxfconf
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
@@ -122,6 +118,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 09 2009 prusnak@suse.cz
|
||||
- fix package names according to shared library policy
|
||||
* Fri Feb 27 2009 prusnak@suse.cz
|
||||
- updated to 4.6.0 (Xfce 4.6.0 release)
|
||||
* Mon Aug 18 2008 prusnak@suse.cz
|
||||
|
Reference in New Issue
Block a user