From 14764e1ed44165d201bd392b538ed3b4d91a7265adbf7e6888dc002fc79d9b60 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 8 Mar 2009 23:34:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfconf?expand=0&rev=1 --- .gitattributes | 23 ++++++++ .gitignore | 1 + ready | 0 rpmlintrc | 1 + xfconf-4.6.0.tar.bz2 | 3 + xfconf.changes | 10 ++++ xfconf.spec | 128 +++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 166 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 ready create mode 100644 rpmlintrc create mode 100644 xfconf-4.6.0.tar.bz2 create mode 100644 xfconf.changes create mode 100644 xfconf.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 diff --git a/rpmlintrc b/rpmlintrc new file mode 100644 index 0000000..3beecc9 --- /dev/null +++ b/rpmlintrc @@ -0,0 +1 @@ +addFilter(".*shlib-policy-name-error.*") diff --git a/xfconf-4.6.0.tar.bz2 b/xfconf-4.6.0.tar.bz2 new file mode 100644 index 0000000..5a61705 --- /dev/null +++ b/xfconf-4.6.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7a85e2e0058e778fbecd684bf5b236b4784b21ea35ac3cdae347012e63f69d +size 435165 diff --git a/xfconf.changes b/xfconf.changes new file mode 100644 index 0000000..b726903 --- /dev/null +++ b/xfconf.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 27 14:17:02 CET 2009 - prusnak@suse.cz + +- updated to 4.6.0 (Xfce 4.6.0 release) + +------------------------------------------------------------------- +Mon Aug 18 10:57:38 CEST 2008 - prusnak@suse.cz + +- created package (version 4.5.80) + diff --git a/xfconf.spec b/xfconf.spec new file mode 100644 index 0000000..f94f17c --- /dev/null +++ b/xfconf.spec @@ -0,0 +1,128 @@ +# +# spec file for package xfconf (Version 4.6.0) +# +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + + +Name: xfconf +Summary: Xfconf +Version: 4.6.0 +Release: 2 +License: LGPL v2.1 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 + + + +Authors: +-------- + Brian J. Tarricone + Stephan Arts + +%package -n libxfconf +License: GPL v2 only +Summary: Xfconf +Group: System/GUI/XFCE +Provides: libxfce4mcs = %{version} +Obsoletes: libxfce4mcs < %{version} + +%description -n libxfconf +Xfconf + + + +Authors: +-------- + Brian J. Tarricone + Stephan Arts + +%package -n libxfconf-devel +License: LGPL v2.1 or later +Summary: Xfconf +Group: Development/Libraries/C and C++ +Requires: libxfconf = %{version} +Requires: glib2-devel libxfcegui4-devel dbus-1-glib-devel +Provides: libxfce4mcs-devel = %{version} +Obsoletes: libxfce4mcs-devel < %{version} +Provides: xfce-mcs-manager-devel = %{version} +Obsoletes: xfce-mcs-manager-devel < %{version} + +%description -n libxfconf-devel +Xfconf + + + +Authors: +-------- + Brian J. Tarricone + Stephan Arts + +%prep +%setup -q + +%build +%configure \ + --disable-static \ + --enable-gtk-doc +make %{?jobs:-j%jobs} + +%install +make DESTDIR=$RPM_BUILD_ROOT install +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -n libxfconf -p /sbin/ldconfig + +%postun -n libxfconf -p /sbin/ldconfig + +%files -f %{name}.lang +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog README TODO +%{_bindir}/* +%{_libdir}/xfconfd +%{_datadir}/dbus-1/services/* + +%files -n libxfconf +%defattr(-,root,root) +%{_libdir}/*.so.* + +%files -n libxfconf-devel +%defattr(-,root,root) +%doc %{_datadir}/gtk-doc/html/xfconf +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/* + +%changelog +* Fri Feb 27 2009 prusnak@suse.cz +- updated to 4.6.0 (Xfce 4.6.0 release) +* Mon Aug 18 2008 prusnak@suse.cz +- created package (version 4.5.80)