Parent Directory
|
Revision Log
Copying release 4.4.0.3-6.mga5 to pristine/ directory.
1 | # Compare our spec with RH/FC |
2 | |
3 | GIT_RH=LO.rh |
4 | DIFF=h |
5 | |
6 | diff: |
7 | [[ -d $(GIT_RH) ]] || git clone git://pkgs.fedoraproject.org/libreoffice.git $(GIT_RH) |
8 | diff -uBbd SPECS/*spec -I fedora -I rhel -I endif $(GIT_RH)/ > $(DIFF) || : |
9 | perl -pi -e 'undef $$_ if /\%changelog/ .. /TOTO/' $(DIFF) |
10 | vim $(DIFF) |
Name | Value |
---|---|
svn:eol-style | native |
ViewVC Help | |
Powered by ViewVC 1.1.28 |