]> git.pld-linux.org Git - packages/a52dec.git/commitdiff
- removed %%{_mandir}/man1 dir from package; release 2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Apr 2002 14:40:42 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    a52dec.spec -> 1.13

a52dec.spec

index cc7842689ba5bc04dfc1e26f939a29ff84f1518e..c2cefc36b7cdca6462ac26534f3f8b5c8410a564 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A library for handling encrypted dvds
 Summary(pl):   Biblioteka do obs³ugi zakodowanych DVD
 Name:          a52dec
 Version:       0.7.3
 Summary(pl):   Biblioteka do obs³ugi zakodowanych DVD
 Name:          a52dec
 Version:       0.7.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://liba52.sourceforge.net/files/%{name}-%{version}.tar.gz
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://liba52.sourceforge.net/files/%{name}-%{version}.tar.gz
@@ -85,14 +85,14 @@ gzip -9nf AUTHORS NEWS README TODO
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc {AUTHORS,NEWS,README,TODO}.gz
 %attr(755,root,root) %{_bindir}/*
 
 %files
 %defattr(644,root,root,755)
 %doc {AUTHORS,NEWS,README,TODO}.gz
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/*
+%{_mandir}/man?/*
 
 %files libs
 %defattr(644,root,root,755)
 
 %files libs
 %defattr(644,root,root,755)
This page took 0.101627 seconds and 4 git commands to generate.