]> git.pld-linux.org Git - packages/dotnet-mono-zeroconf.git/commitdiff
- use datadir for pkg-config auto/th/dotnet-mono-zeroconf-0_9_0-3
authorPatryk Zawadzki <patrys@room-303.com>
Sun, 24 May 2009 00:40:54 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    dotnet-mono-zeroconf.spec -> 1.12

dotnet-mono-zeroconf.spec

index 09e5dfca030a5cfe562f72ed3e61a9d3a6e020aa..3be3da1d61385490c8804ba0be25e8df4c27e7d1 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Mono.Zeroconf - easy to use API that covers the most common operations
 Summary(pl.UTF-8):     Mono.Zeroconf - łatwe w użyciu API pokrywające większość operacji mDNS
 Name:          dotnet-mono-zeroconf
 Version:       0.9.0
-Release:       2
+Release:       3
 License:       MIT
 Group:         Libraries
 Source0:       http://banshee-project.org/files/mono-zeroconf/mono-zeroconf-%{version}.tar.bz2
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+mkdir -p $RPM_BUILD_ROOT%{_datadir}
+mv $RPM_BUILD_ROOT{%{_prefix}/lib/pkgconfig,%{_datadir}}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -125,7 +128,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{_prefix}/lib/mono/mono-zeroconf
 %{_prefix}/lib/mono/mono-zeroconf/Mono.Zeroconf.dll
-%{_prefix}/lib/pkgconfig/mono-zeroconf.pc
+%{_datadir}/pkgconfig/mono-zeroconf.pc
 %{_libdir}/monodoc/sources/mono-zeroconf-docs.*
 
 %files provider-avahi
This page took 0.045791 seconds and 4 git commands to generate.