Browse Source

rebuilt with rpm-4.8.1: libindi, libshout

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1885 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 14 years ago
parent
commit
2739bb489a
2 changed files with 10 additions and 5 deletions
  1. 4 2
      lib/libi/libindi/libindi-vl.spec
  2. 6 3
      lib/libs/libshout/libshout-vl.spec

+ 4 - 2
lib/libi/libindi/libindi-vl.spec

@@ -1,7 +1,7 @@
 Name: libindi
 Summary: Instrument Neutral Distributed Interface
 Version: 0.6.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPLv2+ and GPLv2+
@@ -9,7 +9,6 @@ License: LGPLv2+ and GPLv2+
 # some files for v4l2 conversion under libs/webcam are GPLv2+
 # drivers/video/stvdriver (indi_stv driver) appears to contain GPL code
 # upstream bug https://sourceforge.net/tracker2/?func=detail&aid=2572902&group_id=90275&atid=593019
-
 URL: http://indi.sourceforge.net/
 
 %define majorver 0
@@ -88,6 +87,9 @@ rm -fr %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.3-1
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.2-1
 - new upstream release
 - updated Patch0

+ 6 - 3
lib/libs/libshout/libshout-vl.spec

@@ -3,22 +3,22 @@ Summary(ja):    Icecast ストリーミングライブラリ
 
 Name:           libshout
 Version:        2.2.2
-Release: 1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.icecast.org/
+
 Source:         http://downloads.us.xiph.org/releases/libshout/libshout-%{version}.tar.gz
 Patch0:         libshout-2.2.2-fix_speex.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  libogg-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  speex-devel
 
 
-
 %description
 libshout is a library for communicating with and sending data to an
 icecast server.  It handles the socket connection, the timing of the
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/shout.m4
 
 %changelog
+* Fri Sep 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.2-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Thu Oct 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-1
 - initial build for Vine Linux