]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- fixed the workaround for -L... it will have to do till the authors fix the
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 17 Nov 2002 22:12:50 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
sources (or sth)

Changed files:
    glib2.spec -> 1.52

glib2.spec

index 7ac74b51cd5c179aaa8b545b83164d62852d8fb2..0482ca5acde3ec65beeb48aa1c345e55bfb5e5af 100644 (file)
@@ -12,7 +12,7 @@ Summary(tr):  Yararl
 Summary(zh_CN):        ÊµÓù¤¾ßº¯Êý¿â
 Name:          glib2
 Version:       2.1.0
-Release:       3
+Release:       4
 License:       LGPL
 Group:         Libraries
 # TODO: Must be fixed, this file not exist
@@ -173,6 +173,11 @@ rm -rf $RPM_BUILD_ROOT
 mv -f $RPM_BUILD_ROOT%{_mandir}/man1/glib{,2}-mkenums.1
 mv -f $RPM_BUILD_ROOT%{_mandir}/man1/glib{,2}-genmarshal.1
 
+for i in %{buildroot}%{_libdir}/*.la; do
+       cat $i|sed -e "s,-L%{buildroot}%{_libdir},,">$i.tmp;
+       mv $i.tmp $i;
+done;
+
 %find_lang glib --with-gnome --all-name
 
 %clean
This page took 0.03876 seconds and 4 git commands to generate.