Changeset 379 for spec/trunk/SPECS


Ignore:
Timestamp:
Mar 3, 2014, 4:17:06 PM (12 years ago)
Author:
Yuri Dario
Message:

spec: rpm, r378 and others, upgrade to vendor 4.11.1, build of debug info packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/rpm.spec

    r342 r379  
    1515%define rpmhome %{_libdir}/rpm
    1616
    17 %define rpmver 4.8.1
     17%define rpmver 4.11.1
    1818%define snapver %{nil}
    1919%define srcver %{rpmver}
     
    2525Name: rpm
    2626Version: %{rpmver}
    27 Release: 16%{?dist}
     27Release: 17%{?dist}
    2828Group: System Environment/Base
    2929Url: http://www.rpm.org/
     
    3232Source1: db-%{bdbver}.tar.gz
    3333%endif
    34 Source2: %{name}-%{srcver}-os2-src2.tar
     34Source2: %{name}-os2-src2.tar
    3535
    3636Patch1: %{name}-os2.diff
     
    182182packages on a system.
    183183
     184%package debug
     185Summary: HLL debug data for exception handling support.
     186
     187%description debug
     188HLL debug data for exception handling support.
     189
    184190%prep
    185191# -D Do not delete the directory before unpacking.
     
    318324%defattr(-,root,root,-)
    319325%doc GROUPS COPYING CREDITS ChangeLog.bz2 doc/manual/[a-z]*
    320 
    321 %dir                            %{_sysconfdir}/rpm
    322 
    323 %attr(0755, root, root)   %dir %{_var}/lib/rpm
     326%dir %{_sysconfdir}/rpm
     327
     328%attr(0755, root, root) %dir %{_var}/lib/rpm
    324329%attr(0644, root, root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_var}/lib/rpm/*
    325330%attr(0755, root, root) %dir %{rpmhome}
     
    327332%{_bindir}/rpm.exe
    328333%{_bindir}/rpm2cpio.exe
    329 %{_bindir}/rpmdb
    330 %{_bindir}/rpmsign
     334%{_bindir}/rpmdb.exe
     335%{_bindir}/rpmkeys.exe
     336%{_bindir}/rpmsign.exe
    331337%{_bindir}/rpmquery
    332338%{_bindir}/rpmverify
    333339
    334340%{_mandir}/man8/rpm.8*
     341%{_mandir}/man8/rpmdb.8*
     342%{_mandir}/man8/rpmkeys.8*
    335343%{_mandir}/man8/rpm2cpio.8*
    336344
     
    350358%{rpmhome}/rpm.daily
    351359%{rpmhome}/rpm.log
    352 %{rpmhome}/rpm.xinetd
     360%{rpmhome}/rpm.supp
    353361%{rpmhome}/rpm2cpio.sh
    354362%{rpmhome}/tgpg
     
    362370%defattr(-,root,root)
    363371%{_libdir}/rpm*.dll
     372%{_libdir}/rpm-plugins
    364373
    365374%files build
     
    367376%{_bindir}/rpmbuild.exe
    368377%{_bindir}/gendiff
     378%{_bindir}/rpmspec.exe
     379%{_bindir}/rpmsign.exe
    369380
    370381%{_mandir}/man1/gendiff.1*
     382%{_mandir}/man8/rpmbuild.8*
     383%{_mandir}/man8/rpmdeps.8*
     384%{_mandir}/man8/rpmspec.8*
     385%{_mandir}/man8/rpmsign.8*
    371386
    372387%{rpmhome}/brp-*
    373 %{rpmhome}/check-buildroot
    374 %{rpmhome}/check-files
    375 %{rpmhome}/check-files.os2
    376 %{rpmhome}/check-prereqs
    377 %{rpmhome}/check-rpaths*
     388%{rpmhome}/check-*
    378389#%{rpmhome}/debugedit
    379390#%{rpmhome}/find-debuginfo.sh
    380391%{rpmhome}/find-lang.sh
    381 %{rpmhome}/find-provides
    382 %{rpmhome}/find-requires
    383 %{rpmhome}/javadeps.exe
    384 %{rpmhome}/mono-find-provides
    385 %{rpmhome}/mono-find-requires
    386 %{rpmhome}/ocaml-find-provides.sh
    387 %{rpmhome}/ocaml-find-requires.sh
    388 %{rpmhome}/osgideps.pl
    389 %{rpmhome}/perldeps.pl
    390 %{rpmhome}/libtooldeps.sh
    391 %{rpmhome}/pkgconfigdeps.sh
    392 %{rpmhome}/perl.prov
    393 %{rpmhome}/perl.req
    394 %{rpmhome}/tcl.req
    395 %{rpmhome}/pythondeps.sh
    396 %{rpmhome}/rpmdeps.exe
    397 %{rpmhome}/config.guess
    398 %{rpmhome}/config.sub
     392%{rpmhome}/*provides*
     393%{rpmhome}/*requires*
     394%{rpmhome}/*deps*
     395%{rpmhome}/*.prov
     396%{rpmhome}/*.req
     397%{rpmhome}/config.*
    399398%{rpmhome}/mkinstalldirs
    400 %{rpmhome}/rpmdiff*
    401 %{rpmhome}/desktop-file.prov
    402 %{rpmhome}/fontconfig.prov
    403 #%{rpmhome}/postscriptdriver.prov
    404 
    405 %{rpmhome}/macros.perl
    406 %{rpmhome}/macros.python
    407 %{rpmhome}/macros.php
    408 
    409 %{_mandir}/man8/rpmbuild.8*
    410 %{_mandir}/man8/rpmdeps.8*
    411 
    412 %{_usr}/share/locale/ca/LC_MESSAGES/rpm.mo
    413 %{_usr}/share/locale/cs/LC_MESSAGES/rpm.mo
    414 %{_usr}/share/locale/da/LC_MESSAGES/rpm.mo
    415 %{_usr}/share/locale/de/LC_MESSAGES/rpm.mo
    416 %{_usr}/share/locale/es/LC_MESSAGES/rpm.mo
    417 %{_usr}/share/locale/fi/LC_MESSAGES/rpm.mo
    418 %{_usr}/share/locale/fr/LC_MESSAGES/rpm.mo
    419 %{_usr}/share/locale/is/LC_MESSAGES/rpm.mo
    420 %{_usr}/share/locale/it/LC_MESSAGES/rpm.mo
    421 %{_usr}/share/locale/ja/LC_MESSAGES/rpm.mo
    422 %{_usr}/share/locale/ko/LC_MESSAGES/rpm.mo
    423 %{_usr}/share/locale/ms/LC_MESSAGES/rpm.mo
    424 %{_usr}/share/locale/nb/LC_MESSAGES/rpm.mo
    425 %{_usr}/share/locale/nl/LC_MESSAGES/rpm.mo
    426 %{_usr}/share/locale/pl/LC_MESSAGES/rpm.mo
    427 %{_usr}/share/locale/pt/LC_MESSAGES/rpm.mo
    428 %{_usr}/share/locale/pt_BR/LC_MESSAGES/rpm.mo
    429 %{_usr}/share/locale/ru/LC_MESSAGES/rpm.mo
    430 %{_usr}/share/locale/sk/LC_MESSAGES/rpm.mo
    431 %{_usr}/share/locale/sl/LC_MESSAGES/rpm.mo
    432 %{_usr}/share/locale/sr/LC_MESSAGES/rpm.mo
    433 %{_usr}/share/locale/sr@latin/LC_MESSAGES/rpm.mo
    434 %{_usr}/share/locale/sv/LC_MESSAGES/rpm.mo
    435 %{_usr}/share/locale/tr/LC_MESSAGES/rpm.mo
    436 %{_usr}/share/locale/zh_TW/LC_MESSAGES/rpm.mo
     399%{rpmhome}/macros.p*
     400%{rpmhome}/fileattrs
     401
     402%{_datadir}/locale/*
    437403
    438404%files python
     
    454420%config(noreplace) %{_sysconfdir}/logrotate.d/rpm
    455421
    456 #%files apidocs
    457 #%defattr(-,root,root)
    458 #%doc doc/librpm/html/*
     422%files apidocs
     423%defattr(-,root,root)
     424%doc COPYING doc/librpm/html/*
     425
     426%files debug
     427%defattr(-,root,root)
     428%{_bindir}/*.dbg
     429%{_libdir}/*.dbg
     430%{_libdir}/rpm/*.dbg
    459431
    460432%changelog
     433* Mon Mar 03 2014 yd
     434- r378 and others, upgrade to vendor 4.11.1, build of debug info packages.
     435
    461436* Wed Mar 28 2013 yd
    462437- r341, fix scripts symlinks.
Note: See TracChangeset for help on using the changeset viewer.