Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Side by Side Diff: sdch/open_vcdiff/depot/opensource/open-vcdiff/packages/rpm/rpm.spec

Issue 4096: Use open-vcdiff for sdch compression on the Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
1 %define RELEASE 1 1 %define RELEASE 1
2 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} 2 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
3 %define prefix /usr 3 %define prefix /usr
4 4
5 Name: %NAME 5 Name: %NAME
6 Summary: An encoder/decoder for the VCDIFF (RFC 3284) format 6 Summary: An encoder/decoder for the VCDIFF (RFC 3284) format
7 Version: %VERSION 7 Version: %VERSION
8 Release: %rel 8 Release: %rel
9 Group: Development/Libraries 9 Group: Development/Libraries
10 URL: http://code.google.com/p/open-vcdiff 10 URL: http://code.google.com/p/open-vcdiff
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 %{prefix}/lib/libvcdcom.a 73 %{prefix}/lib/libvcdcom.a
74 %{prefix}/lib/libvcdcom.la 74 %{prefix}/lib/libvcdcom.la
75 %{prefix}/lib/libvcdcom.so 75 %{prefix}/lib/libvcdcom.so
76 %{prefix}/lib/libvcdenc.a 76 %{prefix}/lib/libvcdenc.a
77 %{prefix}/lib/libvcdenc.la 77 %{prefix}/lib/libvcdenc.la
78 %{prefix}/lib/libvcdenc.so 78 %{prefix}/lib/libvcdenc.so
79 %{prefix}/lib/libvcddec.a 79 %{prefix}/lib/libvcddec.a
80 %{prefix}/lib/libvcddec.la 80 %{prefix}/lib/libvcddec.la
81 %{prefix}/lib/libvcddec.so 81 %{prefix}/lib/libvcddec.so
82 82
OLDNEW
« no previous file with comments | « sdch/open_vcdiff/depot/opensource/open-vcdiff/packages/deb/docs ('k') | sdch/sdch.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698