]> git.pld-linux.org Git - packages/libPropList.git/commitdiff
- removed default _prefix definition, other cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Jul 2003 14:05:02 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libPropList.spec -> 1.44

libPropList.spec

index 164faafdab2f05638dd8447774885716635bf682..2b7f9a456a10404f52911c80351972bd107fb655 100644 (file)
@@ -17,8 +17,6 @@ BuildRequires:        automake
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr
-
 %description
 The libPropList library, hereafter referred to as PL, uses an opaque
 data type to represent a tree structure made of strings, data blocks,
@@ -37,7 +35,7 @@ Biblioteca para acceder a base de datos GNUstep-style. Necesaria para
 el WindowMaker.
 
 %description -l pl
-libPropList jest bibliotek± wymagan± przez Window Maker'a.
+libPropList jest bibliotek± wymagan± przez Window Makera.
 
 %description -l pt_BR
 Biblioteca para acessar base de dados GNUstep-style. Necessária para o
@@ -150,21 +148,22 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/*.h
This page took 0.053802 seconds and 4 git commands to generate.