rpms/malaga/devel malaga.spec, 1.3, 1.4 malaga-7.11-link-against-libmalaga.patch, 1.1, NONE

Ville-Pekka Vainio (vpv) fedora-extras-commits at redhat.com
Sat Mar 1 23:33:30 UTC 2008


Author: vpv

Update of /cvs/pkgs/rpms/malaga/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19970

Modified Files:
	malaga.spec 
Removed Files:
	malaga-7.11-link-against-libmalaga.patch 
Log Message:
New version, drop upstreamed patch


Index: malaga.spec
===================================================================
RCS file: /cvs/pkgs/rpms/malaga/devel/malaga.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- malaga.spec	23 Feb 2008 09:58:52 -0000	1.3
+++ malaga.spec	1 Mar 2008 23:32:52 -0000	1.4
@@ -1,13 +1,12 @@
 Name:           malaga
-Version:        7.11 
-Release:        3%{?dist}
+Version:        7.12 
+Release:        1%{?dist}
 Summary:        A programming language for automatic language analysis
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://home.arcor.de/bjoern-beutel/malaga/
 Source0:        http://home.arcor.de/bjoern-beutel/malaga/%{name}-%{version}.tgz
-Patch0:         malaga-7.11-link-against-libmalaga.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel readline-devel
@@ -45,7 +44,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
+# Remove "@" marks so that the build process is more verbose
+sed -i.debug -e 's|^\([ \t][ \t]*\)@|\1|' Makefile.in
 # Remove "-s" so binaries won't be stripped
 sed -i.strip -e 's| -s | |' Makefile.in
 # Make libtool output more verbose
@@ -64,7 +64,7 @@
 # Remove static archive
 find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
 # Change permission of libmalaga.so*
-chmod 0755  $RPM_BUILD_ROOT%{_libdir}/libmalaga.so*
+chmod 0755 $RPM_BUILD_ROOT%{_libdir}/libmalaga.so*
 
 
 %clean
@@ -103,6 +103,12 @@
 
 
 %changelog
+* Sun Mar 02 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> 7.12-1
+- New version
+- Drop upstreamed linking patch
+- Re-add a Makefile.in sed build verbosity trick, which was done in the
+  dropped patch but not upstream
+
 * Sat Feb 23 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> 7.11-3
 - Add Makefile.in patch to link the executables against libmalaga
 


--- malaga-7.11-link-against-libmalaga.patch DELETED ---




More information about the fedora-extras-commits mailing list