rpms/libdockapp/devel .cvsignore, 1.2, 1.3 libdockapp.spec, 1.5, 1.6 sources, 1.2, 1.3 dockapp-0.6.1-ppc64.patch, 1.1, NONE libdockapp-0.6.1-stdinc_decl.patch, 1.2, NONE

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon May 5 09:28:00 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/libdockapp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17322

Modified Files:
	.cvsignore libdockapp.spec sources 
Removed Files:
	dockapp-0.6.1-ppc64.patch libdockapp-0.6.1-stdinc_decl.patch 
Log Message:
* Mon May  5 2008 Patrice Dumas <pertusus at free.fr> 0.6.2-1
- update to 0.6.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libdockapp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 Jan 2007 10:00:26 -0000	1.2
+++ .cvsignore	5 May 2008 09:27:18 -0000	1.3
@@ -1 +1 @@
-libdockapp-0.6.1.tar.bz2
+libdockapp-0.6.2.tar.bz2


Index: libdockapp.spec
===================================================================
RCS file: /cvs/extras/rpms/libdockapp/devel/libdockapp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libdockapp.spec	2 Feb 2008 11:59:19 -0000	1.5
+++ libdockapp.spec	5 May 2008 09:27:18 -0000	1.6
@@ -2,18 +2,14 @@
 %define catalogue /etc/X11/fontpath.d
 
 Name:           libdockapp
-Version:        0.6.1
-Release:        6%{?dist}
+Version:        0.6.2
+Release:        1%{?dist}
 Summary:        DockApp Development Standard Library
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://solfertje.student.utwente.nl/~dalroi/libdockapp/
 Source0:        http://solfertje.student.utwente.nl/~dalroi/libdockapp/files/libdockapp-%{version}.tar.bz2
-# add prototypes and includes
-Patch0:         libdockapp-0.6.1-stdinc_decl.patch
-# fix ancient libtool bug on ppc64
-Patch1:         dockapp-0.6.1-ppc64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libXpm-devel libXext-devel libX11-devel
@@ -50,15 +46,11 @@
 
 
 %prep
-%setup -q -n dockapp-%{version}
-%patch0 -p1 -b .stdinc_decl
-%patch1 -p1 -b .ppc64
+%setup -q
+find . -depth -type d -name CVS -exec rm -rf {} ';'
 
 %build
-%configure --disable-static --without-examples
-# --disable-rpath doesn't work, doing as per the guidelines
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+%configure --disable-static --without-examples --disable-rpath
 make %{?_smp_mflags}
 
 
@@ -116,6 +108,9 @@
 %{catalogue}/dockapp
 
 %changelog
+* Mon May  5 2008 Patrice Dumas <pertusus at free.fr> 0.6.2-1
+- update to 0.6.2
+
 * Sat Feb  2 2008 Patrice Dumas <pertusus at free.fr> 0.6.1-6
 - more portable stdincl patch
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libdockapp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 Jan 2007 10:00:26 -0000	1.2
+++ sources	5 May 2008 09:27:18 -0000	1.3
@@ -1 +1 @@
-ec1219c355516d63b6e2ee1e4cb10c30  libdockapp-0.6.1.tar.bz2
+05a9a5f295d956397e6bb53bad3a0322  libdockapp-0.6.2.tar.bz2


--- dockapp-0.6.1-ppc64.patch DELETED ---


--- libdockapp-0.6.1-stdinc_decl.patch DELETED ---




More information about the fedora-extras-commits mailing list