Author: freetz                       Date: Wed May  3 18:09:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- some Xfce stuff ;)

---- Files affected:
SPECS:
   Thunar.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/Thunar.spec
diff -u /dev/null SPECS/Thunar.spec:1.1
--- /dev/null   Wed May  3 20:09:38 2006
+++ SPECS/Thunar.spec   Wed May  3 20:09:33 2006
@@ -0,0 +1,149 @@
+# $Revision$, $Date$
+%define                _pre    beta1
+Summary:       Xfce file manager
+Summary(pl):   Zarządca plików Xfce
+Name:          Thunar
+Version:       0.3.0
+Release:       0.%{_pre}.1
+License:       GPL v2 / LGPL v2
+Group:         Applications
+Source0:       
http://www.xfce.org/archive/xfce-4.3.90.1/src/%{name}-%{version}%{_pre}.tar.bz2
+# Source0-md5: e77437fa7b3a36f78b8db548f133ae6e
+URL:           http://thunar.xfce.org/
+BuildRequires: GConf2-devel >= 2.4.0
+BuildRequires: dbus-glib-devel >= 0.34
+BuildRequires: fam-devel
+BuildRequires: gtk+2-devel >= 2:2.6.0
+BuildRequires: hal-devel >= 0.5.0
+BuildRequires: libexif-devel >= 0.6.0
+BuildRequires: libexo-devel >= 0.3.1.6
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel >= 1.2.0
+BuildRequires: libxfce4util-devel >= 4.2.2
+BuildRequires: pcre-devel
+BuildRequires: startup-notification-devel >= 0.8
+Requires:      %{name}-libs = %{version}-%{release}
+Requires:      hal >= 0.5.0
+Requires:      hicolor-icon-theme
+Requires:      shared-mime-info >= 0.15
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Thunar is a modern file manager, aiming to be easy-to-use and fast.
+
+%description -l pl
+Thunar jest nowoczesnym zarządcą plików, nakierowanym na łatwość
+i szybkość użycia.
+
+%package libs
+Summary:       Thunar libraries
+Summary(pl):   Biblioteki Thunar
+Group:         Libraries
+
+%description libs
+Thunar libraries.
+
+%description libs -l pl
+Biblioteki Thunar.
+
+%package devel
+Summary:       Header files for Thunar libraries
+Summary(pl):   Pliki nagłówkowe bibliotek Thunar 
+Group:         Development/Libraries
+Requires:      %{name}-libs = %{version}-%{release}
+
+%description devel
+This is the package containing the header files for Thunar libraries.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki Thunar.
+
+%package static
+Summary:       Static Thunar library
+Summary(pl):   Statyczna biblioteka libraries
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static Thunar libraries.
+
+%description static -l pl
+Statyczna biblioteki Thunar
+
+%prep
+%setup -qn %{name}-%{version}%{_pre}
+
+%build
+%configure \
+       --enable-static
+       
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/thunarx-1/*.{a,la}
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%dir %{_sysconfdir}/xdg/Thunar
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/Thunar/*.xml
+%attr(755,root,root) %{_libdir}/ThunarBulkRename
+%attr(755,root,root) %{_libdir}/ThunarHelp
+%attr(755,root,root) %{_libdir}/thunar-vfs-mime-cleaner-1
+%dir %{_libdir}/thunarx-1
+%attr(755,root,root) %{_libdir}/thunarx-1/*.so
+
+%{_datadir}/dbus-1/services/*.service
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/*/*
+%{_pixmapsdir}/Thunar
+
+%dir %{_docdir}/Thunar
+# move it to proper place
+%{_docdir}/Thunar/README*
+
+%dir %{_docdir}/Thunar/html
+%{_docdir}/Thunar/html/C
+%{_docdir}/Thunar/html/*.css
+%lang(es) %{_docdir}/Thunar/html/es
+%lang(fr) %{_docdir}/Thunar/html/fr
+%lang(ja) %{_docdir}/Thunar/html/ja
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/thunar*
+%{_pkgconfigdir}/*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/03 18:09:33  freetz
+- some Xfce stuff ;)
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to