Browse Source

2014-10-28 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* clutter-gst, dynamite, orange: changed Group
	* unshield: updated
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9037 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
9ce26b4f18
4 changed files with 64 additions and 31 deletions
  1. 6 3
      c/clutter-gst/clutter-gst-vl.spec
  2. 15 6
      d/dynamite/dynamite-vl.spec
  3. 18 5
      o/orange/orange-vl.spec
  4. 25 17
      u/unshield/unshield-vl.spec

+ 6 - 3
c/clutter-gst/clutter-gst-vl.spec

@@ -1,16 +1,16 @@
 %define		clutter_gst_version 2.0
-%define		clutter_gst_release 1%{?_dist_release}
+%define		clutter_gst_release 2%{?_dist_release}
 
 Name:           clutter-gst
 Version:        %{clutter_gst_version}.12
 Release:        %{clutter_gst_release}
 Summary:        ClutterMedia interface to GStreamer
 
-Group:          Development/Languages
+Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.clutter-project.org
 Source0:        http://www.clutter-project.org/sources/%{name}/2.0/%{name}-%{version}.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  clutter-devel gstreamer1-plugins-base-devel gstreamer1-devel 
 BuildRequires:	gobject-introspection-devel
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Tue Oct 28 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.12-2
+- moved to System Environment/Libraries
+
 * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.12-1
 - new upstream release
 

+ 15 - 6
d/dynamite/dynamite-vl.spec

@@ -1,24 +1,27 @@
 Name:           dynamite
 Version:        0.1.1
-Release:        1%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Extract data compressed with PKWARE Data Compression Library
 
-Group:          Applications/Communications
+Group:          Applications/Accessories
 License:        MIT
 URL:            http://synce.sourceforge.net/
-Source0:        http://dl.sf.net/synce/libdynamite-0.1.1.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://dl.sf.net/synce/libdynamite-%{version}.tar.gz
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  libtool
+Provides:       libdynamite = %{version}-%{release}
 
 %description
 %{summary}
 
 %package devel
-Group:          Development/Libraries
 Summary:        Files needed for software development with %{name}
+Summary(ja):    %{name} の開発用ファイル
+Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
+Provides:       libdynamite-devel = %{version}-%{release}
 
 %description devel
 The %{name}-devel package contains the files needed for development with
@@ -47,8 +50,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
-%{_libdir}/libdynamite.so.*
 %{_bindir}/dynamite
+%{_libdir}/libdynamite.so.*
 %{_mandir}/man1/dynamite.1.gz
 
 %files devel
@@ -58,6 +61,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libdynamite.pc
 
 %changelog
+* Tue Oct 28 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.1.1-3
+- moved to Applications/Accessories Group
+
+* Sun Feb 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.1-2
+- rebuild with Vine6 environment
+
 * Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.1-1
 - initial build for Vine Linux
 

+ 18 - 5
o/orange/orange-vl.spec

@@ -1,20 +1,21 @@
 Name:           orange
 Version:        0.4
-Release:        1%{?_dist_release}
-Summary:        Squeeze out installable Microsoft cabinet files
+Release:        3%{?_dist_release}
+Summary:        Extrace CAB files from self-extracting installers
 
-Group:          Applications/Communications
+Group:          Applications/Accessories
 License:        MIT
 URL:            http://synce.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/synce/liborange-0.4.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  libsynce-devel
 BuildRequires:  dynamite-devel
 BuildRequires:  unshield-devel >= 0.5.1
 BuildRequires:  libgsf-devel
 BuildRequires:  file
 BuildRequires:  zlib-devel
+Provides:       liborange = %{version}-%{release}
 
 %description
 Orange is a tool and library for squeezing out juicy installable Microsoft
@@ -22,10 +23,15 @@ Cabinet Files from self-extracting installers for Microsoft Windows and some
 other installer file formats
 
 %package devel
-Group:          Development/Libraries
 Summary:        Files needed for software development with %{name}
+Summary(ja):    %{name} の開発用ファイル
+Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       libsynce-devel
+Requires:       dynamite-devel
+Requires:       unshield-devel
 Requires:       pkgconfig
+Provides:       liborange-devel = %{version}-%{release}
 
 %description devel
 The %{name}-devel package contains the files needed for development with
@@ -69,6 +75,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/liborange.pc
 
 %changelog
+* Tue Oct 28 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.4-3
+- moved to Applications/Accessories Group
+- added BR to devel subpackage
+
+* Sun Feb 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.4-2
+- rebuild with Vine6 environment
+
 * Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.4-1
 - initial build for Vine Linux
 

+ 25 - 17
u/unshield/unshield-vl.spec

@@ -1,31 +1,30 @@
 Name:           unshield
-Version:        0.6
+Version:        1.0
 Release:        1%{?_dist_release}
-Summary:        Install InstallShield applications on a Pocket PC
+Summary:        Extract CAB files from InstallShield installers
 
-Group:          Applications/Communications
+Group:          Applications/Accessories
 License:        MIT
-URL:            http://synce.sourceforge.net/
-Source0:        http://dl.sf.net/synce/unshield-0.6.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:            https://github.com/twogood/unshield
 
-BuildRequires:  zlib-devel
+Source0:        https://github.com/twogood/unshield/archive/%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libtool
+BuildRequires:  zlib-devel
 
 %description
-To install a Pocket PC application remotely, an installable
-Microsoft Cabinet File is copied to the /Windows/AppMgr/Install
-directory on the PDA and then the wceload.exe is executed to
-perform the actual install. That is a very simple procedure.
-
-Unfortunately, many applications for Pocket PC are distributed as
-InstallShield installers for Microsoft Windows, and not as
-individual Microsoft Cabinet Files. That is very impractical for
-users of other operating systems, such as Linux or FreeBSD.
+This tool allows the extraction of InstallShield format cabinet files (which
+are different from Microsoft cabinet files). It was initially developed as a
+part of the SynCE project to aid with installing applications for Pocket PC
+devices, which were often contained in InstallShield installers, but these days
+that is rather less likely to be the primary use case.
 
 %package devel
-Group:          Development/Libraries
 Summary:        Files needed for software development with %{name}
+Summary(ja):    %{name} の開発用ファイル
+Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 
@@ -37,6 +36,7 @@ The %{name}-devel package contains the files needed for development with
 %setup -q
 
 %build
+./bootstrap
 %configure --disable-static --disable-rpath
 make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
 
@@ -68,6 +68,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libunshield.pc
 
 %changelog
+* Tue Oct 28 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0-1
+- updated to 1.0
+- updated URL
+- moved to Applications/Accessories Group
+
+* Sun Feb 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6-2
+- rebuild with Vine6 environment
+
 * Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6-1
 - initial build for Vine Linux