Browse Source

modified and rebuilt with rpm-4.8.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1981 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
dd4c625b46

+ 10 - 1
g/gnome-libs/gnome-libs-vl.spec

@@ -1,7 +1,7 @@
 # Note that this is NOT a relocatable package
 %define	name	gnome-libs
 %define	ver	1.4.2
-%define	rel	4%{?_dist_release}
+%define	rel	5%{?_dist_release}
 
 Summary:	The libraries needed to run the GNOME GUI desktop environment.
 Summary(ja):	GNOME GUI デスクトップ環境に必要なライブラリ集
@@ -100,6 +100,7 @@ Requires:	ORBit-devel
 Requires:	esound-devel
 Requires:	gtk+-devel
 Obsoletes:	gnome-devel
+Provides:	pkgconfig(gnomeui) = %{version}
 
 %description devel
 GNOME (GNU Network Object Model Environment) is a user-friendly set of
@@ -245,6 +246,14 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc/*
 %{_datadir}/emacs/site-lisp/*
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.4.2-5
+- added Provides: pkgconfig(gnomeui) in %%package %{name}-devel
+  from fedora:
+    * Thu Mar  5 2009 Paul Howarth <paul@city-fan.org> 1:1.4.2-13
+    - Provide pkgconfig(gnomeui) needed to satisfy autogenerated dependency in
+    libglade and possibly other packages built on gnome-libs; an actual .pc file
+    isn't needed because pkg-config knows to use gnome-config for this
+
 * Fri Oct 01 2010 Shu KONNO <owa@bg.wakwak.com> 1.4.2-4
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 4 - 1
lib/libg/libglade/libglade-vl.spec

@@ -1,7 +1,7 @@
 # Note that this is NOT a relocatable package
 %define name	libglade
 %define ver	0.17
-%define rel	15%{?_dist_release}
+%define rel	16%{?_dist_release}
 
 Summary:	libglade library
 Summary(ja):	libglade ライブラリ
@@ -102,6 +102,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/{libglade-gnome.la,libglade.la}
 
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.17-16
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Fri Feb 12 2010 NAKAMURA Kenta <kenta@vinelinux.org> 0.17-15
 - rebuilt with db4-4.8
 

+ 7 - 1
q/qedje/qedje-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           qedje
 Version:        0.4.0
-Release:        5%{?_dist_release}
+Release:        6%{?_dist_release}
 Summary:        A library combining the benefits of Edje and Qt
 
 Group:          System Environment/Libraries
@@ -11,6 +11,7 @@ License:        GPLv3+
 URL:            http://code.openbossa.org/projects/%{name}
 Source0:        http://code.openbossa.org/projects/%{name}/repos/mainline/archive/0206ec8f2a802bf51455179933d8b7ab3e41a38b.tar.gz
 Patch0:         qedje-0.4.0-fix_python_install.patch
+Patch1:         qedje-0.4.0-fix-install.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -67,6 +68,7 @@ for the python bindings for %{name}
 %prep
 %setup -q -n %{name}-mainline
 %patch0 -p1
+%patch1 -p1 -b .fix-install
 
 %build
 
@@ -114,6 +116,10 @@ rm -rf %{buildroot}
 %{_datadir}/sip/%{name}
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.0-6
+- rebuilt with rpm-4.8.1 for pkg-config
+- added qedje-0.4.0-fix-install.patch (from mandriva)
+
 * Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.0-5
 - rebuilt with python-2.6
 

+ 9 - 3
s/samba/samba-vl.spec

@@ -8,7 +8,7 @@
 # (注) samba/libtdb/libtalloc全てのバージョンが上がるときのみrelease numberを
 # 1にする
 #
-%define samba_release 12
+%define samba_release 13
 
 Summary: The Samba Suite of programs
 Summary(ja): Samba スイート
@@ -412,8 +412,9 @@ make  LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{samba_version}/source/bin \
 make  CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" \
 	debug2html smbfilter bin/cifs.upcall
 
-( cd client ; gcc -o mount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE mount.cifs.c )
-( cd client ; gcc -o umount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE umount.cifs.c )
+## there scripts are no work, and nomore nesessary
+#( cd client ; gcc -o mount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE mount.cifs.c )
+#( cd client ; gcc -o umount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE umount.cifs.c )
 
 
 
@@ -960,6 +961,11 @@ exit 0
 %endif
 
 %changelog
+* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 3.3.10-13
+- rebuilt with rpm-4.8.1 for pkg-config
+- changed spec file name as vine style
+- dropt script lines in %%build that no work
+
 * Sun Feb  7 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.10-12
 - add patch1000 for fix CVE-2010-0547 (cifs.mount)