]> git.pld-linux.org Git - packages/cpu.git/commitdiff
- unified auto/ac/cpu-1_4_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Jun 2005 19:38:17 +0000 (19:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpu.spec -> 1.3

cpu.spec

index 91f3b403b239327136094b396c168fdf13435a63..381250eb76b52a0e146614849033831fd9150fd5 100644 (file)
--- a/cpu.spec
+++ b/cpu.spec
@@ -5,10 +5,10 @@ Version:      1.4.3
 Release:       1
 License:       GPL
 Group:         Applications/System
-URL:           http://cpu.sourceforge.net/
 Source0:       http://dl.sourceforge.net/cpu/%{name}-%{version}.tar.bz2
-Patch0:                %{name}-DESTDIR.patch
 # Source0-md5: 2d128f82261967d41458800752bc943d
+URL:           http://cpu.sourceforge.net/
+Patch0:                %{name}-DESTDIR.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -41,18 +41,21 @@ useradd/usermod/userdel, korzystaj
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        docdir="../rpm-doc"
 
-
 %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 TODO
 %attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_libdir}/libcpu*.so.*.*
-%verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/cpu.conf
-%doc AUTHORS ChangeLog NEWS README TODO
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cpu.conf
 %{_mandir}/man?/*
This page took 0.056353 seconds and 4 git commands to generate.