]> git.pld-linux.org Git - packages/exo.git/commitdiff
- 0.3.1.6beta1, added xfce-preferred-applications subpkg, fixed/updated BR
authorfreetz <freetz@pld-linux.org>
Wed, 3 May 2006 16:56:47 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exo.spec -> 1.15.2.1

exo.spec

index 7d7a5d240ff472b7bf4abc985b3203387a275607..71e009a524f6a3be7e25e456d63d6e622ab3a712 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -2,24 +2,26 @@
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
+%define                _pre    beta1
 Summary:       Extension library to Xfce developed by os-cillation
 Summary(pl):   Biblioteka rozszerzeñ do Xfce opracowana przez os-cillation
 Name:          libexo
-Version:       0.3.0
-Release:       1
+Version:       0.3.1.6
+Release:       0.%{_pre}.1
 License:       GPL v2
 Group:         Libraries
-Source0:       http://download.berlios.de/xfce-goodies/exo-%{version}.tar.bz2
-# Source0-md5: ffcd73ec6b34f19c81afdc3f1a97377b
+Source0:       http://download.berlios.de/xfce-goodies/exo-%{version}%{_pre}.tar.bz2
+# Source0-md5: 27428c5462837162ccda6ae1d2626627
 URL:           http://www.os-cillation.com/
 BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 2:2.6.0
 BuildRequires: gtk-doc >= 1.0
-BuildRequires: gtk+2-devel >= 2:2.4.0
-BuildRequires: libxfcegui4-devel >= 4.2.0
+BuildRequires: libxfce4util-devel >= 4.2.2
 BuildRequires: pkgconfig
 BuildRequires: python
 BuildRequires: python-pygtk-devel >= 2:2.4.0
 BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: xfce-mcs-manager
 BuildRequires: xorg-lib-libXt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,12 +31,23 @@ Extension library to Xfce developed by os-cillation.
 %description -l pl
 Biblioteka rozszerzeñ do Xfce opracowana przez os-cillation.
 
+%package -n xfce-preferred-applications
+Summary:       The Xfce Preferred Applications framework
+Summary(pl):   Struktura Preferowanych Aplikacji Xfce
+Group:         Applications
+
+%description -n xfce-preferred-applications
+The Xfce Preferred Applications framework.
+
+%description -n xfce-preferred-applications -l pl
+Struktura Preferowanych Aplikacji Xfce.
+
 %package devel
 Summary:       Header files for libexo library
 Summary(pl):   Pliki nag³ówkowe biblioteki libexo
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      libxfcegui4-devel >= 4.2.0
+Requires:      libxfce4util-devel >= 4.2.2
 
 %description devel
 Header files for libexo library.
@@ -80,12 +93,13 @@ Development files for libexo Python bindings.
 Pliki programistyczne wi±zañ Pythona do libexo.
 
 %prep
-%setup -q -n exo-%{version}
+%setup -q -n exo-%{version}%{_pre}
 
 %build
 %configure \
        --with-html-dir=%{_gtkdocdir} \
-       %{!?with_static_libs:--disable-static}
+       %{!?with_static_libs:--disable-static} \
+       --enable-xfce-mcs-manager
 %{__make}
 
 %install
@@ -111,13 +125,26 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog HACKING NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
+%files -n xfce-preferred-applications
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/exo-helper-0.3
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/*.rc
+%{_datadir}/xfce4/doc/C
+%dir %{_datadir}/xfce4/helpers
+%{_datadir}/xfce4/helpers/*.desktop
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/apps/preferences-desktop-default-applications.png
+%{_mandir}/man1/*.1*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/exo-0.3
 %{_pkgconfigdir}/*.pc
-%{_gtkdocdir}/exo
+# not present in beta ?
+#%{_gtkdocdir}/exo
 
 %if %{with static_libs}
 %files static
This page took 0.103949 seconds and 4 git commands to generate.