]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- updated to 1.1.9
authormichuz <michuz@pld-linux.org>
Sat, 13 Apr 2002 13:56:13 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix broken includes

Changed files:
    GConf2.spec -> 1.9

GConf2.spec

index 779921fcb325496b889c665562b2f204593f92dd..f37e9b86f82303f833a032df60e017d231bcd54e 100644 (file)
@@ -2,8 +2,8 @@ Summary:        GNOME2 configuration database system
 Summary(pl):   System konfiguracyjnej bazy danych dla GNOME2
 Summary(pt_BR):        Sistema de ConfiguraĆ§Ć£o do GNOME2
 Name:          GConf2
-Version:       1.1.8
-Release:       3
+Version:       1.1.9
+Release:       1
 License:       LGPL
 Group:         X11/Applications
 Source0:       ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/GConf/GConf-%{version}.tar.bz2
@@ -101,6 +101,12 @@ install gconf.m4 $RPM_BUILD_ROOT%{_aclocaldir}/gconf-2.m4
        
 gzip -9nf AUTHORS ChangeLog TODO NEWS README
 
+# fix broken includes
+for inc in `ls $RPM_BUILD_ROOT%{_includedir}/gconf2/*.h`; do
+       sed -e 's,include <gconf/,include <,' $inc > $inc.
+       mv -f $inc. $inc
+done
+
 %find_lang %{name}
 
 %clean
This page took 0.123691 seconds and 4 git commands to generate.