| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |