]> git.pld-linux.org Git - packages/pango.git/commitdiff
-release 3,
authorcieciwa <cieciwa@pld-linux.org>
Wed, 13 Jun 2001 07:40:44 +0000 (07:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
-fixed pkgconfig file,
-moved pkgconfig file to devel package.

Changed files:
    pango.spec -> 1.17

pango.spec

index 56455e07474534c5fa16c65d7c4b2adc7ddaae24..fbceced8578d4e17988db17ed3d4a08a1ed4d594 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       System for layout and rendering of internationalized text
 Name:          pango
 Version:       0.16
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.gtk.org/pub/gtk/v1.3/%{name}-%{version}.tar.gz
@@ -15,6 +15,7 @@ BuildRequires:        pkgconfig
 # pango is not GNOME-specific
 # %define              _sysconfdir     /etc/X11/GNOME
 %define                _sysconfdir     /etc/X11
+%define                _pkgconfig      %{_libdir}/pkgconfig
 
 %description
 System for layout and rendering of internationalized text.
@@ -84,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libpango*[^%{version}].so
 #%attr(755,root,root) %{_bindir}/pango-config
 %{_includedir}/*
+%dir %{_pkgconfig}/*.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.189307 seconds and 4 git commands to generate.