]> git.pld-linux.org Git - packages/gdome2.git/commitdiff
- updated to 0.7.4
authortrojan <trojan@pld-linux.org>
Fri, 21 Mar 2003 08:03:58 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed %%files

Changed files:
    gdome2.spec -> 1.9

gdome2.spec

index 19be067e1bbdce6b9bec64c55d99aef63605416d..ed15f0ba9ccd0b561e85df1c8c1186bd79abe20a 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       DOM level2 library for accessing XML files
 Summary(pl):   Biblioteka dostêpu do plików XML, DOM poziom 2
 Name:          gdome2
-Version:       0.7.3
+Version:       0.7.4
 Release:       1
 License:       LGPL
 Group:         Libraries
@@ -126,7 +126,8 @@ rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+       --enable-glib-2=yes
 
 %{__make}
 
@@ -154,6 +155,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/*.sh
 %{_includedir}/*
 %{_mandir}/man1/gdome-config.1*
+%{_aclocaldir}/%{name}.m4
+%{_pkgconfigdir}/%{name}.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.140403 seconds and 4 git commands to generate.