Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8980 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
816f518e39
2 changed files with 66 additions and 11 deletions
  1. 43 9
      lib/libf/libfm/libfm-vl.spec
  2. 23 2
      p/pcmanfm/pcmanfm-vl.spec

+ 43 - 9
lib/libf/libfm/libfm-vl.spec

@@ -1,12 +1,12 @@
 Name: libfm
 Summary: A glib/gio-based lib used to develop file managers
 Summary(ja): ファイルマネージャー開発に用いられる glib/gio ベースのライブラリー
-Version: 1.1.2.2
+Version: 1.2.2.1
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://sourceforge.net/projects/pcmanfm/
-Source0: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.xz
 Patch0: libfm_customize.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -55,6 +55,20 @@ file systems supported by gvfs.
 
 This package provides useful file manager-related GTK+ widgets.
 
+
+%package        gtk-utils
+Summary:        GTK+ related utility package for %{name}
+Group:          User Interface/Desktops
+Requires:       %{name}-gtk%{?isa} = %{version}-%{release}
+Obsoletes:      lxshortcut < 0.1.3
+Provides:       lxshortcut = %{version}-%{release}
+Provides:       lxshortcut%{?_isa} = %{version}-%{release}
+
+%description    gtk-utils
+This package contains some GTK+ related utility files for
+%{name}.
+
+
 %package        devel
 Summary:        Development files for %{name}
 Summary(ja):    %{name} の開発ファイル
@@ -162,36 +176,50 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %dir %{_sysconfdir}/xdg/libfm/
-%config(noreplace) %{_sysconfdir}/xdg/libfm/pref-apps.conf
 %config(noreplace) %{_sysconfdir}/xdg/libfm/libfm.conf
-%{_libdir}/%{name}.so.*
+%{_libdir}/%{name}.so.4*
+%{_libdir}/%{name}-extra.so.4*
+%dir %{_libdir}/libfm
+%dir %{_libdir}/libfm/modules
+%{_libdir}/libfm/modules/*
 %{_datadir}/mime/packages/libfm.xml
 
 
 %files gtk
 %defattr(-,root,root,-)
-%{_bindir}/libfm-pref-apps
 %{_libdir}/%{name}-gtk.so.*
 %{_datadir}/libfm/
 %{_datadir}/applications/libfm-pref-apps.desktop
 %{_mandir}/man1/libfm-pref-apps.1.gz
 
 
+%files gtk-utils
+%defattr(-,root,root,-)
+%{_mandir}/man1/libfm-pref-apps.1.*
+%{_mandir}/man1/lxshortcut.1.*
+%{_bindir}/libfm-pref-apps
+%{_bindir}/lxshortcut
+%{_datadir}/applications/libfm-pref-apps.desktop
+%{_datadir}/applications/lxshortcut.desktop
+
+
 %files devel -f base-header.files
 %defattr(-,root,root,-)
 %doc TODO
-%dir %{_includedir}/libfm/
-#%dir %{_includedir}/libfm-1.0/
-%{_includedir}/libfm-1.0/
+%{_includedir}/libfm
+%dir %{_includedir}/libfm-1.0/
+%{_includedir}/libfm-1.0/*
 %{_libdir}/%{name}.so
+%{_libdir}/%{name}-extra.so
 %{_libdir}/pkgconfig/libfm.pc
+%{_libdir}/pkgconfig/libfm-extra.pc
 
 
 %files gtk-devel -f gtk-header.files
 %defattr(-,root,root,-)
+%{_includedir}/libfm-1.0/fm-gtk.h
 %{_libdir}/%{name}-gtk.so
 %{_libdir}/pkgconfig/libfm-gtk.pc
-#%{_libdir}/pkgconfig/libfm-gtk3.pc
 
 
 %files devel-docs
@@ -201,6 +229,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Sat Sep 27 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.2.1-1
+- new upstream release
+- changed archive type gz to xz
+- added subpackage -gtk-utils
+  - added Obsoletes: lxshortcut < 0.1.3, Provides: lxshortcut
+
 * Sun Sep 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.2.2-1
 - new upstream release
 

+ 23 - 2
p/pcmanfm/pcmanfm-vl.spec

@@ -1,5 +1,5 @@
 Name:          pcmanfm
-Version:       1.1.2
+Version:       1.2.2
 Release:       1%{?_dist_release}
 Summary:	Extremly fast and lightweight file manager
 Summary(ja):	とても高速で軽量なファイルマネージャー
@@ -7,7 +7,7 @@ Summary(ja):	とても高速で軽量なファイルマネージャー
 Group:          Applications/System
 License:	GPLv2+
 URL:            http://pcmanfm.sourceforge.net
-Source0:        http://osdn.dl.sourceforge.net/sourceforge/pcmanfm/pcmanfm-%{version}.tar.gz
+Source0:        http://osdn.dl.sourceforge.net/sourceforge/pcmanfm/pcmanfm-%{version}.tar.xz
 Patch0:         fix_dso_link.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -39,6 +39,18 @@ which features tabbed browsing and user-friendly interface.
 PCMan File Manager はタブブラウズとユーザーフレンドリーな
 インターフェイスを特色とするとても高速で軽量なファイルマネージャーです。
 
+
+%package devel
+Summary: Development files for %{name}
+Summary(ja): %{name} の 開発ファイル
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
@@ -90,7 +102,16 @@ update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || :
 %{_datadir}/applications/*.desktop
 %{_mandir}/man1/%{name}.1.gz
 
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/pcmanfm-modules.h
+
 %changelog
+* Sat Sep 27 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.2-1
+- new upstream release
+- change archive type gz to xz
+- splitted -devel package
+
 * Sun Sep 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.2-1
 - new upstream release